Beispiel #1
0
 void Initialize()
 {
     Focusable              = false;
     FocusableInTouchMode   = false;
     DescendantFocusability = DescendantFocusability.BlockDescendants;
     LongClickable          = false;
     Clickable              = false;
     SetSelector(Android.Resource.Color.Transparent);
     expandHelper = new ExpandHelper(Context, this, 0, ActivityItemAdapter.MapHeight);
     expandHelper.SetEventSource(this);
 }
Beispiel #2
0
 void Initialize()
 {
     Focusable = false;
     FocusableInTouchMode = false;
     DescendantFocusability = DescendantFocusability.BlockDescendants;
     LongClickable = false;
     Clickable = false;
     SetSelector (Android.Resource.Color.Transparent);
     expandHelper = new ExpandHelper (Context, this, 0, ActivityItemAdapter.MapHeight);
     expandHelper.SetEventSource (this);
 }
Beispiel #3
0
			public GestureDetector (ExpandHelper parent)
			{
				this.parent = parent;
			}
Beispiel #4
0
 public GestureDetector(ExpandHelper parent)
 {
     this.parent = parent;
 }