Table of Contents

Class View

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class View : JVMBridgeBase<View>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAccessibilityEventSource
Inheritance
JVMBridgeBase
JVMBridgeBase<View>
View
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<View>.IsAssignableFrom(IJavaType)
JVMBridgeBase<View>.IsAssignableFrom<T>()
JVMBridgeBase<View>.Execute<T>(params T[])
JVMBridgeBase<View>.DynBridgeClazz
JVMBridgeBase<View>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

View()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public View()

View(Context)

public View(Context arg0)

Parameters

arg0 Context

Context

View(Context, AttributeSet)

public View(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

View(Context, AttributeSet, int)

public View(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

View(Context, AttributeSet, int, int)

public View(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

arg3 int

int

View(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public View(params object[] args)

Parameters

args object[]

Properties

ACCESSIBILITY_DATA_SENSITIVE_AUTO

public static int ACCESSIBILITY_DATA_SENSITIVE_AUTO { get; }

Property Value

int

ACCESSIBILITY_DATA_SENSITIVE_NO

public static int ACCESSIBILITY_DATA_SENSITIVE_NO { get; }

Property Value

int

ACCESSIBILITY_DATA_SENSITIVE_YES

public static int ACCESSIBILITY_DATA_SENSITIVE_YES { get; }

Property Value

int

ACCESSIBILITY_LIVE_REGION_ASSERTIVE

public static int ACCESSIBILITY_LIVE_REGION_ASSERTIVE { get; }

Property Value

int

ACCESSIBILITY_LIVE_REGION_NONE

public static int ACCESSIBILITY_LIVE_REGION_NONE { get; }

Property Value

int

ACCESSIBILITY_LIVE_REGION_POLITE

public static int ACCESSIBILITY_LIVE_REGION_POLITE { get; }

Property Value

int

ALPHA

public static Property ALPHA { get; }

Property Value

Property

AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS

public static int AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS { get; }

Property Value

int

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE

public static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE { get; }

Property Value

String

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY

public static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY { get; }

Property Value

String

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH

public static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH { get; }

Property Value

String

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR

public static String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR { get; }

Property Value

String

AUTOFILL_HINT_CREDIT_CARD_NUMBER

public static String AUTOFILL_HINT_CREDIT_CARD_NUMBER { get; }

Property Value

String

AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE

public static String AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE { get; }

Property Value

String

AUTOFILL_HINT_EMAIL_ADDRESS

public static String AUTOFILL_HINT_EMAIL_ADDRESS { get; }

Property Value

String

AUTOFILL_HINT_NAME

public static String AUTOFILL_HINT_NAME { get; }

Property Value

String

AUTOFILL_HINT_PASSWORD

public static String AUTOFILL_HINT_PASSWORD { get; }

Property Value

String

AUTOFILL_HINT_PHONE

public static String AUTOFILL_HINT_PHONE { get; }

Property Value

String

AUTOFILL_HINT_POSTAL_ADDRESS

public static String AUTOFILL_HINT_POSTAL_ADDRESS { get; }

Property Value

String

AUTOFILL_HINT_POSTAL_CODE

public static String AUTOFILL_HINT_POSTAL_CODE { get; }

Property Value

String

AUTOFILL_HINT_USERNAME

public static String AUTOFILL_HINT_USERNAME { get; }

Property Value

String

AUTOFILL_TYPE_DATE

public static int AUTOFILL_TYPE_DATE { get; }

Property Value

int

AUTOFILL_TYPE_LIST

public static int AUTOFILL_TYPE_LIST { get; }

Property Value

int

AUTOFILL_TYPE_NONE

public static int AUTOFILL_TYPE_NONE { get; }

Property Value

int

AUTOFILL_TYPE_TEXT

public static int AUTOFILL_TYPE_TEXT { get; }

Property Value

int

AUTOFILL_TYPE_TOGGLE

public static int AUTOFILL_TYPE_TOGGLE { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTENT_SENSITIVITY_AUTO

public static int CONTENT_SENSITIVITY_AUTO { get; }

Property Value

int

CONTENT_SENSITIVITY_NOT_SENSITIVE

public static int CONTENT_SENSITIVITY_NOT_SENSITIVE { get; }

Property Value

int

CONTENT_SENSITIVITY_SENSITIVE

public static int CONTENT_SENSITIVITY_SENSITIVE { get; }

Property Value

int

DRAG_FLAG_ACCESSIBILITY_ACTION

public static int DRAG_FLAG_ACCESSIBILITY_ACTION { get; }

Property Value

int

DRAG_FLAG_GLOBAL

public static int DRAG_FLAG_GLOBAL { get; }

Property Value

int

DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION

public static int DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION { get; }

Property Value

int

DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION

public static int DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION { get; }

Property Value

int

DRAG_FLAG_GLOBAL_SAME_APPLICATION

public static int DRAG_FLAG_GLOBAL_SAME_APPLICATION { get; }

Property Value

int

DRAG_FLAG_GLOBAL_URI_READ

public static int DRAG_FLAG_GLOBAL_URI_READ { get; }

Property Value

int

DRAG_FLAG_GLOBAL_URI_WRITE

public static int DRAG_FLAG_GLOBAL_URI_WRITE { get; }

Property Value

int

DRAG_FLAG_OPAQUE

public static int DRAG_FLAG_OPAQUE { get; }

Property Value

int

DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG

public static int DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG { get; }

Property Value

int

DRAWING_CACHE_QUALITY_AUTO

[Obsolete]
public static int DRAWING_CACHE_QUALITY_AUTO { get; }

Property Value

int

DRAWING_CACHE_QUALITY_HIGH

[Obsolete]
public static int DRAWING_CACHE_QUALITY_HIGH { get; }

Property Value

int

DRAWING_CACHE_QUALITY_LOW

[Obsolete]
public static int DRAWING_CACHE_QUALITY_LOW { get; }

Property Value

int

FIND_VIEWS_WITH_CONTENT_DESCRIPTION

public static int FIND_VIEWS_WITH_CONTENT_DESCRIPTION { get; }

Property Value

int

FIND_VIEWS_WITH_TEXT

public static int FIND_VIEWS_WITH_TEXT { get; }

Property Value

int

FOCUSABLE

public static int FOCUSABLE { get; }

Property Value

int

FOCUSABLES_ALL

public static int FOCUSABLES_ALL { get; }

Property Value

int

FOCUSABLES_TOUCH_MODE

public static int FOCUSABLES_TOUCH_MODE { get; }

Property Value

int

FOCUSABLE_AUTO

public static int FOCUSABLE_AUTO { get; }

Property Value

int

FOCUS_BACKWARD

public static int FOCUS_BACKWARD { get; }

Property Value

int

FOCUS_DOWN

public static int FOCUS_DOWN { get; }

Property Value

int

FOCUS_FORWARD

public static int FOCUS_FORWARD { get; }

Property Value

int

FOCUS_LEFT

public static int FOCUS_LEFT { get; }

Property Value

int

FOCUS_RIGHT

public static int FOCUS_RIGHT { get; }

Property Value

int

FOCUS_UP

public static int FOCUS_UP { get; }

Property Value

int

GONE

public static int GONE { get; }

Property Value

int

HAPTIC_FEEDBACK_ENABLED

public static int HAPTIC_FEEDBACK_ENABLED { get; }

Property Value

int

IMPORTANT_FOR_ACCESSIBILITY_AUTO

public static int IMPORTANT_FOR_ACCESSIBILITY_AUTO { get; }

Property Value

int

IMPORTANT_FOR_ACCESSIBILITY_NO

public static int IMPORTANT_FOR_ACCESSIBILITY_NO { get; }

Property Value

int

IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS

public static int IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS { get; }

Property Value

int

IMPORTANT_FOR_ACCESSIBILITY_YES

public static int IMPORTANT_FOR_ACCESSIBILITY_YES { get; }

Property Value

int

IMPORTANT_FOR_AUTOFILL_AUTO

public static int IMPORTANT_FOR_AUTOFILL_AUTO { get; }

Property Value

int

IMPORTANT_FOR_AUTOFILL_NO

public static int IMPORTANT_FOR_AUTOFILL_NO { get; }

Property Value

int

IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS

public static int IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS { get; }

Property Value

int

IMPORTANT_FOR_AUTOFILL_YES

public static int IMPORTANT_FOR_AUTOFILL_YES { get; }

Property Value

int

IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS

public static int IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS { get; }

Property Value

int

IMPORTANT_FOR_CONTENT_CAPTURE_AUTO

public static int IMPORTANT_FOR_CONTENT_CAPTURE_AUTO { get; }

Property Value

int

IMPORTANT_FOR_CONTENT_CAPTURE_NO

public static int IMPORTANT_FOR_CONTENT_CAPTURE_NO { get; }

Property Value

int

IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS

public static int IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS { get; }

Property Value

int

IMPORTANT_FOR_CONTENT_CAPTURE_YES

public static int IMPORTANT_FOR_CONTENT_CAPTURE_YES { get; }

Property Value

int

IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS

public static int IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS { get; }

Property Value

int

INVISIBLE

public static int INVISIBLE { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

KEEP_SCREEN_ON

public static int KEEP_SCREEN_ON { get; }

Property Value

int

LAYER_TYPE_HARDWARE

public static int LAYER_TYPE_HARDWARE { get; }

Property Value

int

LAYER_TYPE_NONE

public static int LAYER_TYPE_NONE { get; }

Property Value

int

LAYER_TYPE_SOFTWARE

public static int LAYER_TYPE_SOFTWARE { get; }

Property Value

int

LAYOUT_DIRECTION_INHERIT

public static int LAYOUT_DIRECTION_INHERIT { get; }

Property Value

int

LAYOUT_DIRECTION_LOCALE

public static int LAYOUT_DIRECTION_LOCALE { get; }

Property Value

int

LAYOUT_DIRECTION_LTR

public static int LAYOUT_DIRECTION_LTR { get; }

Property Value

int

LAYOUT_DIRECTION_RTL

public static int LAYOUT_DIRECTION_RTL { get; }

Property Value

int

MEASURED_HEIGHT_STATE_SHIFT

public static int MEASURED_HEIGHT_STATE_SHIFT { get; }

Property Value

int

MEASURED_SIZE_MASK

public static int MEASURED_SIZE_MASK { get; }

Property Value

int

MEASURED_STATE_MASK

public static int MEASURED_STATE_MASK { get; }

Property Value

int

MEASURED_STATE_TOO_SMALL

public static int MEASURED_STATE_TOO_SMALL { get; }

Property Value

int

NOT_FOCUSABLE

public static int NOT_FOCUSABLE { get; }

Property Value

int

NO_ID

public static int NO_ID { get; }

Property Value

int

OVER_SCROLL_ALWAYS

public static int OVER_SCROLL_ALWAYS { get; }

Property Value

int

OVER_SCROLL_IF_CONTENT_SCROLLS

public static int OVER_SCROLL_IF_CONTENT_SCROLLS { get; }

Property Value

int

OVER_SCROLL_NEVER

public static int OVER_SCROLL_NEVER { get; }

Property Value

int

REQUESTED_FRAME_RATE_CATEGORY_DEFAULT

public static float REQUESTED_FRAME_RATE_CATEGORY_DEFAULT { get; }

Property Value

float

REQUESTED_FRAME_RATE_CATEGORY_HIGH

public static float REQUESTED_FRAME_RATE_CATEGORY_HIGH { get; }

Property Value

float

REQUESTED_FRAME_RATE_CATEGORY_LOW

public static float REQUESTED_FRAME_RATE_CATEGORY_LOW { get; }

Property Value

float

REQUESTED_FRAME_RATE_CATEGORY_NORMAL

public static float REQUESTED_FRAME_RATE_CATEGORY_NORMAL { get; }

Property Value

float

REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE

public static float REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE { get; }

Property Value

float

ROTATION

public static Property ROTATION { get; }

Property Value

Property

ROTATION_X

public static Property ROTATION_X { get; }

Property Value

Property

ROTATION_Y

public static Property ROTATION_Y { get; }

Property Value

Property

SCALE_X

public static Property SCALE_X { get; }

Property Value

Property

SCALE_Y

public static Property SCALE_Y { get; }

Property Value

Property

SCREEN_STATE_OFF

public static int SCREEN_STATE_OFF { get; }

Property Value

int

SCREEN_STATE_ON

public static int SCREEN_STATE_ON { get; }

Property Value

int

SCROLLBARS_INSIDE_INSET

public static int SCROLLBARS_INSIDE_INSET { get; }

Property Value

int

SCROLLBARS_INSIDE_OVERLAY

public static int SCROLLBARS_INSIDE_OVERLAY { get; }

Property Value

int

SCROLLBARS_OUTSIDE_INSET

public static int SCROLLBARS_OUTSIDE_INSET { get; }

Property Value

int

SCROLLBARS_OUTSIDE_OVERLAY

public static int SCROLLBARS_OUTSIDE_OVERLAY { get; }

Property Value

int

SCROLLBAR_POSITION_DEFAULT

public static int SCROLLBAR_POSITION_DEFAULT { get; }

Property Value

int

SCROLLBAR_POSITION_LEFT

public static int SCROLLBAR_POSITION_LEFT { get; }

Property Value

int

SCROLLBAR_POSITION_RIGHT

public static int SCROLLBAR_POSITION_RIGHT { get; }

Property Value

int

SCROLL_AXIS_HORIZONTAL

public static int SCROLL_AXIS_HORIZONTAL { get; }

Property Value

int

SCROLL_AXIS_NONE

public static int SCROLL_AXIS_NONE { get; }

Property Value

int

SCROLL_AXIS_VERTICAL

public static int SCROLL_AXIS_VERTICAL { get; }

Property Value

int

SCROLL_CAPTURE_HINT_AUTO

public static int SCROLL_CAPTURE_HINT_AUTO { get; }

Property Value

int

SCROLL_CAPTURE_HINT_EXCLUDE

public static int SCROLL_CAPTURE_HINT_EXCLUDE { get; }

Property Value

int

SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS

public static int SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS { get; }

Property Value

int

SCROLL_CAPTURE_HINT_INCLUDE

public static int SCROLL_CAPTURE_HINT_INCLUDE { get; }

Property Value

int

SCROLL_INDICATOR_BOTTOM

public static int SCROLL_INDICATOR_BOTTOM { get; }

Property Value

int

SCROLL_INDICATOR_END

public static int SCROLL_INDICATOR_END { get; }

Property Value

int

SCROLL_INDICATOR_LEFT

public static int SCROLL_INDICATOR_LEFT { get; }

Property Value

int

SCROLL_INDICATOR_RIGHT

public static int SCROLL_INDICATOR_RIGHT { get; }

Property Value

int

SCROLL_INDICATOR_START

public static int SCROLL_INDICATOR_START { get; }

Property Value

int

SCROLL_INDICATOR_TOP

public static int SCROLL_INDICATOR_TOP { get; }

Property Value

int

SOUND_EFFECTS_ENABLED

public static int SOUND_EFFECTS_ENABLED { get; }

Property Value

int

STATUS_BAR_HIDDEN

[Obsolete]
public static int STATUS_BAR_HIDDEN { get; }

Property Value

int

STATUS_BAR_VISIBLE

[Obsolete]
public static int STATUS_BAR_VISIBLE { get; }

Property Value

int

SYSTEM_UI_FLAG_FULLSCREEN

[Obsolete]
public static int SYSTEM_UI_FLAG_FULLSCREEN { get; }

Property Value

int

SYSTEM_UI_FLAG_HIDE_NAVIGATION

[Obsolete]
public static int SYSTEM_UI_FLAG_HIDE_NAVIGATION { get; }

Property Value

int

SYSTEM_UI_FLAG_IMMERSIVE

[Obsolete]
public static int SYSTEM_UI_FLAG_IMMERSIVE { get; }

Property Value

int

SYSTEM_UI_FLAG_IMMERSIVE_STICKY

[Obsolete]
public static int SYSTEM_UI_FLAG_IMMERSIVE_STICKY { get; }

Property Value

int

SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN

[Obsolete]
public static int SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN { get; }

Property Value

int

SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION

[Obsolete]
public static int SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION { get; }

Property Value

int

SYSTEM_UI_FLAG_LAYOUT_STABLE

[Obsolete]
public static int SYSTEM_UI_FLAG_LAYOUT_STABLE { get; }

Property Value

int

SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR

[Obsolete]
public static int SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR { get; }

Property Value

int

SYSTEM_UI_FLAG_LIGHT_STATUS_BAR

[Obsolete]
public static int SYSTEM_UI_FLAG_LIGHT_STATUS_BAR { get; }

Property Value

int

SYSTEM_UI_FLAG_LOW_PROFILE

[Obsolete]
public static int SYSTEM_UI_FLAG_LOW_PROFILE { get; }

Property Value

int

SYSTEM_UI_FLAG_VISIBLE

[Obsolete]
public static int SYSTEM_UI_FLAG_VISIBLE { get; }

Property Value

int

SYSTEM_UI_LAYOUT_FLAGS

[Obsolete]
public static int SYSTEM_UI_LAYOUT_FLAGS { get; }

Property Value

int

TEXT_ALIGNMENT_CENTER

public static int TEXT_ALIGNMENT_CENTER { get; }

Property Value

int

TEXT_ALIGNMENT_GRAVITY

public static int TEXT_ALIGNMENT_GRAVITY { get; }

Property Value

int

TEXT_ALIGNMENT_INHERIT

public static int TEXT_ALIGNMENT_INHERIT { get; }

Property Value

int

TEXT_ALIGNMENT_TEXT_END

public static int TEXT_ALIGNMENT_TEXT_END { get; }

Property Value

int

TEXT_ALIGNMENT_TEXT_START

public static int TEXT_ALIGNMENT_TEXT_START { get; }

Property Value

int

TEXT_ALIGNMENT_VIEW_END

public static int TEXT_ALIGNMENT_VIEW_END { get; }

Property Value

int

TEXT_ALIGNMENT_VIEW_START

public static int TEXT_ALIGNMENT_VIEW_START { get; }

Property Value

int

TEXT_DIRECTION_ANY_RTL

public static int TEXT_DIRECTION_ANY_RTL { get; }

Property Value

int

TEXT_DIRECTION_FIRST_STRONG

public static int TEXT_DIRECTION_FIRST_STRONG { get; }

Property Value

int

TEXT_DIRECTION_FIRST_STRONG_LTR

public static int TEXT_DIRECTION_FIRST_STRONG_LTR { get; }

Property Value

int

TEXT_DIRECTION_FIRST_STRONG_RTL

public static int TEXT_DIRECTION_FIRST_STRONG_RTL { get; }

Property Value

int

TEXT_DIRECTION_INHERIT

public static int TEXT_DIRECTION_INHERIT { get; }

Property Value

int

TEXT_DIRECTION_LOCALE

public static int TEXT_DIRECTION_LOCALE { get; }

Property Value

int

TEXT_DIRECTION_LTR

public static int TEXT_DIRECTION_LTR { get; }

Property Value

int

TEXT_DIRECTION_RTL

public static int TEXT_DIRECTION_RTL { get; }

Property Value

int

TRANSLATION_X

public static Property TRANSLATION_X { get; }

Property Value

Property

TRANSLATION_Y

public static Property TRANSLATION_Y { get; }

Property Value

Property

TRANSLATION_Z

public static Property TRANSLATION_Z { get; }

Property Value

Property

VISIBLE

public static int VISIBLE { get; }

Property Value

int

X

public static Property X { get; }

Property Value

Property

Y

public static Property Y { get; }

Property Value

Property

Z

public static Property Z { get; }

Property Value

Property

Methods

AddChildrenForAccessibility(ArrayList<View>)

public void AddChildrenForAccessibility(ArrayList<View> arg0)

Parameters

arg0 ArrayList<View>

ArrayList

AddExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo, String, Bundle)

public void AddExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo arg0, String arg1, Bundle arg2)

Parameters

arg0 AccessibilityNodeInfo

AccessibilityNodeInfo

arg1 String

String

arg2 Bundle

Bundle

AddFocusables(ArrayList<View>, int)

public void AddFocusables(ArrayList<View> arg0, int arg1)

Parameters

arg0 ArrayList<View>

ArrayList

arg1 int

int

AddFocusables(ArrayList<View>, int, int)

public void AddFocusables(ArrayList<View> arg0, int arg1, int arg2)

Parameters

arg0 ArrayList<View>

ArrayList

arg1 int

int

arg2 int

int

AddKeyboardNavigationClusters(Collection<View>, int)

public void AddKeyboardNavigationClusters(Collection<View> arg0, int arg1)

Parameters

arg0 Collection<View>

Collection

arg1 int

int

AddOnAttachStateChangeListener(OnAttachStateChangeListener)

public void AddOnAttachStateChangeListener(View.OnAttachStateChangeListener arg0)

Parameters

arg0 View.OnAttachStateChangeListener

View.OnAttachStateChangeListener

AddOnLayoutChangeListener(OnLayoutChangeListener)

public void AddOnLayoutChangeListener(View.OnLayoutChangeListener arg0)

Parameters

arg0 View.OnLayoutChangeListener

View.OnLayoutChangeListener

AddOnUnhandledKeyEventListener(OnUnhandledKeyEventListener)

public void AddOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener arg0)

Parameters

arg0 View.OnUnhandledKeyEventListener

View.OnUnhandledKeyEventListener

AddTouchables(ArrayList<View>)

public void AddTouchables(ArrayList<View> arg0)

Parameters

arg0 ArrayList<View>

ArrayList

Animate()

public ViewPropertyAnimator Animate()

Returns

ViewPropertyAnimator

ViewPropertyAnimator

AnnounceForAccessibility(CharSequence)

public void AnnounceForAccessibility(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Autofill(SparseArray<AutofillValue>)

public void Autofill(SparseArray<AutofillValue> arg0)

Parameters

arg0 SparseArray<AutofillValue>

SparseArray

Autofill(AutofillValue)

public void Autofill(AutofillValue arg0)

Parameters

arg0 AutofillValue

AutofillValue

BringToFront()

public void BringToFront()

BuildDrawingCache()

[Obsolete]
public void BuildDrawingCache()

BuildDrawingCache(bool)

[Obsolete]
public void BuildDrawingCache(bool arg0)

Parameters

arg0 bool

bool

BuildLayer()

public void BuildLayer()

CallOnClick()

public bool CallOnClick()

Returns

bool

bool

CanResolveLayoutDirection()

public bool CanResolveLayoutDirection()

Returns

bool

bool

CanResolveTextAlignment()

public bool CanResolveTextAlignment()

Returns

bool

bool

CanResolveTextDirection()

public bool CanResolveTextDirection()

Returns

bool

bool

CanScrollHorizontally(int)

public bool CanScrollHorizontally(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

CanScrollVertically(int)

public bool CanScrollVertically(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

CancelDragAndDrop()

public void CancelDragAndDrop()

CancelLongPress()

public void CancelLongPress()

CancelPendingInputEvents()

public void CancelPendingInputEvents()

CheckInputConnectionProxy(View)

public bool CheckInputConnectionProxy(View arg0)

Parameters

arg0 View

View

Returns

bool

bool

ClearAnimation()

public void ClearAnimation()

ClearFocus()

public void ClearFocus()

ClearPendingCredentialRequest()

public void ClearPendingCredentialRequest()

ClearViewTranslationCallback()

public void ClearViewTranslationCallback()

CombineMeasuredStates(int, int)

public static int CombineMeasuredStates(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

int

int

ComputeScroll()

public void ComputeScroll()

ComputeSystemWindowInsets(WindowInsets, Rect)

public WindowInsets ComputeSystemWindowInsets(WindowInsets arg0, Rect arg1)

Parameters

arg0 WindowInsets

WindowInsets

arg1 Rect

Rect

Returns

WindowInsets

WindowInsets

CreateAccessibilityNodeInfo()

public AccessibilityNodeInfo CreateAccessibilityNodeInfo()

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

CreateContextMenu(ContextMenu)

public void CreateContextMenu(ContextMenu arg0)

Parameters

arg0 ContextMenu

ContextMenu

DestroyDrawingCache()

[Obsolete]
public void DestroyDrawingCache()

DispatchApplyWindowInsets(WindowInsets)

public WindowInsets DispatchApplyWindowInsets(WindowInsets arg0)

Parameters

arg0 WindowInsets

WindowInsets

Returns

WindowInsets

WindowInsets

DispatchCapturedPointerEvent(MotionEvent)

public bool DispatchCapturedPointerEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

DispatchConfigurationChanged(Configuration)

public void DispatchConfigurationChanged(Configuration arg0)

Parameters

arg0 Configuration

Configuration

DispatchCreateViewTranslationRequest(Map<AutofillId, long[]>, int[], TranslationCapability, List<ViewTranslationRequest>)

public void DispatchCreateViewTranslationRequest(Map<AutofillId, long[]> arg0, int[] arg1, TranslationCapability arg2, List<ViewTranslationRequest> arg3)

Parameters

arg0 Map<AutofillId, long[]>

Map

arg1 int[]

int

arg2 TranslationCapability

TranslationCapability

arg3 List<ViewTranslationRequest>

List

DispatchDisplayHint(int)

public void DispatchDisplayHint(int arg0)

Parameters

arg0 int

int

DispatchDragEvent(DragEvent)

public bool DispatchDragEvent(DragEvent arg0)

Parameters

arg0 DragEvent

DragEvent

Returns

bool

bool

DispatchDrawableHotspotChanged(float, float)

public void DispatchDrawableHotspotChanged(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

DispatchFinishTemporaryDetach()

public void DispatchFinishTemporaryDetach()

DispatchGenericMotionEvent(MotionEvent)

public bool DispatchGenericMotionEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

DispatchKeyEvent(KeyEvent)

public bool DispatchKeyEvent(KeyEvent arg0)

Parameters

arg0 KeyEvent

KeyEvent

Returns

bool

bool

DispatchKeyEventPreIme(KeyEvent)

public bool DispatchKeyEventPreIme(KeyEvent arg0)

Parameters

arg0 KeyEvent

KeyEvent

Returns

bool

bool

DispatchKeyShortcutEvent(KeyEvent)

public bool DispatchKeyShortcutEvent(KeyEvent arg0)

Parameters

arg0 KeyEvent

KeyEvent

Returns

bool

bool

DispatchNestedFling(float, float, bool)

public bool DispatchNestedFling(float arg0, float arg1, bool arg2)

Parameters

arg0 float

float

arg1 float

float

arg2 bool

bool

Returns

bool

bool

DispatchNestedPreFling(float, float)

public bool DispatchNestedPreFling(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Returns

bool

bool

DispatchNestedPrePerformAccessibilityAction(int, Bundle)

public bool DispatchNestedPrePerformAccessibilityAction(int arg0, Bundle arg1)

Parameters

arg0 int

int

arg1 Bundle

Bundle

Returns

bool

bool

DispatchNestedPreScroll(int, int, int[], int[])

public bool DispatchNestedPreScroll(int arg0, int arg1, int[] arg2, int[] arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int[]

int

arg3 int[]

int

Returns

bool

bool

DispatchNestedScroll(int, int, int, int, int[])

public bool DispatchNestedScroll(int arg0, int arg1, int arg2, int arg3, int[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int[]

int

Returns

bool

bool

DispatchPointerCaptureChanged(bool)

public void DispatchPointerCaptureChanged(bool arg0)

Parameters

arg0 bool

bool

DispatchPopulateAccessibilityEvent(AccessibilityEvent)

public bool DispatchPopulateAccessibilityEvent(AccessibilityEvent arg0)

Parameters

arg0 AccessibilityEvent

AccessibilityEvent

Returns

bool

bool

DispatchProvideAutofillStructure(ViewStructure, int)

public void DispatchProvideAutofillStructure(ViewStructure arg0, int arg1)

Parameters

arg0 ViewStructure

ViewStructure

arg1 int

int

DispatchProvideStructure(ViewStructure)

public void DispatchProvideStructure(ViewStructure arg0)

Parameters

arg0 ViewStructure

ViewStructure

DispatchScrollCaptureSearch(Rect, Point, Consumer<ScrollCaptureTarget>)

public void DispatchScrollCaptureSearch(Rect arg0, Point arg1, Consumer<ScrollCaptureTarget> arg2)

Parameters

arg0 Rect

Rect

arg1 Point

Point

arg2 Consumer<ScrollCaptureTarget>

Consumer

DispatchStartTemporaryDetach()

public void DispatchStartTemporaryDetach()

DispatchSystemUiVisibilityChanged(int)

[Obsolete]
public void DispatchSystemUiVisibilityChanged(int arg0)

Parameters

arg0 int

int

DispatchTouchEvent(MotionEvent)

public bool DispatchTouchEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

DispatchTrackballEvent(MotionEvent)

public bool DispatchTrackballEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

DispatchUnhandledMove(View, int)

public bool DispatchUnhandledMove(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

Returns

bool

bool

DispatchWindowFocusChanged(bool)

public void DispatchWindowFocusChanged(bool arg0)

Parameters

arg0 bool

bool

DispatchWindowInsetsAnimationEnd(WindowInsetsAnimation)

public void DispatchWindowInsetsAnimationEnd(WindowInsetsAnimation arg0)

Parameters

arg0 WindowInsetsAnimation

WindowInsetsAnimation

DispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation)

public void DispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation arg0)

Parameters

arg0 WindowInsetsAnimation

WindowInsetsAnimation

DispatchWindowInsetsAnimationProgress(WindowInsets, List<WindowInsetsAnimation>)

public WindowInsets DispatchWindowInsetsAnimationProgress(WindowInsets arg0, List<WindowInsetsAnimation> arg1)

Parameters

arg0 WindowInsets

WindowInsets

arg1 List<WindowInsetsAnimation>

List

Returns

WindowInsets

WindowInsets

DispatchWindowInsetsAnimationStart(WindowInsetsAnimation, Bounds)

public WindowInsetsAnimation.Bounds DispatchWindowInsetsAnimationStart(WindowInsetsAnimation arg0, WindowInsetsAnimation.Bounds arg1)

Parameters

arg0 WindowInsetsAnimation

WindowInsetsAnimation

arg1 WindowInsetsAnimation.Bounds

WindowInsetsAnimation.Bounds

Returns

WindowInsetsAnimation.Bounds

WindowInsetsAnimation.Bounds

DispatchWindowSystemUiVisiblityChanged(int)

[Obsolete]
public void DispatchWindowSystemUiVisiblityChanged(int arg0)

Parameters

arg0 int

int

DispatchWindowVisibilityChanged(int)

public void DispatchWindowVisibilityChanged(int arg0)

Parameters

arg0 int

int

Draw(Canvas)

public void Draw(Canvas arg0)

Parameters

arg0 Canvas

Canvas

DrawableHotspotChanged(float, float)

public void DrawableHotspotChanged(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

FindFocus()

public View FindFocus()

Returns

View

View

FindOnBackInvokedDispatcher()

public OnBackInvokedDispatcher FindOnBackInvokedDispatcher()

Returns

OnBackInvokedDispatcher

OnBackInvokedDispatcher

FindViewById<T>(int)

public T FindViewById<T>(int arg0) where T : View

Parameters

arg0 int

int

Returns

T

T

Type Parameters

T

View

FindViewWithTag<T>(object)

public T FindViewWithTag<T>(object arg0) where T : View

Parameters

arg0 object

object

Returns

T

T

Type Parameters

T

View

FindViewsWithText(ArrayList<View>, CharSequence, int)

public void FindViewsWithText(ArrayList<View> arg0, CharSequence arg1, int arg2)

Parameters

arg0 ArrayList<View>

ArrayList

arg1 CharSequence

CharSequence

arg2 int

int

FocusSearch(int)

public View FocusSearch(int arg0)

Parameters

arg0 int

int

Returns

View

View

ForceHasOverlappingRendering(bool)

public void ForceHasOverlappingRendering(bool arg0)

Parameters

arg0 bool

bool

ForceLayout()

public void ForceLayout()

GatherTransparentRegion(Region)

public bool GatherTransparentRegion(Region arg0)

Parameters

arg0 Region

Region

Returns

bool

bool

GenerateDisplayHash(String, Rect, Executor, DisplayHashResultCallback)

public void GenerateDisplayHash(String arg0, Rect arg1, Executor arg2, DisplayHashResultCallback arg3)

Parameters

arg0 String

String

arg1 Rect

Rect

arg2 Executor

Executor

arg3 DisplayHashResultCallback

DisplayHashResultCallback

GenerateViewId()

public static int GenerateViewId()

Returns

int

int

GetAccessibilityClassName()

public CharSequence GetAccessibilityClassName()

Returns

CharSequence

CharSequence

GetAccessibilityDelegate()

public View.AccessibilityDelegate GetAccessibilityDelegate()

Returns

View.AccessibilityDelegate

View.AccessibilityDelegate

GetAccessibilityLiveRegion()

public int GetAccessibilityLiveRegion()

Returns

int

int

GetAccessibilityNodeProvider()

public AccessibilityNodeProvider GetAccessibilityNodeProvider()

Returns

AccessibilityNodeProvider

AccessibilityNodeProvider

GetAccessibilityPaneTitle()

public CharSequence GetAccessibilityPaneTitle()

Returns

CharSequence

CharSequence

GetAccessibilityTraversalAfter()

public int GetAccessibilityTraversalAfter()

Returns

int

int

GetAccessibilityTraversalBefore()

public int GetAccessibilityTraversalBefore()

Returns

int

int

GetAllowedHandwritingDelegatePackageName()

public String GetAllowedHandwritingDelegatePackageName()

Returns

String

String

GetAllowedHandwritingDelegatorPackageName()

public String GetAllowedHandwritingDelegatorPackageName()

Returns

String

String

GetAlpha()

public float GetAlpha()

Returns

float

float

GetAnimation()

public Animation GetAnimation()

Returns

Animation

Animation

GetAnimationMatrix()

public Matrix GetAnimationMatrix()

Returns

Matrix

Matrix

GetApplicationWindowToken()

public IBinder GetApplicationWindowToken()

Returns

IBinder

IBinder

GetAttributeResolutionStack(int)

public int[] GetAttributeResolutionStack(int arg0)

Parameters

arg0 int

int

Returns

int[]

int

GetAttributeSourceResourceMap()

public Map<Integer, Integer> GetAttributeSourceResourceMap()

Returns

Map<Integer, Integer>

Map

GetAutofillHints()

public String[] GetAutofillHints()

Returns

String[]

String

GetAutofillId()

public AutofillId GetAutofillId()

Returns

AutofillId

AutofillId

GetAutofillType()

public int GetAutofillType()

Returns

int

int

GetAutofillValue()

public AutofillValue GetAutofillValue()

Returns

AutofillValue

AutofillValue

GetBackground()

public Drawable GetBackground()

Returns

Drawable

Drawable

GetBackgroundTintBlendMode()

public BlendMode GetBackgroundTintBlendMode()

Returns

BlendMode

BlendMode

GetBackgroundTintList()

public ColorStateList GetBackgroundTintList()

Returns

ColorStateList

ColorStateList

GetBackgroundTintMode()

public PorterDuff.Mode GetBackgroundTintMode()

Returns

PorterDuff.Mode

PorterDuff.Mode

GetBaseline()

public int GetBaseline()

Returns

int

int

GetBottom()

public int GetBottom()

Returns

int

int

GetCameraDistance()

public float GetCameraDistance()

Returns

float

float

GetClipBounds()

public Rect GetClipBounds()

Returns

Rect

Rect

GetClipBounds(Rect)

public bool GetClipBounds(Rect arg0)

Parameters

arg0 Rect

Rect

Returns

bool

bool

GetClipToOutline()

public bool GetClipToOutline()

Returns

bool

bool

GetContentCaptureSession()

public ContentCaptureSession GetContentCaptureSession()

Returns

ContentCaptureSession

ContentCaptureSession

GetContentDescription()

public CharSequence GetContentDescription()

Returns

CharSequence

CharSequence

GetContentSensitivity()

public int GetContentSensitivity()

Returns

int

int

GetContext()

public Context GetContext()

Returns

Context

Context

GetDefaultFocusHighlightEnabled()

public bool GetDefaultFocusHighlightEnabled()

Returns

bool

bool

GetDefaultSize(int, int)

public static int GetDefaultSize(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

int

int

GetDisplay()

public Display GetDisplay()

Returns

Display

Display

GetDrawableState()

public int[] GetDrawableState()

Returns

int[]

int

GetDrawingCache()

[Obsolete]
public Bitmap GetDrawingCache()

Returns

Bitmap

Bitmap

GetDrawingCache(bool)

[Obsolete]
public Bitmap GetDrawingCache(bool arg0)

Parameters

arg0 bool

bool

Returns

Bitmap

Bitmap

GetDrawingCacheBackgroundColor()

[Obsolete]
public int GetDrawingCacheBackgroundColor()

Returns

int

int

GetDrawingCacheQuality()

[Obsolete]
public int GetDrawingCacheQuality()

Returns

int

int

GetDrawingRect(Rect)

public void GetDrawingRect(Rect arg0)

Parameters

arg0 Rect

Rect

GetDrawingTime()

public long GetDrawingTime()

Returns

long

long

GetElevation()

public float GetElevation()

Returns

float

float

GetExplicitStyle()

public int GetExplicitStyle()

Returns

int

int

GetFilterTouchesWhenObscured()

public bool GetFilterTouchesWhenObscured()

Returns

bool

bool

GetFitsSystemWindows()

public bool GetFitsSystemWindows()

Returns

bool

bool

GetFocusable()

public int GetFocusable()

Returns

int

int

GetFocusables(int)

public ArrayList<View> GetFocusables(int arg0)

Parameters

arg0 int

int

Returns

ArrayList<View>

ArrayList

GetFocusedRect(Rect)

public void GetFocusedRect(Rect arg0)

Parameters

arg0 Rect

Rect

GetForeground()

public Drawable GetForeground()

Returns

Drawable

Drawable

GetForegroundGravity()

public int GetForegroundGravity()

Returns

int

int

GetForegroundTintBlendMode()

public BlendMode GetForegroundTintBlendMode()

Returns

BlendMode

BlendMode

GetForegroundTintList()

public ColorStateList GetForegroundTintList()

Returns

ColorStateList

ColorStateList

GetForegroundTintMode()

public PorterDuff.Mode GetForegroundTintMode()

Returns

PorterDuff.Mode

PorterDuff.Mode

GetFrameContentVelocity()

public float GetFrameContentVelocity()

Returns

float

float

GetGlobalVisibleRect(Rect)

public bool GetGlobalVisibleRect(Rect arg0)

Parameters

arg0 Rect

Rect

Returns

bool

bool

GetGlobalVisibleRect(Rect, Point)

public bool GetGlobalVisibleRect(Rect arg0, Point arg1)

Parameters

arg0 Rect

Rect

arg1 Point

Point

Returns

bool

bool

GetHandler()

public Handler GetHandler()

Returns

Handler

Handler

GetHandwritingBoundsOffsetBottom()

public float GetHandwritingBoundsOffsetBottom()

Returns

float

float

GetHandwritingBoundsOffsetLeft()

public float GetHandwritingBoundsOffsetLeft()

Returns

float

float

GetHandwritingBoundsOffsetRight()

public float GetHandwritingBoundsOffsetRight()

Returns

float

float

GetHandwritingBoundsOffsetTop()

public float GetHandwritingBoundsOffsetTop()

Returns

float

float

GetHandwritingDelegateFlags()

public int GetHandwritingDelegateFlags()

Returns

int

int

GetHandwritingDelegatorCallback()

public Runnable GetHandwritingDelegatorCallback()

Returns

Runnable

Runnable

GetHandwritingDelegatorCallbackDirect()

public Runnable GetHandwritingDelegatorCallbackDirect()

Returns

Runnable

Runnable

GetHasOverlappingRendering()

public bool GetHasOverlappingRendering()

Returns

bool

bool

GetHeight()

public int GetHeight()

Returns

int

int

GetHitRect(Rect)

public void GetHitRect(Rect arg0)

Parameters

arg0 Rect

Rect

GetHorizontalFadingEdgeLength()

public int GetHorizontalFadingEdgeLength()

Returns

int

int

GetHorizontalScrollbarThumbDrawable()

public Drawable GetHorizontalScrollbarThumbDrawable()

Returns

Drawable

Drawable

GetHorizontalScrollbarTrackDrawable()

public Drawable GetHorizontalScrollbarTrackDrawable()

Returns

Drawable

Drawable

GetId()

public int GetId()

Returns

int

int

GetImportantForAccessibility()

public int GetImportantForAccessibility()

Returns

int

int

GetImportantForAutofill()

public int GetImportantForAutofill()

Returns

int

int

GetImportantForContentCapture()

public int GetImportantForContentCapture()

Returns

int

int

GetKeepScreenOn()

public bool GetKeepScreenOn()

Returns

bool

bool

GetKeyDispatcherState()

public KeyEvent.DispatcherState GetKeyDispatcherState()

Returns

KeyEvent.DispatcherState

KeyEvent.DispatcherState

GetLabelFor()

public int GetLabelFor()

Returns

int

int

GetLayerType()

public int GetLayerType()

Returns

int

int

GetLayoutDirection()

public int GetLayoutDirection()

Returns

int

int

GetLayoutParams()

public ViewGroup.LayoutParams GetLayoutParams()

Returns

ViewGroup.LayoutParams

ViewGroup.LayoutParams

GetLeft()

public int GetLeft()

Returns

int

int

GetLocalVisibleRect(Rect)

public bool GetLocalVisibleRect(Rect arg0)

Parameters

arg0 Rect

Rect

Returns

bool

bool

GetLocationInSurface(int[])

public void GetLocationInSurface(int[] arg0)

Parameters

arg0 int[]

int

GetLocationInWindow(int[])

public void GetLocationInWindow(int[] arg0)

Parameters

arg0 int[]

int

GetLocationOnScreen(int[])

public void GetLocationOnScreen(int[] arg0)

Parameters

arg0 int[]

int

GetMatrix()

public Matrix GetMatrix()

Returns

Matrix

Matrix

GetMeasuredHeight()

public int GetMeasuredHeight()

Returns

int

int

GetMeasuredHeightAndState()

public int GetMeasuredHeightAndState()

Returns

int

int

GetMeasuredState()

public int GetMeasuredState()

Returns

int

int

GetMeasuredWidth()

public int GetMeasuredWidth()

Returns

int

int

GetMeasuredWidthAndState()

public int GetMeasuredWidthAndState()

Returns

int

int

GetMinimumHeight()

public int GetMinimumHeight()

Returns

int

int

GetMinimumWidth()

public int GetMinimumWidth()

Returns

int

int

GetNextClusterForwardId()

public int GetNextClusterForwardId()

Returns

int

int

GetNextFocusDownId()

public int GetNextFocusDownId()

Returns

int

int

GetNextFocusForwardId()

public int GetNextFocusForwardId()

Returns

int

int

GetNextFocusLeftId()

public int GetNextFocusLeftId()

Returns

int

int

GetNextFocusRightId()

public int GetNextFocusRightId()

Returns

int

int

GetNextFocusUpId()

public int GetNextFocusUpId()

Returns

int

int

GetOnFocusChangeListener()

public View.OnFocusChangeListener GetOnFocusChangeListener()

Returns

View.OnFocusChangeListener

View.OnFocusChangeListener

GetOnFocusChangeListenerDirect()

public View.OnFocusChangeListener GetOnFocusChangeListenerDirect()

Returns

View.OnFocusChangeListener

View.OnFocusChangeListener

GetOutlineAmbientShadowColor()

public int GetOutlineAmbientShadowColor()

Returns

int

int

GetOutlineProvider()

public ViewOutlineProvider GetOutlineProvider()

Returns

ViewOutlineProvider

ViewOutlineProvider

GetOutlineSpotShadowColor()

public int GetOutlineSpotShadowColor()

Returns

int

int

GetOverScrollMode()

public int GetOverScrollMode()

Returns

int

int

GetOverlay()

public ViewOverlay GetOverlay()

Returns

ViewOverlay

ViewOverlay

GetPaddingBottom()

public int GetPaddingBottom()

Returns

int

int

GetPaddingEnd()

public int GetPaddingEnd()

Returns

int

int

GetPaddingLeft()

public int GetPaddingLeft()

Returns

int

int

GetPaddingRight()

public int GetPaddingRight()

Returns

int

int

GetPaddingStart()

public int GetPaddingStart()

Returns

int

int

GetPaddingTop()

public int GetPaddingTop()

Returns

int

int

GetParent()

public ViewParent GetParent()

Returns

ViewParent

ViewParent

GetParentForAccessibility()

public ViewParent GetParentForAccessibility()

Returns

ViewParent

ViewParent

GetPendingCredentialCallback()

public OutcomeReceiver<GetCredentialResponse, GetCredentialException> GetPendingCredentialCallback()

Returns

OutcomeReceiver<GetCredentialResponse, GetCredentialException>

OutcomeReceiver

GetPendingCredentialRequest()

public GetCredentialRequest GetPendingCredentialRequest()

Returns

GetCredentialRequest

GetCredentialRequest

GetPivotX()

public float GetPivotX()

Returns

float

float

GetPivotY()

public float GetPivotY()

Returns

float

float

GetPointerIcon()

public PointerIcon GetPointerIcon()

Returns

PointerIcon

PointerIcon

GetPreferKeepClearRects()

public List<Rect> GetPreferKeepClearRects()

Returns

List<Rect>

List

GetReceiveContentMimeTypes()

public String[] GetReceiveContentMimeTypes()

Returns

String[]

String

GetRequestedFrameRate()

public float GetRequestedFrameRate()

Returns

float

float

GetResources()

public Resources GetResources()

Returns

Resources

Resources

GetRevealOnFocusHint()

public bool GetRevealOnFocusHint()

Returns

bool

bool

GetRight()

public int GetRight()

Returns

int

int

GetRootSurfaceControl()

public AttachedSurfaceControl GetRootSurfaceControl()

Returns

AttachedSurfaceControl

AttachedSurfaceControl

GetRootView()

public View GetRootView()

Returns

View

View

GetRootWindowInsets()

public WindowInsets GetRootWindowInsets()

Returns

WindowInsets

WindowInsets

GetRotation()

public float GetRotation()

Returns

float

float

GetRotationX()

public float GetRotationX()

Returns

float

float

GetRotationY()

public float GetRotationY()

Returns

float

float

GetScaleX()

public float GetScaleX()

Returns

float

float

GetScaleY()

public float GetScaleY()

Returns

float

float

GetScrollBarDefaultDelayBeforeFade()

public int GetScrollBarDefaultDelayBeforeFade()

Returns

int

int

GetScrollBarFadeDuration()

public int GetScrollBarFadeDuration()

Returns

int

int

GetScrollBarSize()

public int GetScrollBarSize()

Returns

int

int

GetScrollBarStyle()

public int GetScrollBarStyle()

Returns

int

int

GetScrollCaptureHint()

public int GetScrollCaptureHint()

Returns

int

int

GetScrollIndicators()

public int GetScrollIndicators()

Returns

int

int

GetScrollX()

public int GetScrollX()

Returns

int

int

GetScrollY()

public int GetScrollY()

Returns

int

int

GetSolidColor()

public int GetSolidColor()

Returns

int

int

GetSourceLayoutResId()

public int GetSourceLayoutResId()

Returns

int

int

GetStateDescription()

public CharSequence GetStateDescription()

Returns

CharSequence

CharSequence

GetStateListAnimator()

public StateListAnimator GetStateListAnimator()

Returns

StateListAnimator

StateListAnimator

GetSystemGestureExclusionRects()

public List<Rect> GetSystemGestureExclusionRects()

Returns

List<Rect>

List

GetSystemUiVisibility()

[Obsolete]
public int GetSystemUiVisibility()

Returns

int

int

GetTag()

public object GetTag()

Returns

object

object

GetTag(int)

public object GetTag(int arg0)

Parameters

arg0 int

int

Returns

object

object

GetTextAlignment()

public int GetTextAlignment()

Returns

int

int

GetTextDirection()

public int GetTextDirection()

Returns

int

int

GetTooltipText()

public CharSequence GetTooltipText()

Returns

CharSequence

CharSequence

GetTop()

public int GetTop()

Returns

int

int

GetTouchDelegate()

public TouchDelegate GetTouchDelegate()

Returns

TouchDelegate

TouchDelegate

GetTouchables()

public ArrayList<View> GetTouchables()

Returns

ArrayList<View>

ArrayList

GetTransitionAlpha()

public float GetTransitionAlpha()

Returns

float

float

GetTransitionName()

public String GetTransitionName()

Returns

String

String

GetTranslationX()

public float GetTranslationX()

Returns

float

float

GetTranslationY()

public float GetTranslationY()

Returns

float

float

GetTranslationZ()

public float GetTranslationZ()

Returns

float

float

GetUniqueDrawingId()

public long GetUniqueDrawingId()

Returns

long

long

GetVerticalFadingEdgeLength()

public int GetVerticalFadingEdgeLength()

Returns

int

int

GetVerticalScrollbarPosition()

public int GetVerticalScrollbarPosition()

Returns

int

int

GetVerticalScrollbarThumbDrawable()

public Drawable GetVerticalScrollbarThumbDrawable()

Returns

Drawable

Drawable

GetVerticalScrollbarTrackDrawable()

public Drawable GetVerticalScrollbarTrackDrawable()

Returns

Drawable

Drawable

GetVerticalScrollbarWidth()

public int GetVerticalScrollbarWidth()

Returns

int

int

GetViewTranslationResponse()

public ViewTranslationResponse GetViewTranslationResponse()

Returns

ViewTranslationResponse

ViewTranslationResponse

GetViewTreeObserver()

public ViewTreeObserver GetViewTreeObserver()

Returns

ViewTreeObserver

ViewTreeObserver

GetVisibility()

public int GetVisibility()

Returns

int

int

GetWidth()

public int GetWidth()

Returns

int

int

GetWindowId()

public WindowId GetWindowId()

Returns

WindowId

WindowId

GetWindowInsetsController()

public WindowInsetsController GetWindowInsetsController()

Returns

WindowInsetsController

WindowInsetsController

GetWindowSystemUiVisibility()

[Obsolete]
public int GetWindowSystemUiVisibility()

Returns

int

int

GetWindowToken()

public IBinder GetWindowToken()

Returns

IBinder

IBinder

GetWindowVisibility()

public int GetWindowVisibility()

Returns

int

int

GetWindowVisibleDisplayFrame(Rect)

public void GetWindowVisibleDisplayFrame(Rect arg0)

Parameters

arg0 Rect

Rect

GetX()

public float GetX()

Returns

float

float

GetY()

public float GetY()

Returns

float

float

GetZ()

public float GetZ()

Returns

float

float

HasExplicitFocusable()

public bool HasExplicitFocusable()

Returns

bool

bool

HasFocus()

public bool HasFocus()

Returns

bool

bool

HasFocusable()

public bool HasFocusable()

Returns

bool

bool

HasNestedScrollingParent()

public bool HasNestedScrollingParent()

Returns

bool

bool

HasOnClickListeners()

public bool HasOnClickListeners()

Returns

bool

bool

HasOnLongClickListeners()

public bool HasOnLongClickListeners()

Returns

bool

bool

HasOverlappingRendering()

public bool HasOverlappingRendering()

Returns

bool

bool

HasPointerCapture()

public bool HasPointerCapture()

Returns

bool

bool

HasTransientState()

public bool HasTransientState()

Returns

bool

bool

HasWindowFocus()

public bool HasWindowFocus()

Returns

bool

bool

Inflate(Context, int, ViewGroup)

public static View Inflate(Context arg0, int arg1, ViewGroup arg2)

Parameters

arg0 Context

Context

arg1 int

int

arg2 ViewGroup

ViewGroup

Returns

View

View

Invalidate()

public void Invalidate()

Invalidate(Rect)

[Obsolete]
public void Invalidate(Rect arg0)

Parameters

arg0 Rect

Rect

Invalidate(int, int, int, int)

[Obsolete]
public void Invalidate(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

InvalidateDrawable(Drawable)

public void InvalidateDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

InvalidateOutline()

public void InvalidateOutline()

IsAccessibilityDataSensitive()

public bool IsAccessibilityDataSensitive()

Returns

bool

bool

IsAccessibilityFocused()

public bool IsAccessibilityFocused()

Returns

bool

bool

IsAccessibilityHeading()

public bool IsAccessibilityHeading()

Returns

bool

bool

IsActivated()

public bool IsActivated()

Returns

bool

bool

IsAttachedToWindow()

public bool IsAttachedToWindow()

Returns

bool

bool

IsAutoHandwritingEnabled()

public bool IsAutoHandwritingEnabled()

Returns

bool

bool

IsClickable()

public bool IsClickable()

Returns

bool

bool

IsContentSensitive()

public bool IsContentSensitive()

Returns

bool

bool

IsContextClickable()

public bool IsContextClickable()

Returns

bool

bool

IsCredential()

public bool IsCredential()

Returns

bool

bool

IsDirty()

public bool IsDirty()

Returns

bool

bool

IsDrawingCacheEnabled()

[Obsolete]
public bool IsDrawingCacheEnabled()

Returns

bool

bool

IsDuplicateParentStateEnabled()

public bool IsDuplicateParentStateEnabled()

Returns

bool

bool

IsEnabled()

public bool IsEnabled()

Returns

bool

bool

IsFocusable()

public bool IsFocusable()

Returns

bool

bool

IsFocusableInTouchMode()

public bool IsFocusableInTouchMode()

Returns

bool

bool

IsFocused()

public bool IsFocused()

Returns

bool

bool

IsFocusedByDefault()

public bool IsFocusedByDefault()

Returns

bool

bool

IsForceDarkAllowed()

public bool IsForceDarkAllowed()

Returns

bool

bool

IsHandwritingDelegate()

public bool IsHandwritingDelegate()

Returns

bool

bool

IsHapticFeedbackEnabled()

public bool IsHapticFeedbackEnabled()

Returns

bool

bool

IsHardwareAccelerated()

public bool IsHardwareAccelerated()

Returns

bool

bool

IsHorizontalFadingEdgeEnabled()

public bool IsHorizontalFadingEdgeEnabled()

Returns

bool

bool

IsHorizontalScrollBarEnabled()

public bool IsHorizontalScrollBarEnabled()

Returns

bool

bool

IsHovered()

public bool IsHovered()

Returns

bool

bool

IsImportantForAccessibility()

public bool IsImportantForAccessibility()

Returns

bool

bool

IsImportantForAutofill()

public bool IsImportantForAutofill()

Returns

bool

bool

IsImportantForContentCapture()

public bool IsImportantForContentCapture()

Returns

bool

bool

IsInEditMode()

public bool IsInEditMode()

Returns

bool

bool

IsInLayout()

public bool IsInLayout()

Returns

bool

bool

IsInTouchMode()

public bool IsInTouchMode()

Returns

bool

bool

IsKeyboardNavigationCluster()

public bool IsKeyboardNavigationCluster()

Returns

bool

bool

IsLaidOut()

public bool IsLaidOut()

Returns

bool

bool

IsLayoutDirectionResolved()

public bool IsLayoutDirectionResolved()

Returns

bool

bool

IsLayoutRequested()

public bool IsLayoutRequested()

Returns

bool

bool

IsLongClickable()

public bool IsLongClickable()

Returns

bool

bool

IsNestedScrollingEnabled()

public bool IsNestedScrollingEnabled()

Returns

bool

bool

IsOpaque()

public bool IsOpaque()

Returns

bool

bool

IsPaddingRelative()

public bool IsPaddingRelative()

Returns

bool

bool

IsPivotSet()

public bool IsPivotSet()

Returns

bool

bool

IsPreferKeepClear()

public bool IsPreferKeepClear()

Returns

bool

bool

IsPressed()

public bool IsPressed()

Returns

bool

bool

IsSaveEnabled()

public bool IsSaveEnabled()

Returns

bool

bool

IsSaveFromParentEnabled()

public bool IsSaveFromParentEnabled()

Returns

bool

bool

IsScreenReaderFocusable()

public bool IsScreenReaderFocusable()

Returns

bool

bool

IsScrollContainer()

public bool IsScrollContainer()

Returns

bool

bool

IsScrollbarFadingEnabled()

public bool IsScrollbarFadingEnabled()

Returns

bool

bool

IsSelected()

public bool IsSelected()

Returns

bool

bool

IsShowingLayoutBounds()

public bool IsShowingLayoutBounds()

Returns

bool

bool

IsShown()

public bool IsShown()

Returns

bool

bool

IsSoundEffectsEnabled()

public bool IsSoundEffectsEnabled()

Returns

bool

bool

IsTemporarilyDetached()

public bool IsTemporarilyDetached()

Returns

bool

bool

IsTextAlignmentResolved()

public bool IsTextAlignmentResolved()

Returns

bool

bool

IsTextDirectionResolved()

public bool IsTextDirectionResolved()

Returns

bool

bool

IsVerticalFadingEdgeEnabled()

public bool IsVerticalFadingEdgeEnabled()

Returns

bool

bool

IsVerticalScrollBarEnabled()

public bool IsVerticalScrollBarEnabled()

Returns

bool

bool

IsVisibleToUserForAutofill(int)

public bool IsVisibleToUserForAutofill(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

JumpDrawablesToCurrentState()

public void JumpDrawablesToCurrentState()

KeyboardNavigationClusterSearch(View, int)

public View KeyboardNavigationClusterSearch(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

Returns

View

View

Layout(int, int, int, int)

public void Layout(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Measure(int, int)

public void Measure(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

OffsetLeftAndRight(int)

public void OffsetLeftAndRight(int arg0)

Parameters

arg0 int

int

OffsetTopAndBottom(int)

public void OffsetTopAndBottom(int arg0)

Parameters

arg0 int

int

OnApplyWindowInsets(WindowInsets)

public WindowInsets OnApplyWindowInsets(WindowInsets arg0)

Parameters

arg0 WindowInsets

WindowInsets

Returns

WindowInsets

WindowInsets

OnCancelPendingInputEvents()

public void OnCancelPendingInputEvents()

OnCapturedPointerEvent(MotionEvent)

public bool OnCapturedPointerEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnCheckIsTextEditor()

public bool OnCheckIsTextEditor()

Returns

bool

bool

OnCreateInputConnection(EditorInfo)

public InputConnection OnCreateInputConnection(EditorInfo arg0)

Parameters

arg0 EditorInfo

EditorInfo

Returns

InputConnection

InputConnection

OnCreateViewTranslationRequest(int[], Consumer<ViewTranslationRequest>)

public void OnCreateViewTranslationRequest(int[] arg0, Consumer<ViewTranslationRequest> arg1)

Parameters

arg0 int[]

int

arg1 Consumer<ViewTranslationRequest>

Consumer

OnCreateVirtualViewTranslationRequests(long[], int[], Consumer<ViewTranslationRequest>)

public void OnCreateVirtualViewTranslationRequests(long[] arg0, int[] arg1, Consumer<ViewTranslationRequest> arg2)

Parameters

arg0 long[]

long

arg1 int[]

int

arg2 Consumer<ViewTranslationRequest>

Consumer

OnDragEvent(DragEvent)

public bool OnDragEvent(DragEvent arg0)

Parameters

arg0 DragEvent

DragEvent

Returns

bool

bool

OnDrawForeground(Canvas)

public void OnDrawForeground(Canvas arg0)

Parameters

arg0 Canvas

Canvas

OnFilterTouchEventForSecurity(MotionEvent)

public bool OnFilterTouchEventForSecurity(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnFinishTemporaryDetach()

public void OnFinishTemporaryDetach()

OnGenericMotionEvent(MotionEvent)

public bool OnGenericMotionEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnHoverChanged(bool)

public void OnHoverChanged(bool arg0)

Parameters

arg0 bool

bool

OnHoverEvent(MotionEvent)

public bool OnHoverEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnInitializeAccessibilityEvent(AccessibilityEvent)

public void OnInitializeAccessibilityEvent(AccessibilityEvent arg0)

Parameters

arg0 AccessibilityEvent

AccessibilityEvent

OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)

public void OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo arg0)

Parameters

arg0 AccessibilityNodeInfo

AccessibilityNodeInfo

OnKeyDown(int, KeyEvent)

public bool OnKeyDown(int arg0, KeyEvent arg1)

Parameters

arg0 int

int

arg1 KeyEvent

KeyEvent

Returns

bool

bool

OnKeyLongPress(int, KeyEvent)

public bool OnKeyLongPress(int arg0, KeyEvent arg1)

Parameters

arg0 int

int

arg1 KeyEvent

KeyEvent

Returns

bool

bool

OnKeyMultiple(int, int, KeyEvent)

public bool OnKeyMultiple(int arg0, int arg1, KeyEvent arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 KeyEvent

KeyEvent

Returns

bool

bool

OnKeyPreIme(int, KeyEvent)

public bool OnKeyPreIme(int arg0, KeyEvent arg1)

Parameters

arg0 int

int

arg1 KeyEvent

KeyEvent

Returns

bool

bool

OnKeyShortcut(int, KeyEvent)

public bool OnKeyShortcut(int arg0, KeyEvent arg1)

Parameters

arg0 int

int

arg1 KeyEvent

KeyEvent

Returns

bool

bool

OnKeyUp(int, KeyEvent)

public bool OnKeyUp(int arg0, KeyEvent arg1)

Parameters

arg0 int

int

arg1 KeyEvent

KeyEvent

Returns

bool

bool

OnPointerCaptureChange(bool)

public void OnPointerCaptureChange(bool arg0)

Parameters

arg0 bool

bool

OnPopulateAccessibilityEvent(AccessibilityEvent)

public void OnPopulateAccessibilityEvent(AccessibilityEvent arg0)

Parameters

arg0 AccessibilityEvent

AccessibilityEvent

OnProvideAutofillStructure(ViewStructure, int)

public void OnProvideAutofillStructure(ViewStructure arg0, int arg1)

Parameters

arg0 ViewStructure

ViewStructure

arg1 int

int

OnProvideAutofillVirtualStructure(ViewStructure, int)

public void OnProvideAutofillVirtualStructure(ViewStructure arg0, int arg1)

Parameters

arg0 ViewStructure

ViewStructure

arg1 int

int

OnProvideContentCaptureStructure(ViewStructure, int)

public void OnProvideContentCaptureStructure(ViewStructure arg0, int arg1)

Parameters

arg0 ViewStructure

ViewStructure

arg1 int

int

OnProvideStructure(ViewStructure)

public void OnProvideStructure(ViewStructure arg0)

Parameters

arg0 ViewStructure

ViewStructure

OnProvideVirtualStructure(ViewStructure)

public void OnProvideVirtualStructure(ViewStructure arg0)

Parameters

arg0 ViewStructure

ViewStructure

OnReceiveContent(ContentInfo)

public ContentInfo OnReceiveContent(ContentInfo arg0)

Parameters

arg0 ContentInfo

ContentInfo

Returns

ContentInfo

ContentInfo

OnResolvePointerIcon(MotionEvent, int)

public PointerIcon OnResolvePointerIcon(MotionEvent arg0, int arg1)

Parameters

arg0 MotionEvent

MotionEvent

arg1 int

int

Returns

PointerIcon

PointerIcon

OnRtlPropertiesChanged(int)

public void OnRtlPropertiesChanged(int arg0)

Parameters

arg0 int

int

OnScreenStateChanged(int)

public void OnScreenStateChanged(int arg0)

Parameters

arg0 int

int

OnScrollCaptureSearch(Rect, Point, Consumer<ScrollCaptureTarget>)

public void OnScrollCaptureSearch(Rect arg0, Point arg1, Consumer<ScrollCaptureTarget> arg2)

Parameters

arg0 Rect

Rect

arg1 Point

Point

arg2 Consumer<ScrollCaptureTarget>

Consumer

OnStartTemporaryDetach()

public void OnStartTemporaryDetach()

OnTouchEvent(MotionEvent)

public bool OnTouchEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnTrackballEvent(MotionEvent)

public bool OnTrackballEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnViewTranslationResponse(ViewTranslationResponse)

public void OnViewTranslationResponse(ViewTranslationResponse arg0)

Parameters

arg0 ViewTranslationResponse

ViewTranslationResponse

OnVirtualViewTranslationResponses(LongSparseArray<ViewTranslationResponse>)

public void OnVirtualViewTranslationResponses(LongSparseArray<ViewTranslationResponse> arg0)

Parameters

arg0 LongSparseArray<ViewTranslationResponse>

LongSparseArray

OnVisibilityAggregated(bool)

public void OnVisibilityAggregated(bool arg0)

Parameters

arg0 bool

bool

OnWindowFocusChanged(bool)

public void OnWindowFocusChanged(bool arg0)

Parameters

arg0 bool

bool

OnWindowSystemUiVisibilityChanged(int)

[Obsolete]
public void OnWindowSystemUiVisibilityChanged(int arg0)

Parameters

arg0 int

int

PerformAccessibilityAction(int, Bundle)

public bool PerformAccessibilityAction(int arg0, Bundle arg1)

Parameters

arg0 int

int

arg1 Bundle

Bundle

Returns

bool

bool

PerformClick()

public bool PerformClick()

Returns

bool

bool

PerformContextClick()

public bool PerformContextClick()

Returns

bool

bool

PerformContextClick(float, float)

public bool PerformContextClick(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Returns

bool

bool

PerformHapticFeedback(int)

public bool PerformHapticFeedback(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

PerformHapticFeedback(int, int)

public bool PerformHapticFeedback(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

bool

bool

PerformLongClick()

public bool PerformLongClick()

Returns

bool

bool

PerformLongClick(float, float)

public bool PerformLongClick(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Returns

bool

bool

PerformReceiveContent(ContentInfo)

public ContentInfo PerformReceiveContent(ContentInfo arg0)

Parameters

arg0 ContentInfo

ContentInfo

Returns

ContentInfo

ContentInfo

PlaySoundEffect(int)

public void PlaySoundEffect(int arg0)

Parameters

arg0 int

int

Post(Runnable)

public bool Post(Runnable arg0)

Parameters

arg0 Runnable

Runnable

Returns

bool

bool

PostDelayed(Runnable, long)

public bool PostDelayed(Runnable arg0, long arg1)

Parameters

arg0 Runnable

Runnable

arg1 long

long

Returns

bool

bool

PostInvalidate()

public void PostInvalidate()

PostInvalidate(int, int, int, int)

public void PostInvalidate(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

PostInvalidateDelayed(long)

public void PostInvalidateDelayed(long arg0)

Parameters

arg0 long

long

PostInvalidateDelayed(long, int, int, int, int)

public void PostInvalidateDelayed(long arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 long

long

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

PostInvalidateOnAnimation()

public void PostInvalidateOnAnimation()

PostInvalidateOnAnimation(int, int, int, int)

public void PostInvalidateOnAnimation(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

PostOnAnimation(Runnable)

public void PostOnAnimation(Runnable arg0)

Parameters

arg0 Runnable

Runnable

PostOnAnimationDelayed(Runnable, long)

public void PostOnAnimationDelayed(Runnable arg0, long arg1)

Parameters

arg0 Runnable

Runnable

arg1 long

long

RefreshDrawableState()

public void RefreshDrawableState()

ReleasePointerCapture()

public void ReleasePointerCapture()

RemoveCallbacks(Runnable)

public bool RemoveCallbacks(Runnable arg0)

Parameters

arg0 Runnable

Runnable

Returns

bool

bool

RemoveOnAttachStateChangeListener(OnAttachStateChangeListener)

public void RemoveOnAttachStateChangeListener(View.OnAttachStateChangeListener arg0)

Parameters

arg0 View.OnAttachStateChangeListener

View.OnAttachStateChangeListener

RemoveOnLayoutChangeListener(OnLayoutChangeListener)

public void RemoveOnLayoutChangeListener(View.OnLayoutChangeListener arg0)

Parameters

arg0 View.OnLayoutChangeListener

View.OnLayoutChangeListener

RemoveOnUnhandledKeyEventListener(OnUnhandledKeyEventListener)

public void RemoveOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener arg0)

Parameters

arg0 View.OnUnhandledKeyEventListener

View.OnUnhandledKeyEventListener

RequestApplyInsets()

public void RequestApplyInsets()

RequestFitSystemWindows()

[Obsolete]
public void RequestFitSystemWindows()

RequestFocus()

public bool RequestFocus()

Returns

bool

bool

RequestFocus(int)

public bool RequestFocus(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

RequestFocus(int, Rect)

public bool RequestFocus(int arg0, Rect arg1)

Parameters

arg0 int

int

arg1 Rect

Rect

Returns

bool

bool

RequestFocusFromTouch()

public bool RequestFocusFromTouch()

Returns

bool

bool

RequestLayout()

public void RequestLayout()

RequestPointerCapture()

public void RequestPointerCapture()

RequestRectangleOnScreen(Rect)

public bool RequestRectangleOnScreen(Rect arg0)

Parameters

arg0 Rect

Rect

Returns

bool

bool

RequestRectangleOnScreen(Rect, bool)

public bool RequestRectangleOnScreen(Rect arg0, bool arg1)

Parameters

arg0 Rect

Rect

arg1 bool

bool

Returns

bool

bool

RequestUnbufferedDispatch(MotionEvent)

public void RequestUnbufferedDispatch(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

RequestUnbufferedDispatch(int)

public void RequestUnbufferedDispatch(int arg0)

Parameters

arg0 int

int

RequireViewById<T>(int)

public T RequireViewById<T>(int arg0) where T : View

Parameters

arg0 int

int

Returns

T

T

Type Parameters

T

View

ResetPivot()

public void ResetPivot()

ResolveSize(int, int)

public static int ResolveSize(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

int

int

ResolveSizeAndState(int, int, int)

public static int ResolveSizeAndState(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Returns

int

int

RestoreDefaultFocus()

public bool RestoreDefaultFocus()

Returns

bool

bool

RestoreHierarchyState(SparseArray<Parcelable>)

public void RestoreHierarchyState(SparseArray<Parcelable> arg0)

Parameters

arg0 SparseArray<Parcelable>

SparseArray

SaveAttributeDataForStyleable(Context, int[], AttributeSet, TypedArray, int, int)

public void SaveAttributeDataForStyleable(Context arg0, int[] arg1, AttributeSet arg2, TypedArray arg3, int arg4, int arg5)

Parameters

arg0 Context

Context

arg1 int[]

int

arg2 AttributeSet

AttributeSet

arg3 TypedArray

TypedArray

arg4 int

int

arg5 int

int

SaveHierarchyState(SparseArray<Parcelable>)

public void SaveHierarchyState(SparseArray<Parcelable> arg0)

Parameters

arg0 SparseArray<Parcelable>

SparseArray

ScheduleDrawable(Drawable, Runnable, long)

public void ScheduleDrawable(Drawable arg0, Runnable arg1, long arg2)

Parameters

arg0 Drawable

Drawable

arg1 Runnable

Runnable

arg2 long

long

ScrollBy(int, int)

public void ScrollBy(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

ScrollTo(int, int)

public void ScrollTo(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

SendAccessibilityEvent(int)

public void SendAccessibilityEvent(int arg0)

Parameters

arg0 int

int

SendAccessibilityEventUnchecked(AccessibilityEvent)

public void SendAccessibilityEventUnchecked(AccessibilityEvent arg0)

Parameters

arg0 AccessibilityEvent

AccessibilityEvent

SetAccessibilityDataSensitive(int)

public void SetAccessibilityDataSensitive(int arg0)

Parameters

arg0 int

int

SetAccessibilityDelegate(AccessibilityDelegate)

public void SetAccessibilityDelegate(View.AccessibilityDelegate arg0)

Parameters

arg0 View.AccessibilityDelegate

View.AccessibilityDelegate

SetAccessibilityHeading(bool)

public void SetAccessibilityHeading(bool arg0)

Parameters

arg0 bool

bool

SetAccessibilityLiveRegion(int)

public void SetAccessibilityLiveRegion(int arg0)

Parameters

arg0 int

int

SetAccessibilityPaneTitle(CharSequence)

public void SetAccessibilityPaneTitle(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetAccessibilityTraversalAfter(int)

public void SetAccessibilityTraversalAfter(int arg0)

Parameters

arg0 int

int

SetAccessibilityTraversalBefore(int)

public void SetAccessibilityTraversalBefore(int arg0)

Parameters

arg0 int

int

SetActivated(bool)

public void SetActivated(bool arg0)

Parameters

arg0 bool

bool

SetAllowClickWhenDisabled(bool)

public void SetAllowClickWhenDisabled(bool arg0)

Parameters

arg0 bool

bool

SetAllowedHandwritingDelegatePackage(String)

public void SetAllowedHandwritingDelegatePackage(String arg0)

Parameters

arg0 String

String

SetAllowedHandwritingDelegatorPackage(String)

public void SetAllowedHandwritingDelegatorPackage(String arg0)

Parameters

arg0 String

String

SetAlpha(float)

public void SetAlpha(float arg0)

Parameters

arg0 float

float

SetAnimation(Animation)

public void SetAnimation(Animation arg0)

Parameters

arg0 Animation

Animation

SetAnimationMatrix(Matrix)

public void SetAnimationMatrix(Matrix arg0)

Parameters

arg0 Matrix

Matrix

SetAutoHandwritingEnabled(bool)

public void SetAutoHandwritingEnabled(bool arg0)

Parameters

arg0 bool

bool

SetAutofillHints(params String[])

public void SetAutofillHints(params String[] arg0)

Parameters

arg0 String[]

String

SetAutofillId(AutofillId)

public void SetAutofillId(AutofillId arg0)

Parameters

arg0 AutofillId

AutofillId

SetBackground(Drawable)

public void SetBackground(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetBackgroundColor(int)

public void SetBackgroundColor(int arg0)

Parameters

arg0 int

int

SetBackgroundDrawable(Drawable)

[Obsolete]
public void SetBackgroundDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetBackgroundResource(int)

public void SetBackgroundResource(int arg0)

Parameters

arg0 int

int

SetBackgroundTintBlendMode(BlendMode)

public void SetBackgroundTintBlendMode(BlendMode arg0)

Parameters

arg0 BlendMode

BlendMode

SetBackgroundTintList(ColorStateList)

public void SetBackgroundTintList(ColorStateList arg0)

Parameters

arg0 ColorStateList

ColorStateList

SetBackgroundTintMode(Mode)

public void SetBackgroundTintMode(PorterDuff.Mode arg0)

Parameters

arg0 PorterDuff.Mode

PorterDuff.Mode

SetBottom(int)

public void SetBottom(int arg0)

Parameters

arg0 int

int

SetCameraDistance(float)

public void SetCameraDistance(float arg0)

Parameters

arg0 float

float

SetClickable(bool)

public void SetClickable(bool arg0)

Parameters

arg0 bool

bool

SetClipBounds(Rect)

public void SetClipBounds(Rect arg0)

Parameters

arg0 Rect

Rect

SetClipToOutline(bool)

public void SetClipToOutline(bool arg0)

Parameters

arg0 bool

bool

SetContentCaptureSession(ContentCaptureSession)

public void SetContentCaptureSession(ContentCaptureSession arg0)

Parameters

arg0 ContentCaptureSession

ContentCaptureSession

SetContentDescription(CharSequence)

public void SetContentDescription(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetContentSensitivity(int)

public void SetContentSensitivity(int arg0)

Parameters

arg0 int

int

SetContextClickable(bool)

public void SetContextClickable(bool arg0)

Parameters

arg0 bool

bool

SetDefaultFocusHighlightEnabled(bool)

public void SetDefaultFocusHighlightEnabled(bool arg0)

Parameters

arg0 bool

bool

SetDrawingCacheBackgroundColor(int)

[Obsolete]
public void SetDrawingCacheBackgroundColor(int arg0)

Parameters

arg0 int

int

SetDrawingCacheEnabled(bool)

[Obsolete]
public void SetDrawingCacheEnabled(bool arg0)

Parameters

arg0 bool

bool

SetDrawingCacheQuality(int)

[Obsolete]
public void SetDrawingCacheQuality(int arg0)

Parameters

arg0 int

int

SetDuplicateParentStateEnabled(bool)

public void SetDuplicateParentStateEnabled(bool arg0)

Parameters

arg0 bool

bool

SetElevation(float)

public void SetElevation(float arg0)

Parameters

arg0 float

float

SetEnabled(bool)

public void SetEnabled(bool arg0)

Parameters

arg0 bool

bool

SetFadingEdgeLength(int)

public void SetFadingEdgeLength(int arg0)

Parameters

arg0 int

int

SetFilterTouchesWhenObscured(bool)

public void SetFilterTouchesWhenObscured(bool arg0)

Parameters

arg0 bool

bool

SetFitsSystemWindows(bool)

public void SetFitsSystemWindows(bool arg0)

Parameters

arg0 bool

bool

SetFocusable(bool)

public void SetFocusable(bool arg0)

Parameters

arg0 bool

bool

SetFocusable(int)

public void SetFocusable(int arg0)

Parameters

arg0 int

int

SetFocusableInTouchMode(bool)

public void SetFocusableInTouchMode(bool arg0)

Parameters

arg0 bool

bool

SetFocusedByDefault(bool)

public void SetFocusedByDefault(bool arg0)

Parameters

arg0 bool

bool

SetForceDarkAllowed(bool)

public void SetForceDarkAllowed(bool arg0)

Parameters

arg0 bool

bool

SetForeground(Drawable)

public void SetForeground(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetForegroundGravity(int)

public void SetForegroundGravity(int arg0)

Parameters

arg0 int

int

SetForegroundTintBlendMode(BlendMode)

public void SetForegroundTintBlendMode(BlendMode arg0)

Parameters

arg0 BlendMode

BlendMode

SetForegroundTintList(ColorStateList)

public void SetForegroundTintList(ColorStateList arg0)

Parameters

arg0 ColorStateList

ColorStateList

SetForegroundTintMode(Mode)

public void SetForegroundTintMode(PorterDuff.Mode arg0)

Parameters

arg0 PorterDuff.Mode

PorterDuff.Mode

SetFrameContentVelocity(float)

public void SetFrameContentVelocity(float arg0)

Parameters

arg0 float

float

SetHandwritingBoundsOffsets(float, float, float, float)

public void SetHandwritingBoundsOffsets(float arg0, float arg1, float arg2, float arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

SetHandwritingDelegateFlags(int)

public void SetHandwritingDelegateFlags(int arg0)

Parameters

arg0 int

int

SetHandwritingDelegatorCallback(Runnable)

public void SetHandwritingDelegatorCallback(Runnable arg0)

Parameters

arg0 Runnable

Runnable

SetHapticFeedbackEnabled(bool)

public void SetHapticFeedbackEnabled(bool arg0)

Parameters

arg0 bool

bool

SetHasTransientState(bool)

public void SetHasTransientState(bool arg0)

Parameters

arg0 bool

bool

SetHorizontalFadingEdgeEnabled(bool)

public void SetHorizontalFadingEdgeEnabled(bool arg0)

Parameters

arg0 bool

bool

SetHorizontalScrollBarEnabled(bool)

public void SetHorizontalScrollBarEnabled(bool arg0)

Parameters

arg0 bool

bool

SetHorizontalScrollbarThumbDrawable(Drawable)

public void SetHorizontalScrollbarThumbDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetHorizontalScrollbarTrackDrawable(Drawable)

public void SetHorizontalScrollbarTrackDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetHovered(bool)

public void SetHovered(bool arg0)

Parameters

arg0 bool

bool

SetId(int)

public void SetId(int arg0)

Parameters

arg0 int

int

SetImportantForAccessibility(int)

public void SetImportantForAccessibility(int arg0)

Parameters

arg0 int

int

SetImportantForAutofill(int)

public void SetImportantForAutofill(int arg0)

Parameters

arg0 int

int

SetImportantForContentCapture(int)

public void SetImportantForContentCapture(int arg0)

Parameters

arg0 int

int

SetIsCredential(bool)

public void SetIsCredential(bool arg0)

Parameters

arg0 bool

bool

SetIsHandwritingDelegate(bool)

public void SetIsHandwritingDelegate(bool arg0)

Parameters

arg0 bool

bool

SetKeepScreenOn(bool)

public void SetKeepScreenOn(bool arg0)

Parameters

arg0 bool

bool

SetKeyboardNavigationCluster(bool)

public void SetKeyboardNavigationCluster(bool arg0)

Parameters

arg0 bool

bool

SetLabelFor(int)

public void SetLabelFor(int arg0)

Parameters

arg0 int

int

SetLayerPaint(Paint)

public void SetLayerPaint(Paint arg0)

Parameters

arg0 Paint

Paint

SetLayerType(int, Paint)

public void SetLayerType(int arg0, Paint arg1)

Parameters

arg0 int

int

arg1 Paint

Paint

SetLayoutDirection(int)

public void SetLayoutDirection(int arg0)

Parameters

arg0 int

int

SetLayoutParams(LayoutParams)

public void SetLayoutParams(ViewGroup.LayoutParams arg0)

Parameters

arg0 ViewGroup.LayoutParams

ViewGroup.LayoutParams

SetLeft(int)

public void SetLeft(int arg0)

Parameters

arg0 int

int

SetLeftTopRightBottom(int, int, int, int)

public void SetLeftTopRightBottom(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

SetLongClickable(bool)

public void SetLongClickable(bool arg0)

Parameters

arg0 bool

bool

SetMinimumHeight(int)

public void SetMinimumHeight(int arg0)

Parameters

arg0 int

int

SetMinimumWidth(int)

public void SetMinimumWidth(int arg0)

Parameters

arg0 int

int

SetNestedScrollingEnabled(bool)

public void SetNestedScrollingEnabled(bool arg0)

Parameters

arg0 bool

bool

SetNextClusterForwardId(int)

public void SetNextClusterForwardId(int arg0)

Parameters

arg0 int

int

SetNextFocusDownId(int)

public void SetNextFocusDownId(int arg0)

Parameters

arg0 int

int

SetNextFocusForwardId(int)

public void SetNextFocusForwardId(int arg0)

Parameters

arg0 int

int

SetNextFocusLeftId(int)

public void SetNextFocusLeftId(int arg0)

Parameters

arg0 int

int

SetNextFocusRightId(int)

public void SetNextFocusRightId(int arg0)

Parameters

arg0 int

int

SetNextFocusUpId(int)

public void SetNextFocusUpId(int arg0)

Parameters

arg0 int

int

SetOnApplyWindowInsetsListener(OnApplyWindowInsetsListener)

public void SetOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener arg0)

Parameters

arg0 View.OnApplyWindowInsetsListener

View.OnApplyWindowInsetsListener

SetOnCapturedPointerListener(OnCapturedPointerListener)

public void SetOnCapturedPointerListener(View.OnCapturedPointerListener arg0)

Parameters

arg0 View.OnCapturedPointerListener

View.OnCapturedPointerListener

SetOnClickListener(OnClickListener)

public void SetOnClickListener(View.OnClickListener arg0)

Parameters

arg0 View.OnClickListener

View.OnClickListener

SetOnContextClickListener(OnContextClickListener)

public void SetOnContextClickListener(View.OnContextClickListener arg0)

Parameters

arg0 View.OnContextClickListener

View.OnContextClickListener

SetOnCreateContextMenuListener(OnCreateContextMenuListener)

public void SetOnCreateContextMenuListener(View.OnCreateContextMenuListener arg0)

Parameters

arg0 View.OnCreateContextMenuListener

View.OnCreateContextMenuListener

SetOnDragListener(OnDragListener)

public void SetOnDragListener(View.OnDragListener arg0)

Parameters

arg0 View.OnDragListener

View.OnDragListener

SetOnFocusChangeListener(OnFocusChangeListener)

public void SetOnFocusChangeListener(View.OnFocusChangeListener arg0)

Parameters

arg0 View.OnFocusChangeListener

View.OnFocusChangeListener

SetOnGenericMotionListener(OnGenericMotionListener)

public void SetOnGenericMotionListener(View.OnGenericMotionListener arg0)

Parameters

arg0 View.OnGenericMotionListener

View.OnGenericMotionListener

SetOnHoverListener(OnHoverListener)

public void SetOnHoverListener(View.OnHoverListener arg0)

Parameters

arg0 View.OnHoverListener

View.OnHoverListener

SetOnKeyListener(OnKeyListener)

public void SetOnKeyListener(View.OnKeyListener arg0)

Parameters

arg0 View.OnKeyListener

View.OnKeyListener

SetOnLongClickListener(OnLongClickListener)

public void SetOnLongClickListener(View.OnLongClickListener arg0)

Parameters

arg0 View.OnLongClickListener

View.OnLongClickListener

SetOnReceiveContentListener(String[], OnReceiveContentListener)

public void SetOnReceiveContentListener(String[] arg0, OnReceiveContentListener arg1)

Parameters

arg0 String[]

String

arg1 OnReceiveContentListener

OnReceiveContentListener

SetOnScrollChangeListener(OnScrollChangeListener)

public void SetOnScrollChangeListener(View.OnScrollChangeListener arg0)

Parameters

arg0 View.OnScrollChangeListener

View.OnScrollChangeListener

SetOnSystemUiVisibilityChangeListener(OnSystemUiVisibilityChangeListener)

[Obsolete]
public void SetOnSystemUiVisibilityChangeListener(View.OnSystemUiVisibilityChangeListener arg0)

Parameters

arg0 View.OnSystemUiVisibilityChangeListener

View.OnSystemUiVisibilityChangeListener

SetOnTouchListener(OnTouchListener)

public void SetOnTouchListener(View.OnTouchListener arg0)

Parameters

arg0 View.OnTouchListener

View.OnTouchListener

SetOutlineAmbientShadowColor(int)

public void SetOutlineAmbientShadowColor(int arg0)

Parameters

arg0 int

int

SetOutlineProvider(ViewOutlineProvider)

public void SetOutlineProvider(ViewOutlineProvider arg0)

Parameters

arg0 ViewOutlineProvider

ViewOutlineProvider

SetOutlineSpotShadowColor(int)

public void SetOutlineSpotShadowColor(int arg0)

Parameters

arg0 int

int

SetOverScrollMode(int)

public void SetOverScrollMode(int arg0)

Parameters

arg0 int

int

SetPadding(int, int, int, int)

public void SetPadding(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

SetPaddingRelative(int, int, int, int)

public void SetPaddingRelative(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

SetPendingCredentialRequest(GetCredentialRequest, OutcomeReceiver<GetCredentialResponse, GetCredentialException>)

public void SetPendingCredentialRequest(GetCredentialRequest arg0, OutcomeReceiver<GetCredentialResponse, GetCredentialException> arg1)

Parameters

arg0 GetCredentialRequest

GetCredentialRequest

arg1 OutcomeReceiver<GetCredentialResponse, GetCredentialException>

OutcomeReceiver

SetPivotX(float)

public void SetPivotX(float arg0)

Parameters

arg0 float

float

SetPivotY(float)

public void SetPivotY(float arg0)

Parameters

arg0 float

float

SetPointerIcon(PointerIcon)

public void SetPointerIcon(PointerIcon arg0)

Parameters

arg0 PointerIcon

PointerIcon

SetPreferKeepClear(bool)

public void SetPreferKeepClear(bool arg0)

Parameters

arg0 bool

bool

SetPreferKeepClearRects(List<Rect>)

public void SetPreferKeepClearRects(List<Rect> arg0)

Parameters

arg0 List<Rect>

List

SetPressed(bool)

public void SetPressed(bool arg0)

Parameters

arg0 bool

bool

SetRenderEffect(RenderEffect)

public void SetRenderEffect(RenderEffect arg0)

Parameters

arg0 RenderEffect

RenderEffect

SetRequestedFrameRate(float)

public void SetRequestedFrameRate(float arg0)

Parameters

arg0 float

float

SetRevealOnFocusHint(bool)

public void SetRevealOnFocusHint(bool arg0)

Parameters

arg0 bool

bool

SetRight(int)

public void SetRight(int arg0)

Parameters

arg0 int

int

SetRotation(float)

public void SetRotation(float arg0)

Parameters

arg0 float

float

SetRotationX(float)

public void SetRotationX(float arg0)

Parameters

arg0 float

float

SetRotationY(float)

public void SetRotationY(float arg0)

Parameters

arg0 float

float

SetSaveEnabled(bool)

public void SetSaveEnabled(bool arg0)

Parameters

arg0 bool

bool

SetSaveFromParentEnabled(bool)

public void SetSaveFromParentEnabled(bool arg0)

Parameters

arg0 bool

bool

SetScaleX(float)

public void SetScaleX(float arg0)

Parameters

arg0 float

float

SetScaleY(float)

public void SetScaleY(float arg0)

Parameters

arg0 float

float

SetScreenReaderFocusable(bool)

public void SetScreenReaderFocusable(bool arg0)

Parameters

arg0 bool

bool

SetScrollBarDefaultDelayBeforeFade(int)

public void SetScrollBarDefaultDelayBeforeFade(int arg0)

Parameters

arg0 int

int

SetScrollBarFadeDuration(int)

public void SetScrollBarFadeDuration(int arg0)

Parameters

arg0 int

int

SetScrollBarSize(int)

public void SetScrollBarSize(int arg0)

Parameters

arg0 int

int

SetScrollBarStyle(int)

public void SetScrollBarStyle(int arg0)

Parameters

arg0 int

int

SetScrollCaptureCallback(ScrollCaptureCallback)

public void SetScrollCaptureCallback(ScrollCaptureCallback arg0)

Parameters

arg0 ScrollCaptureCallback

ScrollCaptureCallback

SetScrollCaptureHint(int)

public void SetScrollCaptureHint(int arg0)

Parameters

arg0 int

int

SetScrollContainer(bool)

public void SetScrollContainer(bool arg0)

Parameters

arg0 bool

bool

SetScrollIndicators(int)

public void SetScrollIndicators(int arg0)

Parameters

arg0 int

int

SetScrollIndicators(int, int)

public void SetScrollIndicators(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

SetScrollX(int)

public void SetScrollX(int arg0)

Parameters

arg0 int

int

SetScrollY(int)

public void SetScrollY(int arg0)

Parameters

arg0 int

int

SetScrollbarFadingEnabled(bool)

public void SetScrollbarFadingEnabled(bool arg0)

Parameters

arg0 bool

bool

SetSelected(bool)

public void SetSelected(bool arg0)

Parameters

arg0 bool

bool

SetSoundEffectsEnabled(bool)

public void SetSoundEffectsEnabled(bool arg0)

Parameters

arg0 bool

bool

SetStateDescription(CharSequence)

public void SetStateDescription(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetStateListAnimator(StateListAnimator)

public void SetStateListAnimator(StateListAnimator arg0)

Parameters

arg0 StateListAnimator

StateListAnimator

SetSystemGestureExclusionRects(List<Rect>)

public void SetSystemGestureExclusionRects(List<Rect> arg0)

Parameters

arg0 List<Rect>

List

SetSystemUiVisibility(int)

[Obsolete]
public void SetSystemUiVisibility(int arg0)

Parameters

arg0 int

int

SetTag(int, object)

public void SetTag(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

SetTag(object)

public void SetTag(object arg0)

Parameters

arg0 object

object

SetTextAlignment(int)

public void SetTextAlignment(int arg0)

Parameters

arg0 int

int

SetTextDirection(int)

public void SetTextDirection(int arg0)

Parameters

arg0 int

int

SetTooltipText(CharSequence)

public void SetTooltipText(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetTop(int)

public void SetTop(int arg0)

Parameters

arg0 int

int

SetTouchDelegate(TouchDelegate)

public void SetTouchDelegate(TouchDelegate arg0)

Parameters

arg0 TouchDelegate

TouchDelegate

SetTransitionAlpha(float)

public void SetTransitionAlpha(float arg0)

Parameters

arg0 float

float

SetTransitionName(String)

public void SetTransitionName(String arg0)

Parameters

arg0 String

String

SetTransitionVisibility(int)

public void SetTransitionVisibility(int arg0)

Parameters

arg0 int

int

SetTranslationX(float)

public void SetTranslationX(float arg0)

Parameters

arg0 float

float

SetTranslationY(float)

public void SetTranslationY(float arg0)

Parameters

arg0 float

float

SetTranslationZ(float)

public void SetTranslationZ(float arg0)

Parameters

arg0 float

float

SetVerticalFadingEdgeEnabled(bool)

public void SetVerticalFadingEdgeEnabled(bool arg0)

Parameters

arg0 bool

bool

SetVerticalScrollBarEnabled(bool)

public void SetVerticalScrollBarEnabled(bool arg0)

Parameters

arg0 bool

bool

SetVerticalScrollbarPosition(int)

public void SetVerticalScrollbarPosition(int arg0)

Parameters

arg0 int

int

SetVerticalScrollbarThumbDrawable(Drawable)

public void SetVerticalScrollbarThumbDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetVerticalScrollbarTrackDrawable(Drawable)

public void SetVerticalScrollbarTrackDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

SetViewTranslationCallback(ViewTranslationCallback)

public void SetViewTranslationCallback(ViewTranslationCallback arg0)

Parameters

arg0 ViewTranslationCallback

ViewTranslationCallback

SetVisibility(int)

public void SetVisibility(int arg0)

Parameters

arg0 int

int

SetWillNotCacheDrawing(bool)

[Obsolete]
public void SetWillNotCacheDrawing(bool arg0)

Parameters

arg0 bool

bool

SetWillNotDraw(bool)

public void SetWillNotDraw(bool arg0)

Parameters

arg0 bool

bool

SetWindowInsetsAnimationCallback(Callback)

public void SetWindowInsetsAnimationCallback(WindowInsetsAnimation.Callback arg0)

Parameters

arg0 WindowInsetsAnimation.Callback

WindowInsetsAnimation.Callback

SetX(float)

public void SetX(float arg0)

Parameters

arg0 float

float

SetY(float)

public void SetY(float arg0)

Parameters

arg0 float

float

SetZ(float)

public void SetZ(float arg0)

Parameters

arg0 float

float

ShowContextMenu()

public bool ShowContextMenu()

Returns

bool

bool

ShowContextMenu(float, float)

public bool ShowContextMenu(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Returns

bool

bool

StartActionMode(Callback)

public ActionMode StartActionMode(ActionMode.Callback arg0)

Parameters

arg0 ActionMode.Callback

ActionMode.Callback

Returns

ActionMode

ActionMode

StartActionMode(Callback, int)

public ActionMode StartActionMode(ActionMode.Callback arg0, int arg1)

Parameters

arg0 ActionMode.Callback

ActionMode.Callback

arg1 int

int

Returns

ActionMode

ActionMode

StartAnimation(Animation)

public void StartAnimation(Animation arg0)

Parameters

arg0 Animation

Animation

StartDrag(ClipData, DragShadowBuilder, object, int)

[Obsolete]
public bool StartDrag(ClipData arg0, View.DragShadowBuilder arg1, object arg2, int arg3)

Parameters

arg0 ClipData

ClipData

arg1 View.DragShadowBuilder

View.DragShadowBuilder

arg2 object

object

arg3 int

int

Returns

bool

bool

StartDragAndDrop(ClipData, DragShadowBuilder, object, int)

public bool StartDragAndDrop(ClipData arg0, View.DragShadowBuilder arg1, object arg2, int arg3)

Parameters

arg0 ClipData

ClipData

arg1 View.DragShadowBuilder

View.DragShadowBuilder

arg2 object

object

arg3 int

int

Returns

bool

bool

StartNestedScroll(int)

public bool StartNestedScroll(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

StopNestedScroll()

public void StopNestedScroll()

TransformMatrixToGlobal(Matrix)

public void TransformMatrixToGlobal(Matrix arg0)

Parameters

arg0 Matrix

Matrix

TransformMatrixToLocal(Matrix)

public void TransformMatrixToLocal(Matrix arg0)

Parameters

arg0 Matrix

Matrix

UnscheduleDrawable(Drawable)

public void UnscheduleDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

UnscheduleDrawable(Drawable, Runnable)

public void UnscheduleDrawable(Drawable arg0, Runnable arg1)

Parameters

arg0 Drawable

Drawable

arg1 Runnable

Runnable

UpdateDragShadow(DragShadowBuilder)

public void UpdateDragShadow(View.DragShadowBuilder arg0)

Parameters

arg0 View.DragShadowBuilder

View.DragShadowBuilder

WillNotCacheDrawing()

[Obsolete]
public bool WillNotCacheDrawing()

Returns

bool

bool

WillNotDraw()

public bool WillNotDraw()

Returns

bool

bool

Operators

implicit operator AccessibilityEventSource(View)

Converter from View to AccessibilityEventSource

public static implicit operator AccessibilityEventSource(View t)

Parameters

t View

Returns

AccessibilityEventSource