This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.popup [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.AndroidEdition.Popup ====== | ||
- | |||
- | |||
- | |||
- | <!-- Class --> | ||
- | This class represents a popup control for placing on the map. | ||
- | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | ||
- | **Java.Lang.Object | ||
- | ***Android.Views.View | ||
- | ****Android.Views.ViewGroup | ||
- | *****Android.Widget.FrameLayout | ||
- | ******[[ThinkGeo.MapSuite.AndroidEdition.Popup]] | ||
- | ===== Members Summary ===== | ||
- | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Popup(Context)|Popup]] | Context | | Initializes a new instance of the class. | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Popup(Context, PointShape)|Popup]] | Context, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Initializes a new instance of the class. | | ||
- | |||
- | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddFocusables(IList<View>, FocusSearchDirection)|AddFocusables]] | IList<View>, FocusSearchDirection | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddFocusables(IList<View>, FocusSearchDirection, FocusablesFlags)|AddFocusables]] | IList<View>, FocusSearchDirection, FocusablesFlags | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddOnAttachStateChangeListener(View+IOnAttachStateChangeListener)|AddOnAttachStateChangeListener]] | View+IOnAttachStateChangeListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddOnLayoutChangeListener(View+IOnLayoutChangeListener)|AddOnLayoutChangeListener]] | View+IOnLayoutChangeListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddStatesFromChildren()|AddStatesFromChildren]] | | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddTouchables(IList<View>)|AddTouchables]] | IList<View> | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddView(View)|AddView]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddView(View, ViewGroup+LayoutParams)|AddView]] | View, ViewGroup+LayoutParams | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddView(View, Int32, ViewGroup+LayoutParams)|AddView]] | View, Int32, ViewGroup+LayoutParams | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddView(View, Int32, Int32)|AddView]] | View, Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AddView(View, Int32)|AddView]] | View, Int32 | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Animate()|Animate]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BringChildToFront(View)|BringChildToFront]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BringToFront()|BringToFront]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BuildDrawingCache(Boolean)|BuildDrawingCache]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BuildDrawingCache()|BuildDrawingCache]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BuildLayer()|BuildLayer]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CallOnClick()|CallOnClick]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CanScrollHorizontally(Int32)|CanScrollHorizontally]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CanScrollVertically(Int32)|CanScrollVertically]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CancelLongPress()|CancelLongPress]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CheckInputConnectionProxy(View)|CheckInputConnectionProxy]] | View | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ChildDrawableStateChanged(View)|ChildDrawableStateChanged]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearAnimation()|ClearAnimation]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearChildFocus(View)|ClearChildFocus]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearDisappearingChildren()|ClearDisappearingChildren]] | | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearFocus()|ClearFocus]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ComputeScroll()|ComputeScroll]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CreateAccessibilityNodeInfo()|CreateAccessibilityNodeInfo]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CreateContextMenu(IContextMenu)|CreateContextMenu]] | IContextMenu | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DestroyDrawingCache()|DestroyDrawingCache]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchConfigurationChanged(Configuration)|DispatchConfigurationChanged]] | Configuration | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchDisplayHint(ViewStates)|DispatchDisplayHint]] | ViewStates | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchDragEvent(DragEvent)|DispatchDragEvent]] | DragEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchGenericMotionEvent(MotionEvent)|DispatchGenericMotionEvent]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchKeyEvent(KeyEvent)|DispatchKeyEvent]] | KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchKeyEventPreIme(KeyEvent)|DispatchKeyEventPreIme]] | KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchKeyShortcutEvent(KeyEvent)|DispatchKeyShortcutEvent]] | KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchPopulateAccessibilityEvent(AccessibilityEvent)|DispatchPopulateAccessibilityEvent]] | AccessibilityEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchSetActivated(Boolean)|DispatchSetActivated]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchSetSelected(Boolean)|DispatchSetSelected]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchSystemUiVisibilityChanged(Int32)|DispatchSystemUiVisibilityChanged]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchTouchEvent(MotionEvent)|DispatchTouchEvent]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchTrackballEvent(MotionEvent)|DispatchTrackballEvent]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchUnhandledMove(View, FocusSearchDirection)|DispatchUnhandledMove]] | View, FocusSearchDirection | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchWindowFocusChanged(Boolean)|DispatchWindowFocusChanged]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DispatchWindowVisibilityChanged(ViewStates)|DispatchWindowVisibilityChanged]] | ViewStates | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(Canvas)|Draw]] | Canvas | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#EndViewTransition(View)|EndViewTransition]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FindFocus()|FindFocus]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FindViewById(Int32)|FindViewById]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FindViewById(Int32)|FindViewById]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FindViewWithTag(Object)|FindViewWithTag]] | Object | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FindViewsWithText(IList<View>, String, FindViewsWith)|FindViewsWithText]] | IList<View>, String, FindViewsWith | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FindViewsWithText(IList<View>, ICharSequence, FindViewsWith)|FindViewsWithText]] | IList<View>, ICharSequence, FindViewsWith | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FitsSystemWindows()|FitsSystemWindows]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FocusSearch(FocusSearchDirection)|FocusSearch]] | FocusSearchDirection | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FocusSearch(View, FocusSearchDirection)|FocusSearch]] | View, FocusSearchDirection | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FocusableViewAvailable(View)|FocusableViewAvailable]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ForceLayout()|ForceLayout]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GatherTransparentRegion(Region)|GatherTransparentRegion]] | Region | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GenerateLayoutParams(IAttributeSet)|GenerateLayoutParams]] | IAttributeSet | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetChildAt(Int32)|GetChildAt]] | Int32 | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetChildVisibleRect(View, Rect, Point)|GetChildVisibleRect]] | View, Rect, Point | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetDrawableState()|GetDrawableState]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetDrawingCache(Boolean)|GetDrawingCache]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetDrawingRect(Rect)|GetDrawingRect]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFocusables(FocusSearchDirection)|GetFocusables]] | FocusSearchDirection | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetFocusedRect(Rect)|GetFocusedRect]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetGlobalVisibleRect(Rect)|GetGlobalVisibleRect]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetGlobalVisibleRect(Rect, Point)|GetGlobalVisibleRect]] | Rect, Point | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object(overriden) | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHitRect(Rect)|GetHitRect]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLocalVisibleRect(Rect)|GetLocalVisibleRect]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLocationInWindow(Int32[])|GetLocationInWindow]] | Int32[] | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLocationOnScreen(Int32[])|GetLocationOnScreen]] | Int32[] | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetTag(Int32)|GetTag]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetWindowVisibleDisplayFrame(Rect)|GetWindowVisibleDisplayFrame]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetX()|GetX]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetY()|GetY]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#IndexOfChild(View)|IndexOfChild]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Invalidate()|Invalidate]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Invalidate(Rect)|Invalidate]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Invalidate(Int32, Int32, Int32, Int32)|Invalidate]] | Int32, Int32, Int32, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateChild(View, Rect)|InvalidateChild]] | View, Rect | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateChildInParent(Int32[], Rect)|InvalidateChildInParent]] | Int32[], Rect | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateDrawable(Drawable)|InvalidateDrawable]] | Drawable | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#JumpDrawablesToCurrentState()|JumpDrawablesToCurrentState]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Layout(Int32, Int32, Int32, Int32)|Layout]] | Int32, Int32, Int32, Int32 | View(overriden) | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Measure(Int32, Int32)|Measure]] | Int32, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Notify()|Notify]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#NotifyAll()|NotifyAll]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OffsetDescendantRectToMyCoords(View, Rect)|OffsetDescendantRectToMyCoords]] | View, Rect | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OffsetLeftAndRight(Int32)|OffsetLeftAndRight]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OffsetRectIntoDescendantCoords(View, Rect)|OffsetRectIntoDescendantCoords]] | View, Rect | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OffsetTopAndBottom(Int32)|OffsetTopAndBottom]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnCheckIsTextEditor()|OnCheckIsTextEditor]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnCreateInputConnection(EditorInfo)|OnCreateInputConnection]] | EditorInfo | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnDragEvent(DragEvent)|OnDragEvent]] | DragEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnFilterTouchEventForSecurity(MotionEvent)|OnFilterTouchEventForSecurity]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnFinishTemporaryDetach()|OnFinishTemporaryDetach]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnGenericMotionEvent(MotionEvent)|OnGenericMotionEvent]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnHoverChanged(Boolean)|OnHoverChanged]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnHoverEvent(MotionEvent)|OnHoverEvent]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnInitializeAccessibilityEvent(AccessibilityEvent)|OnInitializeAccessibilityEvent]] | AccessibilityEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)|OnInitializeAccessibilityNodeInfo]] | AccessibilityNodeInfo | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnInterceptHoverEvent(MotionEvent)|OnInterceptHoverEvent]] | MotionEvent | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnInterceptTouchEvent(MotionEvent)|OnInterceptTouchEvent]] | MotionEvent | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnKeyDown(Keycode, KeyEvent)|OnKeyDown]] | Keycode, KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnKeyLongPress(Keycode, KeyEvent)|OnKeyLongPress]] | Keycode, KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnKeyMultiple(Keycode, Int32, KeyEvent)|OnKeyMultiple]] | Keycode, Int32, KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnKeyPreIme(Keycode, KeyEvent)|OnKeyPreIme]] | Keycode, KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnKeyShortcut(Keycode, KeyEvent)|OnKeyShortcut]] | Keycode, KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnKeyUp(Keycode, KeyEvent)|OnKeyUp]] | Keycode, KeyEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnPopulateAccessibilityEvent(AccessibilityEvent)|OnPopulateAccessibilityEvent]] | AccessibilityEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnRequestSendAccessibilityEvent(View, AccessibilityEvent)|OnRequestSendAccessibilityEvent]] | View, AccessibilityEvent | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnStartTemporaryDetach()|OnStartTemporaryDetach]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnTouchEvent(MotionEvent)|OnTouchEvent]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnTrackballEvent(MotionEvent)|OnTrackballEvent]] | MotionEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#OnWindowFocusChanged(Boolean)|OnWindowFocusChanged]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformClick()|PerformClick]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformHapticFeedback(FeedbackConstants, FeedbackFlags)|PerformHapticFeedback]] | FeedbackConstants, FeedbackFlags | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformHapticFeedback(FeedbackConstants)|PerformHapticFeedback]] | FeedbackConstants | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PerformLongClick()|PerformLongClick]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PlaySoundEffect(SoundEffects)|PlaySoundEffect]] | SoundEffects | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Post(IRunnable)|Post]] | IRunnable | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Post(Action)|Post]] | Action | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostDelayed(Action, Int64)|PostDelayed]] | Action, Int64 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostDelayed(IRunnable, Int64)|PostDelayed]] | IRunnable, Int64 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostInvalidate()|PostInvalidate]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostInvalidate(Int32, Int32, Int32, Int32)|PostInvalidate]] | Int32, Int32, Int32, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostInvalidateDelayed(Int64)|PostInvalidateDelayed]] | Int64 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostInvalidateDelayed(Int64, Int32, Int32, Int32, Int32)|PostInvalidateDelayed]] | Int64, Int32, Int32, Int32, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RecomputeViewAttributes(View)|RecomputeViewAttributes]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RefreshDrawableState()|RefreshDrawableState]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveAllViews()|RemoveAllViews]] | | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveAllViewsInLayout()|RemoveAllViewsInLayout]] | | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveCallbacks(IRunnable)|RemoveCallbacks]] | IRunnable | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveCallbacks(Action)|RemoveCallbacks]] | Action | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveOnAttachStateChangeListener(View+IOnAttachStateChangeListener)|RemoveOnAttachStateChangeListener]] | View+IOnAttachStateChangeListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveOnLayoutChangeListener(View+IOnLayoutChangeListener)|RemoveOnLayoutChangeListener]] | View+IOnLayoutChangeListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveView(View)|RemoveView]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveViewAt(Int32)|RemoveViewAt]] | Int32 | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveViewInLayout(View)|RemoveViewInLayout]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveViews(Int32, Int32)|RemoveViews]] | Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveViewsInLayout(Int32, Int32)|RemoveViewsInLayout]] | Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestChildFocus(View, View)|RequestChildFocus]] | View, View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestChildRectangleOnScreen(View, Rect, Boolean)|RequestChildRectangleOnScreen]] | View, Rect, Boolean | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestDisallowInterceptTouchEvent(Boolean)|RequestDisallowInterceptTouchEvent]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestFocus()|RequestFocus]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestFocus(FocusSearchDirection)|RequestFocus]] | FocusSearchDirection | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestFocus(FocusSearchDirection, Rect)|RequestFocus]] | FocusSearchDirection, Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestFocusFromTouch()|RequestFocusFromTouch]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestLayout()|RequestLayout]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestRectangleOnScreen(Rect)|RequestRectangleOnScreen]] | Rect | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestRectangleOnScreen(Rect, Boolean)|RequestRectangleOnScreen]] | Rect, Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestSendAccessibilityEvent(View, AccessibilityEvent)|RequestSendAccessibilityEvent]] | View, AccessibilityEvent | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RequestTransparentRegion(View)|RequestTransparentRegion]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#RestoreHierarchyState(SparseArray)|RestoreHierarchyState]] | SparseArray | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SaveHierarchyState(SparseArray)|SaveHierarchyState]] | SparseArray | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ScheduleDrawable(Drawable, Action, Int64)|ScheduleDrawable]] | Drawable, Action, Int64 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ScheduleDrawable(Drawable, IRunnable, Int64)|ScheduleDrawable]] | Drawable, IRunnable, Int64 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ScheduleLayoutAnimation()|ScheduleLayoutAnimation]] | | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ScrollBy(Int32, Int32)|ScrollBy]] | Int32, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ScrollTo(Int32, Int32)|ScrollTo]] | Int32, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SendAccessibilityEvent(EventTypes)|SendAccessibilityEvent]] | EventTypes | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SendAccessibilityEventUnchecked(AccessibilityEvent)|SendAccessibilityEventUnchecked]] | AccessibilityEvent | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetAccessibilityDelegate(View+AccessibilityDelegate)|SetAccessibilityDelegate]] | View+AccessibilityDelegate | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetAddStatesFromChildren(Boolean)|SetAddStatesFromChildren]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBackgroundColor(Color)|SetBackgroundColor]] | Color | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBackgroundDrawable(Drawable)|SetBackgroundDrawable]] | Drawable | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBackgroundResource(Int32)|SetBackgroundResource]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetCameraDistance(Single)|SetCameraDistance]] | Single | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetClipChildren(Boolean)|SetClipChildren]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetClipToPadding(Boolean)|SetClipToPadding]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetFadingEdgeLength(Int32)|SetFadingEdgeLength]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetFitsSystemWindows(Boolean)|SetFitsSystemWindows]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetForegroundGravity(GravityFlags)|SetForegroundGravity]] | GravityFlags | FrameLayout | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetLayerType(LayerType, Paint)|SetLayerType]] | LayerType, Paint | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetMeasureAllChildren(Boolean)|SetMeasureAllChildren]] | Boolean | FrameLayout | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetMinimumHeight(Int32)|SetMinimumHeight]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetMinimumWidth(Int32)|SetMinimumWidth]] | Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnClickListener(View+IOnClickListener)|SetOnClickListener]] | View+IOnClickListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnCreateContextMenuListener(View+IOnCreateContextMenuListener)|SetOnCreateContextMenuListener]] | View+IOnCreateContextMenuListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnDragListener(View+IOnDragListener)|SetOnDragListener]] | View+IOnDragListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnGenericMotionListener(View+IOnGenericMotionListener)|SetOnGenericMotionListener]] | View+IOnGenericMotionListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnHierarchyChangeListener(ViewGroup+IOnHierarchyChangeListener)|SetOnHierarchyChangeListener]] | ViewGroup+IOnHierarchyChangeListener | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnHoverListener(View+IOnHoverListener)|SetOnHoverListener]] | View+IOnHoverListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnKeyListener(View+IOnKeyListener)|SetOnKeyListener]] | View+IOnKeyListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnLongClickListener(View+IOnLongClickListener)|SetOnLongClickListener]] | View+IOnLongClickListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnSystemUiVisibilityChangeListener(View+IOnSystemUiVisibilityChangeListener)|SetOnSystemUiVisibilityChangeListener]] | View+IOnSystemUiVisibilityChangeListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetOnTouchListener(View+IOnTouchListener)|SetOnTouchListener]] | View+IOnTouchListener | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetPadding(Int32, Int32, Int32, Int32)|SetPadding]] | Int32, Int32, Int32, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetScrollContainer(Boolean)|SetScrollContainer]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetTag(Int32, Object)|SetTag]] | Int32, Object | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetWillNotCacheDrawing(Boolean)|SetWillNotCacheDrawing]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetWillNotDraw(Boolean)|SetWillNotDraw]] | Boolean | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetX(Single)|SetX]] | Single | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SetY(Single)|SetY]] | Single | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ShouldDelayChildPressedState()|ShouldDelayChildPressedState]] | | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ShowContextMenu()|ShowContextMenu]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ShowContextMenuForChild(View)|ShowContextMenuForChild]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#StartActionMode(ActionMode+ICallback)|StartActionMode]] | ActionMode+ICallback | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#StartActionModeForChild(View, ActionMode+ICallback)|StartActionModeForChild]] | View, ActionMode+ICallback | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#StartAnimation(Animation)|StartAnimation]] | Animation | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#StartDrag(ClipData, View+DragShadowBuilder, Object, Int32)|StartDrag]] | ClipData, View+DragShadowBuilder, Object, Int32 | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#StartLayoutAnimation()|StartLayoutAnimation]] | | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#StartViewTransition(View)|StartViewTransition]] | View | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToArray()|ToArray]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#UnscheduleDrawable(Drawable, IRunnable)|UnscheduleDrawable]] | Drawable, IRunnable | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#UnscheduleDrawable(Drawable)|UnscheduleDrawable]] | Drawable | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#UnscheduleDrawable(Drawable, Action)|UnscheduleDrawable]] | Drawable, Action | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateViewLayout(View, ViewGroup+LayoutParams)|UpdateViewLayout]] | View, ViewGroup+LayoutParams | ViewGroup | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Wait()|Wait]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Wait(Int64, Int32)|Wait]] | Int64, Int32 | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Wait(Int64)|Wait]] | Int64 | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WillNotCacheDrawing()|WillNotCacheDrawing]] | | View | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WillNotDraw()|WillNotDraw]] | | View | | | ||
- | |||
- | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddViewInLayout(View, Int32, ViewGroup+LayoutParams)|AddViewInLayout]] | View, Int32, ViewGroup+LayoutParams | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddViewInLayout(View, Int32, ViewGroup+LayoutParams, Boolean)|AddViewInLayout]] | View, Int32, ViewGroup+LayoutParams, Boolean | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AttachLayoutAnimationParameters(View, ViewGroup+LayoutParams, Int32, Int32)|AttachLayoutAnimationParameters]] | View, ViewGroup+LayoutParams, Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AttachViewToParent(View, Int32, ViewGroup+LayoutParams)|AttachViewToParent]] | View, Int32, ViewGroup+LayoutParams | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AwakenScrollBars(Int32, Boolean)|AwakenScrollBars]] | Int32, Boolean | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AwakenScrollBars(Int32)|AwakenScrollBars]] | Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AwakenScrollBars()|AwakenScrollBars]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CanAnimate()|CanAnimate]] | | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CheckLayoutParams(ViewGroup+LayoutParams)|CheckLayoutParams]] | ViewGroup+LayoutParams | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CleanupLayoutState(View)|CleanupLayoutState]] | View | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Clone()|Clone]] | | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ComputeHorizontalScrollExtent()|ComputeHorizontalScrollExtent]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ComputeHorizontalScrollOffset()|ComputeHorizontalScrollOffset]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ComputeHorizontalScrollRange()|ComputeHorizontalScrollRange]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ComputeVerticalScrollExtent()|ComputeVerticalScrollExtent]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ComputeVerticalScrollOffset()|ComputeVerticalScrollOffset]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ComputeVerticalScrollRange()|ComputeVerticalScrollRange]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Debug(Int32)|Debug]] | Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DetachAllViewsFromParent()|DetachAllViewsFromParent]] | | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DetachViewFromParent(View)|DetachViewFromParent]] | View | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DetachViewFromParent(Int32)|DetachViewFromParent]] | Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DetachViewsFromParent(Int32, Int32)|DetachViewsFromParent]] | Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchDraw(Canvas)|DispatchDraw]] | Canvas | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchFreezeSelfOnly(SparseArray)|DispatchFreezeSelfOnly]] | SparseArray | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchGenericFocusedEvent(MotionEvent)|DispatchGenericFocusedEvent]] | MotionEvent | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchGenericPointerEvent(MotionEvent)|DispatchGenericPointerEvent]] | MotionEvent | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchHoverEvent(MotionEvent)|DispatchHoverEvent]] | MotionEvent | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchRestoreInstanceState(SparseArray)|DispatchRestoreInstanceState]] | SparseArray | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchSaveInstanceState(SparseArray)|DispatchSaveInstanceState]] | SparseArray | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchSetActivated(Boolean)|DispatchSetActivated]] | Boolean | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchSetPressed(Boolean)|DispatchSetPressed]] | Boolean | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchSetSelected(Boolean)|DispatchSetSelected]] | Boolean | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchThawSelfOnly(SparseArray)|DispatchThawSelfOnly]] | SparseArray | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DispatchVisibilityChanged(View, ViewStates)|DispatchVisibilityChanged]] | View, ViewStates | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawChild(Canvas, View, Int64)|DrawChild]] | Canvas, View, Int64 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawableStateChanged()|DrawableStateChanged]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#FitSystemWindows(Rect)|FitSystemWindows]] | Rect | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GenerateDefaultLayoutParams()|GenerateDefaultLayoutParams]] | | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GenerateLayoutParams(ViewGroup+LayoutParams)|GenerateLayoutParams]] | ViewGroup+LayoutParams | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetChildDrawingOrder(Int32, Int32)|GetChildDrawingOrder]] | Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetChildStaticTransformation(View, Transformation)|GetChildStaticTransformation]] | View, Transformation | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeFadingEdge(TypedArray)|InitializeFadingEdge]] | TypedArray | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeScrollbars(TypedArray)|InitializeScrollbars]] | TypedArray | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#JavaFinalize()|JavaFinalize]] | | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureChild(View, Int32, Int32)|MeasureChild]] | View, Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureChildWithMargins(View, Int32, Int32, Int32, Int32)|MeasureChildWithMargins]] | View, Int32, Int32, Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureChildren(Int32, Int32)|MeasureChildren]] | Int32, Int32 | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnAnimationEnd()|OnAnimationEnd]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnAnimationStart()|OnAnimationStart]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnAttachedToWindow()|OnAttachedToWindow]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnConfigurationChanged(Configuration)|OnConfigurationChanged]] | Configuration | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCreateContextMenu(IContextMenu)|OnCreateContextMenu]] | IContextMenu | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCreateDrawableState(Int32)|OnCreateDrawableState]] | Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDetachedFromWindow()|OnDetachedFromWindow]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDisplayHint(Int32)|OnDisplayHint]] | Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDraw(Canvas)|OnDraw]] | Canvas | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawScrollBars(Canvas)|OnDrawScrollBars]] | Canvas | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFinishInflate()|OnFinishInflate]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnFocusChanged(Boolean, FocusSearchDirection, Rect)|OnFocusChanged]] | Boolean, FocusSearchDirection, Rect | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLayout(Boolean, Int32, Int32, Int32, Int32)|OnLayout]] | Boolean, Int32, Int32, Int32, Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLayout(Boolean, Int32, Int32, Int32, Int32)|OnLayout]] | Boolean, Int32, Int32, Int32, Int32 | ViewGroup(overriden) | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMeasure(Int32, Int32)|OnMeasure]] | Int32, Int32 | View(overriden) | Called when [[measure]]. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnOverScrolled(Int32, Int32, Boolean, Boolean)|OnOverScrolled]] | Int32, Int32, Boolean, Boolean | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRequestFocusInDescendants(Int32, Rect)|OnRequestFocusInDescendants]] | Int32, Rect | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRestoreInstanceState(IParcelable)|OnRestoreInstanceState]] | IParcelable | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSaveInstanceState()|OnSaveInstanceState]] | | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnScrollChanged(Int32, Int32, Int32, Int32)|OnScrollChanged]] | Int32, Int32, Int32, Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSetAlpha(Int32)|OnSetAlpha]] | Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSizeChanged(Int32, Int32, Int32, Int32)|OnSizeChanged]] | Int32, Int32, Int32, Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnVisibilityChanged(View, ViewStates)|OnVisibilityChanged]] | View, ViewStates | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnWindowVisibilityChanged(ViewStates)|OnWindowVisibilityChanged]] | ViewStates | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OverScrollBy(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)|OverScrollBy]] | Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RemoveDetachedView(View, Boolean)|RemoveDetachedView]] | View, Boolean | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ResetResolvedLayoutDirection()|ResetResolvedLayoutDirection]] | | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ResetResolvedTextDirection()|ResetResolvedTextDirection]] | | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetChildrenDrawingCacheEnabled(Boolean)|SetChildrenDrawingCacheEnabled]] | Boolean | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetHandle(IntPtr, JniHandleOwnership)|SetHandle]] | IntPtr, JniHandleOwnership | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetMeasuredDimension(Int32, Int32)|SetMeasuredDimension]] | Int32, Int32 | View | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetStaticTransformationsEnabled(Boolean)|SetStaticTransformationsEnabled]] | Boolean | ViewGroup | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#VerifyDrawable(Drawable)|VerifyDrawable]] | Drawable | View | | | ||
- | |||
- | ==== Public Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Activated|Activated]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Alpha|Alpha]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AlwaysDrawnWithCacheEnabled|AlwaysDrawnWithCacheEnabled]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Animation|Animation]] | Animation | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AnimationCacheEnabled|AnimationCacheEnabled]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ApplicationWindowToken|ApplicationWindowToken]] | IBinder | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Background|Background]] | Drawable | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Baseline|Baseline]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Bottom|Bottom]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ChildCount|ChildCount]] | Int32 | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Class|Class]] | Class | Object | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Clickable|Clickable]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentDescription|ContentDescription]] | String | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentDescriptionFormatted|ContentDescriptionFormatted]] | ICharSequence | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentHeight|ContentHeight]] | Int32 | | Gets or sets the height of the content. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentWidth|ContentWidth]] | Int32 | | Gets or sets the width of the content. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Context|Context]] | Context | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DescendantFocusability|DescendantFocusability]] | DescendantFocusability | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingCache|DrawingCache]] | Bitmap | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingCacheBackgroundColor|DrawingCacheBackgroundColor]] | Color | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingCacheEnabled|DrawingCacheEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingCacheQuality|DrawingCacheQuality]] | DrawingCacheQuality | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingTime|DrawingTime]] | Int64 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DuplicateParentStateEnabled|DuplicateParentStateEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Enabled|Enabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#FilterTouchesWhenObscured|FilterTouchesWhenObscured]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Focusable|Focusable]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#FocusableInTouchMode|FocusableInTouchMode]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#FocusedChild|FocusedChild]] | View | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Foreground|Foreground]] | Drawable | FrameLayout | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Handle|Handle]] | IntPtr | Object | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Handler|Handler]] | Handler | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HapticFeedbackEnabled|HapticFeedbackEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HasFocus|HasFocus]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HasFocusable|HasFocusable]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HasOnClickListeners|HasOnClickListeners]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HasWindowFocus|HasWindowFocus]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalFadingEdgeEnabled|HorizontalFadingEdgeEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalFadingEdgeLength|HorizontalFadingEdgeLength]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalScrollBarEnabled|HorizontalScrollBarEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Hovered|Hovered]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsDirty|IsDirty]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsFocused|IsFocused]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsHardwareAccelerated|IsHardwareAccelerated]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInEditMode|IsInEditMode]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInTouchMode|IsInTouchMode]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsLayoutRequested|IsLayoutRequested]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsOpaque|IsOpaque]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsShown|IsShown]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#KeepScreenOn|KeepScreenOn]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#KeyDispatcherState|KeyDispatcherState]] | KeyEvent+DispatcherState | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LayerType|LayerType]] | LayerType | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LayoutAnimation|LayoutAnimation]] | LayoutAnimationController | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LayoutAnimationListener|LayoutAnimationListener]] | Animation+IAnimationListener | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LayoutParameters|LayoutParameters]] | ViewGroup+LayoutParams | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LayoutTransition|LayoutTransition]] | LayoutTransition | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Left|Left]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LongClickable|LongClickable]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Matrix|Matrix]] | Matrix | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MeasureAllChildren|MeasureAllChildren]] | Boolean | FrameLayout | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MeasuredHeight|MeasuredHeight]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MeasuredHeightAndState|MeasuredHeightAndState]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MeasuredState|MeasuredState]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MeasuredWidth|MeasuredWidth]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MeasuredWidthAndState|MeasuredWidthAndState]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MotionEventSplittingEnabled|MotionEventSplittingEnabled]] | Boolean | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#NextFocusDownId|NextFocusDownId]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#NextFocusForwardId|NextFocusForwardId]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#NextFocusLeftId|NextFocusLeftId]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#NextFocusRightId|NextFocusRightId]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#NextFocusUpId|NextFocusUpId]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OnFocusChangeListener|OnFocusChangeListener]] | View+IOnFocusChangeListener | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OverScrollMode|OverScrollMode]] | OverScrollMode | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PaddingBottom|PaddingBottom]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PaddingLeft|PaddingLeft]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PaddingRight|PaddingRight]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PaddingTop|PaddingTop]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Parent|Parent]] | IViewParent | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PersistentDrawingCache|PersistentDrawingCache]] | PersistentDrawingCaches | ViewGroup | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PivotX|PivotX]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PivotY|PivotY]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Position|Position]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Gets and sets the position of the popup. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Pressed|Pressed]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Resources|Resources]] | Resources | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Right|Right]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#RootView|RootView]] | View | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Rotation|Rotation]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#RotationX|RotationX]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#RotationY|RotationY]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SaveEnabled|SaveEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SaveFromParentEnabled|SaveFromParentEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScaleX|ScaleX]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScaleY|ScaleY]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScrollBarStyle|ScrollBarStyle]] | ScrollbarStyles | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScrollX|ScrollX]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScrollY|ScrollY]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScrollbarFadingEnabled|ScrollbarFadingEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Selected|Selected]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SolidColor|SolidColor]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SoundEffectsEnabled|SoundEffectsEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SystemUiVisibility|SystemUiVisibility]] | StatusBarVisibility | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Tag|Tag]] | Object | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Top|Top]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TouchDelegate|TouchDelegate]] | TouchDelegate | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Touchables|Touchables]] | IList<View> | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TranslationX|TranslationX]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TranslationY|TranslationY]] | Single | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalFadingEdgeEnabled|VerticalFadingEdgeEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalFadingEdgeLength|VerticalFadingEdgeLength]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalScrollBarEnabled|VerticalScrollBarEnabled]] | Boolean | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalScrollbarPosition|VerticalScrollbarPosition]] | ScrollbarPosition | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalScrollbarWidth|VerticalScrollbarWidth]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ViewTreeObserver|ViewTreeObserver]] | ViewTreeObserver | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Visibility|Visibility]] | ViewStates | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Int32 | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WindowToken|WindowToken]] | IBinder | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WindowVisibility|WindowVisibility]] | ViewStates | View | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#XOffset|XOffset]] | Int32 | | Gets or sets the x offset of the popup. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#YOffset|YOffset]] | Int32 | | Gets or sets the y offset of the popup. | | ||
- | |||
- | ==== Protected Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#BottomFadingEdgeStrength|BottomFadingEdgeStrength]] | Single | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#BottomPaddingOffset|BottomPaddingOffset]] | Int32 | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ChildrenDrawingOrderEnabled|ChildrenDrawingOrderEnabled]] | Boolean | ViewGroup | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ChildrenDrawnWithCacheEnabled|ChildrenDrawnWithCacheEnabled]] | Boolean | ViewGroup | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ContextMenuInfo|ContextMenuInfo]] | IContextMenuContextMenuInfo | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HorizontalScrollbarHeight|HorizontalScrollbarHeight]] | Int32 | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsPaddingOffsetRequired|IsPaddingOffsetRequired]] | Boolean | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#LeftFadingEdgeStrength|LeftFadingEdgeStrength]] | Single | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#LeftPaddingOffset|LeftPaddingOffset]] | Int32 | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#RightFadingEdgeStrength|RightFadingEdgeStrength]] | Single | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#RightPaddingOffset|RightPaddingOffset]] | Int32 | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#SuggestedMinimumHeight|SuggestedMinimumHeight]] | Int32 | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#SuggestedMinimumWidth|SuggestedMinimumWidth]] | Int32 | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ThresholdClass|ThresholdClass]] | IntPtr | Object(overriden) | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ThresholdType|ThresholdType]] | Type | Object(overriden) | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TopFadingEdgeStrength|TopFadingEdgeStrength]] | Single | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TopPaddingOffset|TopPaddingOffset]] | Int32 | View | | | ||
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#WindowAttachCount|WindowAttachCount]] | Int32 | View | | | ||
- | |||
- | ==== Public Events ==== | ||
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#AnimationEnd|AnimationEnd]] | Animation+AnimationEndEventArgs | ViewGroup | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#AnimationRepeat|AnimationRepeat]] | Animation+AnimationRepeatEventArgs | ViewGroup | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#AnimationStart|AnimationStart]] | Animation+AnimationStartEventArgs | ViewGroup | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ChildViewAdded|ChildViewAdded]] | ViewGroup+ChildViewAddedEventArgs | ViewGroup | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ChildViewRemoved|ChildViewRemoved]] | ViewGroup+ChildViewRemovedEventArgs | ViewGroup | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Click|Click]] | EventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ContextMenuCreated|ContextMenuCreated]] | View+CreateContextMenuEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drag|Drag]] | View+DragEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#FocusChange|FocusChange]] | View+FocusChangeEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#GenericMotion|GenericMotion]] | View+GenericMotionEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Hover|Hover]] | View+HoverEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#KeyPress|KeyPress]] | View+KeyEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#LayoutChange|LayoutChange]] | View+LayoutChangeEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#LongClick|LongClick]] | View+LongClickEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#SystemUiVisibilityChange|SystemUiVisibilityChange]] | View+SystemUiVisibilityChangeEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Touch|Touch]] | View+TouchEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ViewAttachedToWindow|ViewAttachedToWindow]] | View+ViewAttachedToWindowEventArgs | View | | | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#ViewDetachedFromWindow|ViewDetachedFromWindow]] | View+ViewDetachedFromWindowEventArgs | View | | | ||
- | |||
- | ===== Public Constructors ===== | ||
- | ==== Popup(Context) ==== | ||
- | Initializes a new instance of the class. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | context | Context<!-- Android.Content.Context --> | Interface to global information about an application environment. | | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ==== Popup(Context, PointShape) ==== | ||
- | Initializes a new instance of the class. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | context | Context<!-- Android.Content.Context --> | Interface to global information about an application environment. | | ||
- | | position | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | This parameter indicates the position of the popup. | | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ===== Protected Constructors ===== | ||
- | ===== Public Methods ===== | ||
- | ==== AddFocusables(IList<View>, FocusSearchDirection) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | views | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --> | | | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddFocusables(IList<View>, FocusSearchDirection, FocusablesFlags) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | views | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --> | | | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | | focusableMode | FocusablesFlags<!-- Android.Views.FocusablesFlags --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddOnAttachStateChangeListener(View+IOnAttachStateChangeListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | listener | View+IOnAttachStateChangeListener<!-- Android.Views.View+IOnAttachStateChangeListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddOnLayoutChangeListener(View+IOnLayoutChangeListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | listener | View+IOnLayoutChangeListener<!-- Android.Views.View+IOnLayoutChangeListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddStatesFromChildren() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddTouchables(IList<View>) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | views | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddView(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddView(View, ViewGroup+LayoutParams) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | params | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddView(View, Int32, ViewGroup+LayoutParams) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | | params | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddView(View, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | width | Int32<!-- System.Int32 --> | | | ||
- | | height | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== AddView(View, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Animate() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | ViewPropertyAnimator<!-- Android.Views.ViewPropertyAnimator --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== BringChildToFront(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== BringToFront() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== BuildDrawingCache(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | autoScale | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== BuildDrawingCache() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== BuildLayer() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CallOnClick() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CanScrollHorizontally(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | direction | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CanScrollVertically(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | direction | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CancelLongPress() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CheckInputConnectionProxy(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | view | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ChildDrawableStateChanged(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ClearAnimation() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ClearChildFocus(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ClearDisappearingChildren() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ClearFocus() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ComputeScroll() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CreateAccessibilityNodeInfo() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | AccessibilityNodeInfo<!-- Android.Views.Accessibility.AccessibilityNodeInfo --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CreateContextMenu(IContextMenu) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | menu | IContextMenu<!-- Android.Views.IContextMenu --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DestroyDrawingCache() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchConfigurationChanged(Configuration) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | newConfig | Configuration<!-- Android.Content.Res.Configuration --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchDisplayHint(ViewStates) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | hint | ViewStates<!-- Android.Views.ViewStates --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchDragEvent(DragEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | DragEvent<!-- Android.Views.DragEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchGenericMotionEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchKeyEvent(KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchKeyEventPreIme(KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchKeyShortcutEvent(KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchPopulateAccessibilityEvent(AccessibilityEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | AccessibilityEvent<!-- Android.Views.Accessibility.AccessibilityEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchSetActivated(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | activated | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchSetSelected(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | selected | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchSystemUiVisibilityChanged(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | visibility | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchTouchEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchTrackballEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchUnhandledMove(View, FocusSearchDirection) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | focused | View<!-- Android.Views.View --> | | | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchWindowFocusChanged(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | hasFocus | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DispatchWindowVisibilityChanged(ViewStates) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | visibility | ViewStates<!-- Android.Views.ViewStates --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Dispose() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Draw(Canvas) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | canvas | Canvas<!-- Android.Graphics.Canvas --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== EndViewTransition(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | view | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Equals(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | obj | Object<!-- System.Object --> | | | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Equals(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | o | Object<!-- Java.Lang.Object --> | | | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FindFocus() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | View<!-- Android.Views.View --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FindViewById(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | View<!-- Android.Views.View --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | id | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FindViewById(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | T<!-- T --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | id | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FindViewWithTag(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | View<!-- Android.Views.View --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | tag | Object<!-- Java.Lang.Object --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FindViewsWithText(IList<View>, String, FindViewsWith) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | outViews | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --> | | | ||
- | | searched | String<!-- System.String --> | | | ||
- | | flags | FindViewsWith<!-- Android.Views.FindViewsWith --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FindViewsWithText(IList<View>, ICharSequence, FindViewsWith) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | outViews | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --> | | | ||
- | | searched | ICharSequence<!-- Java.Lang.ICharSequence --> | | | ||
- | | flags | FindViewsWith<!-- Android.Views.FindViewsWith --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FitsSystemWindows() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FocusSearch(FocusSearchDirection) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | View<!-- Android.Views.View --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FocusSearch(View, FocusSearchDirection) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | View<!-- Android.Views.View --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | focused | View<!-- Android.Views.View --> | | | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== FocusableViewAvailable(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | v | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ForceLayout() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GatherTransparentRegion(Region) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | region | Region<!-- Android.Graphics.Region --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GenerateLayoutParams(IAttributeSet) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | attrs | IAttributeSet<!-- Android.Util.IAttributeSet --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetChildAt(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | View<!-- Android.Views.View --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetChildVisibleRect(View, Rect, Point) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | r | Rect<!-- Android.Graphics.Rect --> | | | ||
- | | offset | Point<!-- Android.Graphics.Point --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetDrawableState() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32[]<!-- System.Int32[[]] --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetDrawingCache(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Bitmap<!-- Android.Graphics.Bitmap --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | autoScale | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetDrawingRect(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | outRect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetFocusables(FocusSearchDirection) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetFocusedRect(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | r | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetGlobalVisibleRect(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | r | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetGlobalVisibleRect(Rect, Point) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | r | Rect<!-- Android.Graphics.Rect --> | | | ||
- | | globalOffset | Point<!-- Android.Graphics.Point --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetHashCode() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object(overriden) --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetHitRect(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | outRect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetLocalVisibleRect(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | r | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetLocationInWindow(Int32[]) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | location | Int32[]<!-- System.Int32[[]] --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetLocationOnScreen(Int32[]) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | location | Int32[]<!-- System.Int32[[]] --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetTag(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- Java.Lang.Object --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | key | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetType() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Type<!-- System.Type --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetWindowVisibleDisplayFrame(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | outRect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetX() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Single<!-- System.Single --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetY() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Single<!-- System.Single --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== IndexOfChild(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Invalidate() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Invalidate(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | dirty | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Invalidate(Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | Int32<!-- System.Int32 --> | | | ||
- | | t | Int32<!-- System.Int32 --> | | | ||
- | | r | Int32<!-- System.Int32 --> | | | ||
- | | b | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== InvalidateChild(View, Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | dirty | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== InvalidateChildInParent(Int32[], Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | IViewParent<!-- Android.Views.IViewParent --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | location | Int32[]<!-- System.Int32[[]] --> | | | ||
- | | dirty | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== InvalidateDrawable(Drawable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | drawable | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== JumpDrawablesToCurrentState() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Layout(Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | Int32<!-- System.Int32 --> | | | ||
- | | t | Int32<!-- System.Int32 --> | | | ||
- | | r | Int32<!-- System.Int32 --> | | | ||
- | | b | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View(overriden) --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Measure(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | widthMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | | heightMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Notify() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== NotifyAll() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OffsetDescendantRectToMyCoords(View, Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | descendant | View<!-- Android.Views.View --> | | | ||
- | | rect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OffsetLeftAndRight(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | offset | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OffsetRectIntoDescendantCoords(View, Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | descendant | View<!-- Android.Views.View --> | | | ||
- | | rect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OffsetTopAndBottom(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | offset | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnCheckIsTextEditor() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnCreateInputConnection(EditorInfo) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | IInputConnection<!-- Android.Views.InputMethods.IInputConnection --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | outAttrs | EditorInfo<!-- Android.Views.InputMethods.EditorInfo --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnDragEvent(DragEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | DragEvent<!-- Android.Views.DragEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnFilterTouchEventForSecurity(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnFinishTemporaryDetach() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnGenericMotionEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnHoverChanged(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | hovered | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnHoverEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnInitializeAccessibilityEvent(AccessibilityEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | AccessibilityEvent<!-- Android.Views.Accessibility.AccessibilityEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | info | AccessibilityNodeInfo<!-- Android.Views.Accessibility.AccessibilityNodeInfo --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnInterceptHoverEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnInterceptTouchEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | ev | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnKeyDown(Keycode, KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | keyCode | Keycode<!-- Android.Views.Keycode --> | | | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnKeyLongPress(Keycode, KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | keyCode | Keycode<!-- Android.Views.Keycode --> | | | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnKeyMultiple(Keycode, Int32, KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | keyCode | Keycode<!-- Android.Views.Keycode --> | | | ||
- | | repeatCount | Int32<!-- System.Int32 --> | | | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnKeyPreIme(Keycode, KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | keyCode | Keycode<!-- Android.Views.Keycode --> | | | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnKeyShortcut(Keycode, KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | keyCode | Keycode<!-- Android.Views.Keycode --> | | | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnKeyUp(Keycode, KeyEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | keyCode | Keycode<!-- Android.Views.Keycode --> | | | ||
- | | e | KeyEvent<!-- Android.Views.KeyEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnPopulateAccessibilityEvent(AccessibilityEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | AccessibilityEvent<!-- Android.Views.Accessibility.AccessibilityEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnRequestSendAccessibilityEvent(View, AccessibilityEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | e | AccessibilityEvent<!-- Android.Views.Accessibility.AccessibilityEvent --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnStartTemporaryDetach() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnTouchEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnTrackballEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== OnWindowFocusChanged(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | hasWindowFocus | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PerformClick() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PerformHapticFeedback(FeedbackConstants, FeedbackFlags) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feedbackConstant | FeedbackConstants<!-- Android.Views.FeedbackConstants --> | | | ||
- | | flags | FeedbackFlags<!-- Android.Views.FeedbackFlags --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PerformHapticFeedback(FeedbackConstants) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feedbackConstant | FeedbackConstants<!-- Android.Views.FeedbackConstants --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PerformLongClick() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PlaySoundEffect(SoundEffects) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | soundConstant | SoundEffects<!-- Android.Views.SoundEffects --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Post(IRunnable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | action | IRunnable<!-- Java.Lang.IRunnable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Post(Action) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | action | Action<!-- System.Action --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PostDelayed(Action, Int64) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | action | Action<!-- System.Action --> | | | ||
- | | delayMillis | Int64<!-- System.Int64 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PostDelayed(IRunnable, Int64) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | action | IRunnable<!-- Java.Lang.IRunnable --> | | | ||
- | | delayMillis | Int64<!-- System.Int64 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PostInvalidate() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PostInvalidate(Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | left | Int32<!-- System.Int32 --> | | | ||
- | | top | Int32<!-- System.Int32 --> | | | ||
- | | right | Int32<!-- System.Int32 --> | | | ||
- | | bottom | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PostInvalidateDelayed(Int64) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | delayMilliseconds | Int64<!-- System.Int64 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== PostInvalidateDelayed(Int64, Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | delayMilliseconds | Int64<!-- System.Int64 --> | | | ||
- | | left | Int32<!-- System.Int32 --> | | | ||
- | | top | Int32<!-- System.Int32 --> | | | ||
- | | right | Int32<!-- System.Int32 --> | | | ||
- | | bottom | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RecomputeViewAttributes(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RefreshDrawableState() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveAllViews() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveAllViewsInLayout() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveCallbacks(IRunnable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | action | IRunnable<!-- Java.Lang.IRunnable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveCallbacks(Action) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | action | Action<!-- System.Action --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveOnAttachStateChangeListener(View+IOnAttachStateChangeListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | listener | View+IOnAttachStateChangeListener<!-- Android.Views.View+IOnAttachStateChangeListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveOnLayoutChangeListener(View+IOnLayoutChangeListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | listener | View+IOnLayoutChangeListener<!-- Android.Views.View+IOnLayoutChangeListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveView(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | view | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveViewAt(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveViewInLayout(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | view | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveViews(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | start | Int32<!-- System.Int32 --> | | | ||
- | | count | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RemoveViewsInLayout(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | start | Int32<!-- System.Int32 --> | | | ||
- | | count | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestChildFocus(View, View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | focused | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestChildRectangleOnScreen(View, Rect, Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | rectangle | Rect<!-- Android.Graphics.Rect --> | | | ||
- | | immediate | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestDisallowInterceptTouchEvent(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | disallowIntercept | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestFocus() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestFocus(FocusSearchDirection) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestFocus(FocusSearchDirection, Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | | previouslyFocusedRect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestFocusFromTouch() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestLayout() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestRectangleOnScreen(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | rectangle | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestRectangleOnScreen(Rect, Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | rectangle | Rect<!-- Android.Graphics.Rect --> | | | ||
- | | immediate | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestSendAccessibilityEvent(View, AccessibilityEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | e | AccessibilityEvent<!-- Android.Views.Accessibility.AccessibilityEvent --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RequestTransparentRegion(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== RestoreHierarchyState(SparseArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | container | SparseArray<!-- Android.Util.SparseArray --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SaveHierarchyState(SparseArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | container | SparseArray<!-- Android.Util.SparseArray --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ScheduleDrawable(Drawable, Action, Int64) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | who | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | | what | Action<!-- System.Action --> | | | ||
- | | when | Int64<!-- System.Int64 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ScheduleDrawable(Drawable, IRunnable, Int64) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | who | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | | what | IRunnable<!-- Java.Lang.IRunnable --> | | | ||
- | | when | Int64<!-- System.Int64 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ScheduleLayoutAnimation() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ScrollBy(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | x | Int32<!-- System.Int32 --> | | | ||
- | | y | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ScrollTo(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | x | Int32<!-- System.Int32 --> | | | ||
- | | y | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SendAccessibilityEvent(EventTypes) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | eventType | EventTypes<!-- Android.Views.Accessibility.EventTypes --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SendAccessibilityEventUnchecked(AccessibilityEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | AccessibilityEvent<!-- Android.Views.Accessibility.AccessibilityEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetAccessibilityDelegate(View+AccessibilityDelegate) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | delegate | View+AccessibilityDelegate<!-- Android.Views.View+AccessibilityDelegate --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetAddStatesFromChildren(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | addsStates | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetBackgroundColor(Color) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | color | Color<!-- Android.Graphics.Color --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetBackgroundDrawable(Drawable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | d | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetBackgroundResource(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | resid | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetCameraDistance(Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | distance | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetClipChildren(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | clipChildren | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetClipToPadding(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | clipToPadding | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetFadingEdgeLength(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | length | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetFitsSystemWindows(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | fitSystemWindows | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetForegroundGravity(GravityFlags) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | foregroundGravity | GravityFlags<!-- Android.Views.GravityFlags --> | | | ||
- | |||
- | <!-- Android.Widget.FrameLayout --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetLayerType(LayerType, Paint) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | layerType | LayerType<!-- Android.Views.LayerType --> | | | ||
- | | paint | Paint<!-- Android.Graphics.Paint --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetMeasureAllChildren(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | measureAll | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Widget.FrameLayout --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetMinimumHeight(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | minHeight | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetMinimumWidth(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | minWidth | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnClickListener(View+IOnClickListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnClickListener<!-- Android.Views.View+IOnClickListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnCreateContextMenuListener(View+IOnCreateContextMenuListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnCreateContextMenuListener<!-- Android.Views.View+IOnCreateContextMenuListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnDragListener(View+IOnDragListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnDragListener<!-- Android.Views.View+IOnDragListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnGenericMotionListener(View+IOnGenericMotionListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnGenericMotionListener<!-- Android.Views.View+IOnGenericMotionListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnHierarchyChangeListener(ViewGroup+IOnHierarchyChangeListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | listener | ViewGroup+IOnHierarchyChangeListener<!-- Android.Views.ViewGroup+IOnHierarchyChangeListener --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnHoverListener(View+IOnHoverListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnHoverListener<!-- Android.Views.View+IOnHoverListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnKeyListener(View+IOnKeyListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnKeyListener<!-- Android.Views.View+IOnKeyListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnLongClickListener(View+IOnLongClickListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnLongClickListener<!-- Android.Views.View+IOnLongClickListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnSystemUiVisibilityChangeListener(View+IOnSystemUiVisibilityChangeListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnSystemUiVisibilityChangeListener<!-- Android.Views.View+IOnSystemUiVisibilityChangeListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetOnTouchListener(View+IOnTouchListener) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | View+IOnTouchListener<!-- Android.Views.View+IOnTouchListener --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetPadding(Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | left | Int32<!-- System.Int32 --> | | | ||
- | | top | Int32<!-- System.Int32 --> | | | ||
- | | right | Int32<!-- System.Int32 --> | | | ||
- | | bottom | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetScrollContainer(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | isScrollContainer | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetTag(Int32, Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | key | Int32<!-- System.Int32 --> | | | ||
- | | tag | Object<!-- Java.Lang.Object --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetWillNotCacheDrawing(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | willNotCacheDrawing | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetWillNotDraw(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | willNotDraw | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetX(Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | x | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== SetY(Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | y | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ShouldDelayChildPressedState() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ShowContextMenu() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ShowContextMenuForChild(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | originalView | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== StartActionMode(ActionMode+ICallback) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | ActionMode<!-- Android.Views.ActionMode --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | callback | ActionMode+ICallback<!-- Android.Views.ActionMode+ICallback --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== StartActionModeForChild(View, ActionMode+ICallback) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | ActionMode<!-- Android.Views.ActionMode --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | originalView | View<!-- Android.Views.View --> | | | ||
- | | callback | ActionMode+ICallback<!-- Android.Views.ActionMode+ICallback --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== StartAnimation(Animation) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | animation | Animation<!-- Android.Views.Animations.Animation --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== StartDrag(ClipData, View+DragShadowBuilder, Object, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | data | ClipData<!-- Android.Content.ClipData --> | | | ||
- | | shadowBuilder | View+DragShadowBuilder<!-- Android.Views.View+DragShadowBuilder --> | | | ||
- | | myLocalState | Object<!-- Java.Lang.Object --> | | | ||
- | | flags | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== StartLayoutAnimation() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== StartViewTransition(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | view | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ToArray() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | T[]<!-- T[[]] --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ToString() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | String<!-- System.String --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object(overriden) --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== UnscheduleDrawable(Drawable, IRunnable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | who | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | | what | IRunnable<!-- Java.Lang.IRunnable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== UnscheduleDrawable(Drawable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | who | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== UnscheduleDrawable(Drawable, Action) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | who | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | | what | Action<!-- System.Action --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== UpdateViewLayout(View, ViewGroup+LayoutParams) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | view | View<!-- Android.Views.View --> | | | ||
- | | params | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Wait() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Wait(Int64, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | millis | Int64<!-- System.Int64 --> | | | ||
- | | nanos | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Wait(Int64) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | millis | Int64<!-- System.Int64 --> | | | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== WillNotCacheDrawing() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== WillNotDraw() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | ==== AddViewInLayout(View, Int32, ViewGroup+LayoutParams) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | | params | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== AddViewInLayout(View, Int32, ViewGroup+LayoutParams, Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | | params | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | | preventRequestLayout | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== AttachLayoutAnimationParameters(View, ViewGroup+LayoutParams, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | params | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | | count | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== AttachViewToParent(View, Int32, ViewGroup+LayoutParams) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | | params | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== AwakenScrollBars(Int32, Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | startDelay | Int32<!-- System.Int32 --> | | | ||
- | | invalidate | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== AwakenScrollBars(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | startDelay | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== AwakenScrollBars() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== CanAnimate() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== CheckLayoutParams(ViewGroup+LayoutParams) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | p | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== CleanupLayoutState(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== Clone() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- Java.Lang.Object --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ComputeHorizontalScrollExtent() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ComputeHorizontalScrollOffset() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ComputeHorizontalScrollRange() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ComputeVerticalScrollExtent() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ComputeVerticalScrollOffset() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ComputeVerticalScrollRange() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== Debug(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | depth | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DetachAllViewsFromParent() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DetachViewFromParent(View) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DetachViewFromParent(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | index | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DetachViewsFromParent(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | start | Int32<!-- System.Int32 --> | | | ||
- | | count | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchDraw(Canvas) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | canvas | Canvas<!-- Android.Graphics.Canvas --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchFreezeSelfOnly(SparseArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | container | SparseArray<!-- Android.Util.SparseArray --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchGenericFocusedEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchGenericPointerEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchHoverEvent(MotionEvent) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | MotionEvent<!-- Android.Views.MotionEvent --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchRestoreInstanceState(SparseArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | container | SparseArray<!-- Android.Util.SparseArray --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchSaveInstanceState(SparseArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | container | SparseArray<!-- Android.Util.SparseArray --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchSetActivated(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | activated | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchSetPressed(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | pressed | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchSetSelected(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | selected | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchThawSelfOnly(SparseArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | container | SparseArray<!-- Android.Util.SparseArray --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DispatchVisibilityChanged(View, ViewStates) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | changedView | View<!-- Android.Views.View --> | | | ||
- | | visibility | ViewStates<!-- Android.Views.ViewStates --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== Dispose(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | disposing | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawChild(Canvas, View, Int64) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | canvas | Canvas<!-- Android.Graphics.Canvas --> | | | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | drawingTime | Int64<!-- System.Int64 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawableStateChanged() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== Finalize() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== FitSystemWindows(Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | insets | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GenerateDefaultLayoutParams() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GenerateLayoutParams(ViewGroup+LayoutParams) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | p | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GetChildDrawingOrder(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | childCount | Int32<!-- System.Int32 --> | | | ||
- | | i | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GetChildStaticTransformation(View, Transformation) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | t | Transformation<!-- Android.Views.Animations.Transformation --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== InitializeFadingEdge(TypedArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | a | TypedArray<!-- Android.Content.Res.TypedArray --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== InitializeScrollbars(TypedArray) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | a | TypedArray<!-- Android.Content.Res.TypedArray --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== JavaFinalize() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MeasureChild(View, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | parentWidthMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | | parentHeightMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MeasureChildWithMargins(View, Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | parentWidthMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | | widthUsed | Int32<!-- System.Int32 --> | | | ||
- | | parentHeightMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | | heightUsed | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MeasureChildren(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | widthMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | | heightMeasureSpec | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MemberwiseClone() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- System.Object --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnAnimationEnd() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnAnimationStart() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnAttachedToWindow() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnConfigurationChanged(Configuration) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | newConfig | Configuration<!-- Android.Content.Res.Configuration --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnCreateContextMenu(IContextMenu) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | menu | IContextMenu<!-- Android.Views.IContextMenu --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnCreateDrawableState(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32[]<!-- System.Int32[[]] --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | extraSpace | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnDetachedFromWindow() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnDisplayHint(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | hint | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnDraw(Canvas) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | canvas | Canvas<!-- Android.Graphics.Canvas --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnDrawScrollBars(Canvas) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | canvas | Canvas<!-- Android.Graphics.Canvas --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnFinishInflate() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnFocusChanged(Boolean, FocusSearchDirection, Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | gainFocus | Boolean<!-- System.Boolean --> | | | ||
- | | direction | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --> | | | ||
- | | previouslyFocusedRect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnLayout(Boolean, Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | changed | Boolean<!-- System.Boolean --> | | | ||
- | | left | Int32<!-- System.Int32 --> | | | ||
- | | top | Int32<!-- System.Int32 --> | | | ||
- | | right | Int32<!-- System.Int32 --> | | | ||
- | | bottom | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnLayout(Boolean, Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | changed | Boolean<!-- System.Boolean --> | | | ||
- | | left | Int32<!-- System.Int32 --> | | | ||
- | | top | Int32<!-- System.Int32 --> | | | ||
- | | right | Int32<!-- System.Int32 --> | | | ||
- | | bottom | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnMeasure(Int32, Int32) ==== | ||
- | Called when [[measure]]. | ||
- | === Remarks === | ||
- | <para tool="javadoc-to-mdoc" /> <para tool="javadoc-to-mdoc"> Measure the view and its content to determine the measured width and the measured height. This method is invoked by <c><see cref="M:Android.Views.View.Measure(System.Int32, System.Int32)" /></c> and should be overriden by subclasses to provide accurate and efficient measurement of their contents. | ||
- | |||
- | <para tool="javadoc-to-mdoc"> <i>CONTRACT:</i> When overriding this method, you <i>must</i> call <c><see cref="M:Android.Views.View.SetMeasuredDimension(System.Int32, System.Int32)" /></c> to store the measured width and height of this view. Failure to do so will trigger an <c>IllegalStateException</c>, thrown by <c><see cref="M:Android.Views.View.Measure(System.Int32, System.Int32)" /></c>. Calling the superclass' <c><see cref="M:Android.Views.View.OnMeasure(System.Int32, System.Int32)" /></c> is a valid use. | ||
- | |||
- | <para tool="javadoc-to-mdoc"> The base class implementation of measure defaults to the background size, unless a larger size is allowed by the MeasureSpec. Subclasses should override <c><see cref="M:Android.Views.View.OnMeasure(System.Int32, System.Int32)" /></c> to provide better measurements of their content. | ||
- | |||
- | <para tool="javadoc-to-mdoc"> If this method is overridden, it is the subclass's responsibility to make sure the measured height and width are at least the view's minimum height and width (<c><see cref="M:Android.Views.View.get_SuggestedMinimumHeight" /></c> and <c><see cref="M:Android.Views.View.get_SuggestedMinimumWidth" /></c>). | ||
- | |||
- | <para tool="javadoc-to-mdoc"> <format type="text/html"> <a href="http://developer.android.com/reference/android/view/View.html#onMeasure(int, int)" target="_blank">[[Android|Documentation]]</a> </format> | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | widthMeasureSpec | Int32<!-- System.Int32 --> | horizontal space requirements as imposed by the parent. The requirements are encoded with . | | ||
- | | heightMeasureSpec | Int32<!-- System.Int32 --> | vertical space requirements as imposed by the parent. The requirements are encoded with . | | ||
- | |||
- | <!-- Android.Views.View(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnOverScrolled(Int32, Int32, Boolean, Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | scrollX | Int32<!-- System.Int32 --> | | | ||
- | | scrollY | Int32<!-- System.Int32 --> | | | ||
- | | clampedX | Boolean<!-- System.Boolean --> | | | ||
- | | clampedY | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnRequestFocusInDescendants(Int32, Rect) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | direction | Int32<!-- System.Int32 --> | | | ||
- | | previouslyFocusedRect | Rect<!-- Android.Graphics.Rect --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnRestoreInstanceState(IParcelable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | state | IParcelable<!-- Android.OS.IParcelable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnSaveInstanceState() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | IParcelable<!-- Android.OS.IParcelable --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnScrollChanged(Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | l | Int32<!-- System.Int32 --> | | | ||
- | | t | Int32<!-- System.Int32 --> | | | ||
- | | oldl | Int32<!-- System.Int32 --> | | | ||
- | | oldt | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnSetAlpha(Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | alpha | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnSizeChanged(Int32, Int32, Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | w | Int32<!-- System.Int32 --> | | | ||
- | | h | Int32<!-- System.Int32 --> | | | ||
- | | oldw | Int32<!-- System.Int32 --> | | | ||
- | | oldh | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnVisibilityChanged(View, ViewStates) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | changedView | View<!-- Android.Views.View --> | | | ||
- | | visibility | ViewStates<!-- Android.Views.ViewStates --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnWindowVisibilityChanged(ViewStates) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | visibility | ViewStates<!-- Android.Views.ViewStates --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OverScrollBy(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | deltaX | Int32<!-- System.Int32 --> | | | ||
- | | deltaY | Int32<!-- System.Int32 --> | | | ||
- | | scrollX | Int32<!-- System.Int32 --> | | | ||
- | | scrollY | Int32<!-- System.Int32 --> | | | ||
- | | scrollRangeX | Int32<!-- System.Int32 --> | | | ||
- | | scrollRangeY | Int32<!-- System.Int32 --> | | | ||
- | | maxOverScrollX | Int32<!-- System.Int32 --> | | | ||
- | | maxOverScrollY | Int32<!-- System.Int32 --> | | | ||
- | | isTouchEvent | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== RemoveDetachedView(View, Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | child | View<!-- Android.Views.View --> | | | ||
- | | animate | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ResetResolvedLayoutDirection() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ResetResolvedTextDirection() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== SetChildrenDrawingCacheEnabled(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | enabled | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== SetHandle(IntPtr, JniHandleOwnership) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | value | IntPtr<!-- System.IntPtr --> | | | ||
- | | transfer | JniHandleOwnership<!-- Android.Runtime.JniHandleOwnership --> | | | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== SetMeasuredDimension(Int32, Int32) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | measuredWidth | Int32<!-- System.Int32 --> | | | ||
- | | measuredHeight | Int32<!-- System.Int32 --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== SetStaticTransformationsEnabled(Boolean) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | enabled | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== VerifyDrawable(Drawable) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | who | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | ==== Activated ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Alpha ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== AlwaysDrawnWithCacheEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Animation ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Animation<!-- Android.Views.Animations.Animation --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== AnimationCacheEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ApplicationWindowToken ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | IBinder<!-- Android.OS.IBinder --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Background ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Baseline ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Bottom ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ChildCount ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Class ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Class<!-- Java.Lang.Class --> | | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Clickable ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ContentDescription ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | String<!-- System.String --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ContentDescriptionFormatted ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | ICharSequence<!-- Java.Lang.ICharSequence --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ContentHeight ==== | ||
- | Gets or sets the height of the content. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Popup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ContentWidth ==== | ||
- | Gets or sets the width of the content. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Popup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Context ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Context<!-- Android.Content.Context --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DescendantFocusability ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | DescendantFocusability<!-- Android.Views.DescendantFocusability --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DrawingCache ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Bitmap<!-- Android.Graphics.Bitmap --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DrawingCacheBackgroundColor ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Color<!-- Android.Graphics.Color --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DrawingCacheEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DrawingCacheQuality ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | DrawingCacheQuality<!-- Android.Views.DrawingCacheQuality --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DrawingTime ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int64<!-- System.Int64 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DuplicateParentStateEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Enabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== FilterTouchesWhenObscured ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Focusable ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== FocusableInTouchMode ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== FocusedChild ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | View<!-- Android.Views.View --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Foreground ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Drawable<!-- Android.Graphics.Drawables.Drawable --> | | ||
- | |||
- | <!-- Android.Widget.FrameLayout --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Handle ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | IntPtr<!-- System.IntPtr --> | | ||
- | |||
- | <!-- Java.Lang.Object --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Handler ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Handler<!-- Android.OS.Handler --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HapticFeedbackEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HasFocus ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HasFocusable ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HasOnClickListeners ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HasWindowFocus ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Height ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HorizontalFadingEdgeEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HorizontalFadingEdgeLength ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HorizontalScrollBarEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Hovered ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Id ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsDirty ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsFocused ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsHardwareAccelerated ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsInEditMode ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsInTouchMode ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsLayoutRequested ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsOpaque ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsShown ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== KeepScreenOn ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== KeyDispatcherState ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | KeyEvent+DispatcherState<!-- Android.Views.KeyEvent+DispatcherState --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== LayerType ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | LayerType<!-- Android.Views.LayerType --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== LayoutAnimation ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | LayoutAnimationController<!-- Android.Views.Animations.LayoutAnimationController --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== LayoutAnimationListener ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Animation+IAnimationListener<!-- Android.Views.Animations.Animation+IAnimationListener --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== LayoutParameters ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | ViewGroup+LayoutParams<!-- Android.Views.ViewGroup+LayoutParams --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== LayoutTransition ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | LayoutTransition<!-- Android.Animation.LayoutTransition --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Left ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== LongClickable ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Matrix ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Matrix<!-- Android.Graphics.Matrix --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MeasureAllChildren ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Widget.FrameLayout --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MeasuredHeight ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MeasuredHeightAndState ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MeasuredState ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MeasuredWidth ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MeasuredWidthAndState ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MotionEventSplittingEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== NextFocusDownId ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== NextFocusForwardId ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== NextFocusLeftId ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== NextFocusRightId ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== NextFocusUpId ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== OnFocusChangeListener ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | View+IOnFocusChangeListener<!-- Android.Views.View+IOnFocusChangeListener --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== OverScrollMode ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | OverScrollMode<!-- Android.Views.OverScrollMode --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PaddingBottom ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PaddingLeft ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PaddingRight ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PaddingTop ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Parent ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | IViewParent<!-- Android.Views.IViewParent --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PersistentDrawingCache ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | PersistentDrawingCaches<!-- Android.Views.PersistentDrawingCaches --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PivotX ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PivotY ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Position ==== | ||
- | Gets and sets the position of the popup. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Popup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Pressed ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Resources ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Resources<!-- Android.Content.Res.Resources --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Right ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== RootView ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | View<!-- Android.Views.View --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Rotation ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== RotationX ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== RotationY ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SaveEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SaveFromParentEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScaleX ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScaleY ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScrollBarStyle ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | ScrollbarStyles<!-- Android.Views.ScrollbarStyles --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScrollX ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScrollY ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScrollbarFadingEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Selected ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SolidColor ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SoundEffectsEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SystemUiVisibility ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | StatusBarVisibility<!-- Android.Views.StatusBarVisibility --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Tag ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Object<!-- Java.Lang.Object --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Top ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== TouchDelegate ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | TouchDelegate<!-- Android.Views.TouchDelegate --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Touchables ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== TranslationX ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== TranslationY ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== VerticalFadingEdgeEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== VerticalFadingEdgeLength ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== VerticalScrollBarEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== VerticalScrollbarPosition ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | ScrollbarPosition<!-- Android.Views.ScrollbarPosition --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== VerticalScrollbarWidth ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ViewTreeObserver ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | ViewTreeObserver<!-- Android.Views.ViewTreeObserver --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Visibility ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | ViewStates<!-- Android.Views.ViewStates --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Width ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== WindowToken ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | IBinder<!-- Android.OS.IBinder --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== WindowVisibility ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | ViewStates<!-- Android.Views.ViewStates --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== XOffset ==== | ||
- | Gets or sets the x offset of the popup. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Popup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== YOffset ==== | ||
- | Gets or sets the y offset of the popup. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.Popup --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ==== BottomFadingEdgeStrength ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== BottomPaddingOffset ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== ChildrenDrawingOrderEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== ChildrenDrawnWithCacheEnabled ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== ContextMenuInfo ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | IContextMenuContextMenuInfo<!-- Android.Views.IContextMenuContextMenuInfo --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== HorizontalScrollbarHeight ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== IsPaddingOffsetRequired ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== LeftFadingEdgeStrength ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== LeftPaddingOffset ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== RightFadingEdgeStrength ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== RightPaddingOffset ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== SuggestedMinimumHeight ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== SuggestedMinimumWidth ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== ThresholdClass ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | IntPtr<!-- System.IntPtr --> | | ||
- | |||
- | <!-- Java.Lang.Object(overriden) --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== ThresholdType ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Type<!-- System.Type --> | | ||
- | |||
- | <!-- Java.Lang.Object(overriden) --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== TopFadingEdgeStrength ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== TopPaddingOffset ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ==== WindowAttachCount ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Protected Properties|Go Back]] | ||
- | ===== Public Events ===== | ||
- | ==== AnimationEnd ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | Animation+AnimationEndEventArgs<!-- Android.Views.Animations.Animation+AnimationEndEventArgs --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== AnimationRepeat ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | Animation+AnimationRepeatEventArgs<!-- Android.Views.Animations.Animation+AnimationRepeatEventArgs --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== AnimationStart ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | Animation+AnimationStartEventArgs<!-- Android.Views.Animations.Animation+AnimationStartEventArgs --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== ChildViewAdded ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | ViewGroup+ChildViewAddedEventArgs<!-- Android.Views.ViewGroup+ChildViewAddedEventArgs --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== ChildViewRemoved ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | ViewGroup+ChildViewRemovedEventArgs<!-- Android.Views.ViewGroup+ChildViewRemovedEventArgs --> | | ||
- | |||
- | <!-- Android.Views.ViewGroup --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== Click ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | EventArgs<!-- System.EventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== ContextMenuCreated ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+CreateContextMenuEventArgs<!-- Android.Views.View+CreateContextMenuEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== Drag ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+DragEventArgs<!-- Android.Views.View+DragEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== FocusChange ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+FocusChangeEventArgs<!-- Android.Views.View+FocusChangeEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== GenericMotion ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+GenericMotionEventArgs<!-- Android.Views.View+GenericMotionEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== Hover ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+HoverEventArgs<!-- Android.Views.View+HoverEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== KeyPress ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+KeyEventArgs<!-- Android.Views.View+KeyEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== LayoutChange ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+LayoutChangeEventArgs<!-- Android.Views.View+LayoutChangeEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== LongClick ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+LongClickEventArgs<!-- Android.Views.View+LongClickEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== SystemUiVisibilityChange ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+SystemUiVisibilityChangeEventArgs<!-- Android.Views.View+SystemUiVisibilityChangeEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== Touch ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+TouchEventArgs<!-- Android.Views.View+TouchEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== ViewAttachedToWindow ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+ViewAttachedToWindowEventArgs<!-- Android.Views.View+ViewAttachedToWindowEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | ==== ViewDetachedFromWindow ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | View+ViewDetachedFromWindowEventArgs<!-- Android.Views.View+ViewDetachedFromWindowEventArgs --> | | ||
- | |||
- | <!-- Android.Views.View --> | ||
- | [[#Public Events|Go Back]] | ||
- | |||
- | __NOTOC__ | ||
- | [[Category:AndroidEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.