C# Класс android.view.View

Наследование: java.lang.Object, android.graphics.drawable.Drawable.Callback, android.view.KeyEvent.Callback, android.view.accessibility.AccessibilityEventSource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
View ( android arg0 )
View ( android arg0, android arg1 )
View ( android arg0, android arg1, int arg2 )
addFocusables ( java arg0, int arg1 ) : void
addFocusables ( java arg0, int arg1, int arg2 ) : void
addTouchables ( java arg0 ) : void
bringToFront ( ) : void
buildDrawingCache ( ) : void
buildDrawingCache ( bool arg0 ) : void
cancelLongPress ( ) : void
checkInputConnectionProxy ( android arg0 ) : bool
clearAnimation ( ) : void
clearFocus ( ) : void
computeScroll ( ) : void
createContextMenu ( android arg0 ) : void
destroyDrawingCache ( ) : void
dispatchConfigurationChanged ( android arg0 ) : void
dispatchDisplayHint ( int arg0 ) : void
dispatchKeyEvent ( android arg0 ) : bool
dispatchKeyEventPreIme ( android arg0 ) : bool
dispatchKeyShortcutEvent ( android arg0 ) : bool
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
dispatchTouchEvent ( android arg0 ) : bool
dispatchTrackballEvent ( android arg0 ) : bool
dispatchUnhandledMove ( android arg0, int arg1 ) : bool
dispatchWindowFocusChanged ( bool arg0 ) : void
dispatchWindowVisibilityChanged ( int arg0 ) : void
draw ( android arg0 ) : void
findFocus ( ) : global::android.view.View
findViewById ( int arg0 ) : global::android.view.View
findViewWithTag ( java arg0 ) : global::android.view.View
focusSearch ( int arg0 ) : global::android.view.View
forceLayout ( ) : void
getAnimation ( ) : global::android.view.animation.Animation
getApplicationWindowToken ( ) : global::android.os.IBinder
getBackground ( ) : global::android.graphics.drawable.Drawable
getBaseline ( ) : int
getBottom ( ) : int
getContentDescription ( ) : global::java.lang.CharSequence
getContext ( ) : global::android.content.Context
getDefaultSize ( int arg0, int arg1 ) : int
getDrawableState ( ) : int[]
getDrawingCache ( ) : global::android.graphics.Bitmap
getDrawingCache ( bool arg0 ) : global::android.graphics.Bitmap
getDrawingCacheBackgroundColor ( ) : int
getDrawingCacheQuality ( ) : int
getDrawingRect ( android arg0 ) : void
getDrawingTime ( ) : long
getFocusables ( int arg0 ) : global::java.util.ArrayList
getFocusedRect ( android arg0 ) : void
getGlobalVisibleRect ( android arg0 ) : bool
getGlobalVisibleRect ( android arg0, android arg1 ) : bool
getHandler ( ) : global::android.os.Handler
getHeight ( ) : int
getHitRect ( android arg0 ) : void
getHorizontalFadingEdgeLength ( ) : int
getId ( ) : int
getKeepScreenOn ( ) : bool
getKeyDispatcherState ( ) : global::android.view.KeyEvent.DispatcherState
getLayoutParams ( ) : global::android.view.ViewGroup.LayoutParams
getLeft ( ) : int
getLocalVisibleRect ( android arg0 ) : bool
getLocationInWindow ( int arg0 ) : void
getLocationOnScreen ( int arg0 ) : void
getMeasuredHeight ( ) : int
getMeasuredWidth ( ) : int
getNextFocusDownId ( ) : int
getNextFocusLeftId ( ) : int
getNextFocusRightId ( ) : int
getNextFocusUpId ( ) : int
getOnFocusChangeListener ( ) : global::android.view.View.OnFocusChangeListener
getPaddingBottom ( ) : int
getPaddingLeft ( ) : int
getPaddingRight ( ) : int
getPaddingTop ( ) : int
getParent ( ) : global::android.view.ViewParent
getResources ( ) : global::android.content.res.Resources
getRight ( ) : int
getRootView ( ) : global::android.view.View
getScrollBarStyle ( ) : int
getScrollX ( ) : int
getScrollY ( ) : int
getSolidColor ( ) : int
getTag ( ) : global::java.lang.Object
getTag ( int arg0 ) : global::java.lang.Object
getTop ( ) : int
getTouchDelegate ( ) : global::android.view.TouchDelegate
getTouchables ( ) : global::java.util.ArrayList
getVerticalFadingEdgeLength ( ) : int
getVerticalScrollbarWidth ( ) : int
getViewTreeObserver ( ) : global::android.view.ViewTreeObserver
getVisibility ( ) : int
getWidth ( ) : int
getWindowToken ( ) : global::android.os.IBinder
getWindowVisibility ( ) : int
getWindowVisibleDisplayFrame ( android arg0 ) : void
hasFocus ( ) : bool
hasFocusable ( ) : bool
hasWindowFocus ( ) : bool
inflate ( android arg0, int arg1, android arg2 ) : global::android.view.View
invalidate ( ) : void
invalidate ( android arg0 ) : void
invalidate ( int arg0, int arg1, int arg2, int arg3 ) : void
invalidateDrawable ( android arg0 ) : void
isClickable ( ) : bool
isDrawingCacheEnabled ( ) : bool
isDuplicateParentStateEnabled ( ) : bool
isEnabled ( ) : bool
isFocusable ( ) : bool
isFocusableInTouchMode ( ) : bool
isFocused ( ) : bool
isHapticFeedbackEnabled ( ) : bool
isHorizontalFadingEdgeEnabled ( ) : bool
isHorizontalScrollBarEnabled ( ) : bool
isInEditMode ( ) : bool
isInTouchMode ( ) : bool
isLayoutRequested ( ) : bool
isLongClickable ( ) : bool
isOpaque ( ) : bool
isPressed ( ) : bool
isSaveEnabled ( ) : bool
isScrollbarFadingEnabled ( ) : bool
isSelected ( ) : bool
isShown ( ) : bool
isSoundEffectsEnabled ( ) : bool
isVerticalFadingEdgeEnabled ( ) : bool
isVerticalScrollBarEnabled ( ) : bool
layout ( int arg0, int arg1, int arg2, int arg3 ) : void
measure ( int arg0, int arg1 ) : void
offsetLeftAndRight ( int arg0 ) : void
offsetTopAndBottom ( int arg0 ) : void
onCheckIsTextEditor ( ) : bool
onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection
onFinishTemporaryDetach ( ) : void
onKeyDown ( int arg0, android arg1 ) : bool
onKeyLongPress ( int arg0, android arg1 ) : bool
onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
onKeyPreIme ( int arg0, android arg1 ) : bool
onKeyShortcut ( int arg0, android arg1 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
onStartTemporaryDetach ( ) : void
onTouchEvent ( android arg0 ) : bool
onTrackballEvent ( android arg0 ) : bool
onWindowFocusChanged ( bool arg0 ) : void
performClick ( ) : bool
performHapticFeedback ( int arg0 ) : bool
performHapticFeedback ( int arg0, int arg1 ) : bool
performLongClick ( ) : bool
playSoundEffect ( int arg0 ) : void
post ( global arg0 ) : bool
post ( java arg0 ) : bool
postDelayed ( global arg0, long arg1 ) : bool
postDelayed ( java arg0, long arg1 ) : bool
postInvalidate ( ) : void
postInvalidate ( int arg0, int arg1, int arg2, int arg3 ) : void
postInvalidateDelayed ( long arg0 ) : void
postInvalidateDelayed ( long arg0, int arg1, int arg2, int arg3, int arg4 ) : void
refreshDrawableState ( ) : void
removeCallbacks ( global arg0 ) : bool
removeCallbacks ( java arg0 ) : bool
requestFocus ( ) : bool
requestFocus ( int arg0 ) : bool
requestFocus ( int arg0, android arg1 ) : bool
requestFocusFromTouch ( ) : bool
requestLayout ( ) : void
requestRectangleOnScreen ( android arg0 ) : bool
requestRectangleOnScreen ( android arg0, bool arg1 ) : bool
resolveSize ( int arg0, int arg1 ) : int
restoreHierarchyState ( android arg0 ) : void
saveHierarchyState ( android arg0 ) : void
scheduleDrawable ( android arg0, global arg1, long arg2 ) : void
scheduleDrawable ( android arg0, java arg1, long arg2 ) : void
scrollBy ( int arg0, int arg1 ) : void
scrollTo ( int arg0, int arg1 ) : void
sendAccessibilityEvent ( int arg0 ) : void
sendAccessibilityEventUnchecked ( android arg0 ) : void
setAnimation ( android arg0 ) : void
setBackgroundColor ( int arg0 ) : void
setBackgroundDrawable ( android arg0 ) : void
setBackgroundResource ( int arg0 ) : void
setClickable ( bool arg0 ) : void
setContentDescription ( java arg0 ) : void
setContentDescription ( string arg0 ) : void
setDrawingCacheBackgroundColor ( int arg0 ) : void
setDrawingCacheEnabled ( bool arg0 ) : void
setDrawingCacheQuality ( int arg0 ) : void
setDuplicateParentStateEnabled ( bool arg0 ) : void
setEnabled ( bool arg0 ) : void
setFadingEdgeLength ( int arg0 ) : void
setFocusable ( bool arg0 ) : void
setFocusableInTouchMode ( bool arg0 ) : void
setHapticFeedbackEnabled ( bool arg0 ) : void
setHorizontalFadingEdgeEnabled ( bool arg0 ) : void
setHorizontalScrollBarEnabled ( bool arg0 ) : void
setId ( int arg0 ) : void
setKeepScreenOn ( bool arg0 ) : void
setLayoutParams ( android arg0 ) : void
setLongClickable ( bool arg0 ) : void
setMinimumHeight ( int arg0 ) : void
setMinimumWidth ( int arg0 ) : void
setNextFocusDownId ( int arg0 ) : void
setNextFocusLeftId ( int arg0 ) : void
setNextFocusRightId ( int arg0 ) : void
setNextFocusUpId ( int arg0 ) : void
setOnClickListener ( android arg0 ) : void
setOnClickListener ( global arg0 ) : void
setOnCreateContextMenuListener ( android arg0 ) : void
setOnCreateContextMenuListener ( global arg0 ) : void
setOnFocusChangeListener ( android arg0 ) : void
setOnFocusChangeListener ( global arg0 ) : void
setOnKeyListener ( android arg0 ) : void
setOnKeyListener ( global arg0 ) : void
setOnLongClickListener ( android arg0 ) : void
setOnLongClickListener ( global arg0 ) : void
setOnTouchListener ( android arg0 ) : void
setOnTouchListener ( global arg0 ) : void
setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
setPressed ( bool arg0 ) : void
setSaveEnabled ( bool arg0 ) : void
setScrollBarStyle ( int arg0 ) : void
setScrollContainer ( bool arg0 ) : void
setScrollbarFadingEnabled ( bool arg0 ) : void
setSelected ( bool arg0 ) : void
setSoundEffectsEnabled ( bool arg0 ) : void
setTag ( int arg0, java arg1 ) : void
setTag ( java arg0 ) : void
setTouchDelegate ( android arg0 ) : void
setVerticalFadingEdgeEnabled ( bool arg0 ) : void
setVerticalScrollBarEnabled ( bool arg0 ) : void
setVisibility ( int arg0 ) : void
setWillNotCacheDrawing ( bool arg0 ) : void
setWillNotDraw ( bool arg0 ) : void
showContextMenu ( ) : bool
startAnimation ( android arg0 ) : void
unscheduleDrawable ( android arg0 ) : void
unscheduleDrawable ( android arg0, global arg1 ) : void
unscheduleDrawable ( android arg0, java arg1 ) : void
willNotCacheDrawing ( ) : bool
willNotDraw ( ) : bool

Защищенные методы

Метод Описание
View ( global @__env )
awakenScrollBars ( ) : bool
awakenScrollBars ( int arg0 ) : bool
awakenScrollBars ( int arg0, bool arg1 ) : bool
computeHorizontalScrollExtent ( ) : int
computeHorizontalScrollOffset ( ) : int
computeHorizontalScrollRange ( ) : int
computeVerticalScrollExtent ( ) : int
computeVerticalScrollOffset ( ) : int
computeVerticalScrollRange ( ) : int
dispatchDraw ( android arg0 ) : void
dispatchRestoreInstanceState ( android arg0 ) : void
dispatchSaveInstanceState ( android arg0 ) : void
dispatchSetPressed ( bool arg0 ) : void
dispatchSetSelected ( bool arg0 ) : void
dispatchVisibilityChanged ( android arg0, int arg1 ) : void
drawableStateChanged ( ) : void
fitSystemWindows ( android arg0 ) : bool
getBottomFadingEdgeStrength ( ) : float
getBottomPaddingOffset ( ) : int
getContextMenuInfo ( ) : global::android.view.ContextMenu_ContextMenuInfo
getHorizontalScrollbarHeight ( ) : int
getLeftFadingEdgeStrength ( ) : float
getLeftPaddingOffset ( ) : int
getRightFadingEdgeStrength ( ) : float
getRightPaddingOffset ( ) : int
getSuggestedMinimumHeight ( ) : int
getSuggestedMinimumWidth ( ) : int
getTopFadingEdgeStrength ( ) : float
getTopPaddingOffset ( ) : int
getWindowAttachCount ( ) : int
initializeFadingEdge ( android arg0 ) : void
initializeScrollbars ( android arg0 ) : void
isPaddingOffsetRequired ( ) : bool
mergeDrawableStates ( int arg0, int arg1 ) : int[]
onAnimationEnd ( ) : void
onAnimationStart ( ) : void
onAttachedToWindow ( ) : void
onConfigurationChanged ( android arg0 ) : void
onCreateContextMenu ( android arg0 ) : void
onCreateDrawableState ( int arg0 ) : int[]
onDetachedFromWindow ( ) : void
onDisplayHint ( int arg0 ) : void
onDraw ( android arg0 ) : void
onDrawScrollBars ( android arg0 ) : void
onFinishInflate ( ) : void
onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onMeasure ( int arg0, int arg1 ) : void
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Parcelable
onScrollChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
onSetAlpha ( int arg0 ) : bool
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
onVisibilityChanged ( android arg0, int arg1 ) : void
onWindowVisibilityChanged ( int arg0 ) : void
setMeasuredDimension ( int arg0, int arg1 ) : void
verifyDrawable ( android arg0 ) : bool

Приватные методы

Метод Описание
View ( )

Описание методов

View() публичный метод

public View ( android arg0 )
arg0 android

View() публичный метод

public View ( android arg0, android arg1 )
arg0 android
arg1 android

View() публичный метод

public View ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

View() защищенный метод

protected View ( global @__env )
@__env global

addFocusables() публичный метод

public addFocusables ( java arg0, int arg1 ) : void
arg0 java
arg1 int
Результат void

addFocusables() публичный метод

public addFocusables ( java arg0, int arg1, int arg2 ) : void
arg0 java
arg1 int
arg2 int
Результат void

addTouchables() публичный метод

public addTouchables ( java arg0 ) : void
arg0 java
Результат void

awakenScrollBars() защищенный метод

protected awakenScrollBars ( ) : bool
Результат bool

awakenScrollBars() защищенный метод

protected awakenScrollBars ( int arg0 ) : bool
arg0 int
Результат bool

awakenScrollBars() защищенный метод

protected awakenScrollBars ( int arg0, bool arg1 ) : bool
arg0 int
arg1 bool
Результат bool

bringToFront() публичный метод

public bringToFront ( ) : void
Результат void

buildDrawingCache() публичный метод

public buildDrawingCache ( ) : void
Результат void

buildDrawingCache() публичный метод

public buildDrawingCache ( bool arg0 ) : void
arg0 bool
Результат void

cancelLongPress() публичный метод

public cancelLongPress ( ) : void
Результат void

checkInputConnectionProxy() публичный метод

public checkInputConnectionProxy ( android arg0 ) : bool
arg0 android
Результат bool

clearAnimation() публичный метод

public clearAnimation ( ) : void
Результат void

clearFocus() публичный метод

public clearFocus ( ) : void
Результат void

computeHorizontalScrollExtent() защищенный метод

protected computeHorizontalScrollExtent ( ) : int
Результат int

computeHorizontalScrollOffset() защищенный метод

protected computeHorizontalScrollOffset ( ) : int
Результат int

computeHorizontalScrollRange() защищенный метод

protected computeHorizontalScrollRange ( ) : int
Результат int

computeScroll() публичный метод

public computeScroll ( ) : void
Результат void

computeVerticalScrollExtent() защищенный метод

protected computeVerticalScrollExtent ( ) : int
Результат int

computeVerticalScrollOffset() защищенный метод

protected computeVerticalScrollOffset ( ) : int
Результат int

computeVerticalScrollRange() защищенный метод

protected computeVerticalScrollRange ( ) : int
Результат int

createContextMenu() публичный метод

public createContextMenu ( android arg0 ) : void
arg0 android
Результат void

destroyDrawingCache() публичный метод

public destroyDrawingCache ( ) : void
Результат void

dispatchConfigurationChanged() публичный метод

public dispatchConfigurationChanged ( android arg0 ) : void
arg0 android
Результат void

dispatchDisplayHint() публичный метод

public dispatchDisplayHint ( int arg0 ) : void
arg0 int
Результат void

dispatchDraw() защищенный метод

protected dispatchDraw ( android arg0 ) : void
arg0 android
Результат void

dispatchKeyEvent() публичный метод

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
Результат bool

dispatchKeyEventPreIme() публичный метод

public dispatchKeyEventPreIme ( android arg0 ) : bool
arg0 android
Результат bool

dispatchKeyShortcutEvent() публичный метод

public dispatchKeyShortcutEvent ( android arg0 ) : bool
arg0 android
Результат bool

dispatchPopulateAccessibilityEvent() публичный метод

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
Результат bool

dispatchRestoreInstanceState() защищенный метод

protected dispatchRestoreInstanceState ( android arg0 ) : void
arg0 android
Результат void

dispatchSaveInstanceState() защищенный метод

protected dispatchSaveInstanceState ( android arg0 ) : void
arg0 android
Результат void

dispatchSetPressed() защищенный метод

protected dispatchSetPressed ( bool arg0 ) : void
arg0 bool
Результат void

dispatchSetSelected() защищенный метод

protected dispatchSetSelected ( bool arg0 ) : void
arg0 bool
Результат void

dispatchTouchEvent() публичный метод

public dispatchTouchEvent ( android arg0 ) : bool
arg0 android
Результат bool

dispatchTrackballEvent() публичный метод

public dispatchTrackballEvent ( android arg0 ) : bool
arg0 android
Результат bool

dispatchUnhandledMove() публичный метод

public dispatchUnhandledMove ( android arg0, int arg1 ) : bool
arg0 android
arg1 int
Результат bool

dispatchVisibilityChanged() защищенный метод

protected dispatchVisibilityChanged ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Результат void

dispatchWindowFocusChanged() публичный метод

public dispatchWindowFocusChanged ( bool arg0 ) : void
arg0 bool
Результат void

dispatchWindowVisibilityChanged() публичный метод

public dispatchWindowVisibilityChanged ( int arg0 ) : void
arg0 int
Результат void

draw() публичный метод

public draw ( android arg0 ) : void
arg0 android
Результат void

drawableStateChanged() защищенный метод

protected drawableStateChanged ( ) : void
Результат void

findFocus() публичный метод

public findFocus ( ) : global::android.view.View
Результат global::android.view.View

findViewById() публичный метод

public findViewById ( int arg0 ) : global::android.view.View
arg0 int
Результат global::android.view.View

findViewWithTag() публичный метод

public findViewWithTag ( java arg0 ) : global::android.view.View
arg0 java
Результат global::android.view.View

fitSystemWindows() защищенный метод

protected fitSystemWindows ( android arg0 ) : bool
arg0 android
Результат bool

focusSearch() публичный метод

public focusSearch ( int arg0 ) : global::android.view.View
arg0 int
Результат global::android.view.View

forceLayout() публичный метод

public forceLayout ( ) : void
Результат void

getAnimation() публичный метод

public getAnimation ( ) : global::android.view.animation.Animation
Результат global::android.view.animation.Animation

getApplicationWindowToken() публичный метод

public getApplicationWindowToken ( ) : global::android.os.IBinder
Результат global::android.os.IBinder

getBackground() публичный метод

public getBackground ( ) : global::android.graphics.drawable.Drawable
Результат global::android.graphics.drawable.Drawable

getBaseline() публичный метод

public getBaseline ( ) : int
Результат int

getBottom() публичный метод

public getBottom ( ) : int
Результат int

getBottomFadingEdgeStrength() защищенный метод

protected getBottomFadingEdgeStrength ( ) : float
Результат float

getBottomPaddingOffset() защищенный метод

protected getBottomPaddingOffset ( ) : int
Результат int

getContentDescription() публичный метод

public getContentDescription ( ) : global::java.lang.CharSequence
Результат global::java.lang.CharSequence

getContext() публичный метод

public getContext ( ) : global::android.content.Context
Результат global::android.content.Context

getContextMenuInfo() защищенный метод

protected getContextMenuInfo ( ) : global::android.view.ContextMenu_ContextMenuInfo
Результат global::android.view.ContextMenu_ContextMenuInfo

getDefaultSize() публичный статический метод

public static getDefaultSize ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Результат int

getDrawableState() публичный метод

public getDrawableState ( ) : int[]
Результат int[]

getDrawingCache() публичный метод

public getDrawingCache ( ) : global::android.graphics.Bitmap
Результат global::android.graphics.Bitmap

getDrawingCache() публичный метод

public getDrawingCache ( bool arg0 ) : global::android.graphics.Bitmap
arg0 bool
Результат global::android.graphics.Bitmap

getDrawingCacheBackgroundColor() публичный метод

public getDrawingCacheBackgroundColor ( ) : int
Результат int

getDrawingCacheQuality() публичный метод

public getDrawingCacheQuality ( ) : int
Результат int

getDrawingRect() публичный метод

public getDrawingRect ( android arg0 ) : void
arg0 android
Результат void

getDrawingTime() публичный метод

public getDrawingTime ( ) : long
Результат long

getFocusables() публичный метод

public getFocusables ( int arg0 ) : global::java.util.ArrayList
arg0 int
Результат global::java.util.ArrayList

getFocusedRect() публичный метод

public getFocusedRect ( android arg0 ) : void
arg0 android
Результат void

getGlobalVisibleRect() публичный метод

public getGlobalVisibleRect ( android arg0 ) : bool
arg0 android
Результат bool

getGlobalVisibleRect() публичный метод

public getGlobalVisibleRect ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

getHandler() публичный метод

public getHandler ( ) : global::android.os.Handler
Результат global::android.os.Handler

getHeight() публичный метод

public getHeight ( ) : int
Результат int

getHitRect() публичный метод

public getHitRect ( android arg0 ) : void
arg0 android
Результат void

getHorizontalFadingEdgeLength() публичный метод

public getHorizontalFadingEdgeLength ( ) : int
Результат int

getHorizontalScrollbarHeight() защищенный метод

protected getHorizontalScrollbarHeight ( ) : int
Результат int

getId() публичный метод

public getId ( ) : int
Результат int

getKeepScreenOn() публичный метод

public getKeepScreenOn ( ) : bool
Результат bool

getKeyDispatcherState() публичный метод

public getKeyDispatcherState ( ) : global::android.view.KeyEvent.DispatcherState
Результат global::android.view.KeyEvent.DispatcherState

getLayoutParams() публичный метод

public getLayoutParams ( ) : global::android.view.ViewGroup.LayoutParams
Результат global::android.view.ViewGroup.LayoutParams

getLeft() публичный метод

public getLeft ( ) : int
Результат int

getLeftFadingEdgeStrength() защищенный метод

protected getLeftFadingEdgeStrength ( ) : float
Результат float

getLeftPaddingOffset() защищенный метод

protected getLeftPaddingOffset ( ) : int
Результат int

getLocalVisibleRect() публичный метод

public getLocalVisibleRect ( android arg0 ) : bool
arg0 android
Результат bool

getLocationInWindow() публичный метод

public getLocationInWindow ( int arg0 ) : void
arg0 int
Результат void

getLocationOnScreen() публичный метод

public getLocationOnScreen ( int arg0 ) : void
arg0 int
Результат void

getMeasuredHeight() публичный метод

public getMeasuredHeight ( ) : int
Результат int

getMeasuredWidth() публичный метод

public getMeasuredWidth ( ) : int
Результат int

getNextFocusDownId() публичный метод

public getNextFocusDownId ( ) : int
Результат int

getNextFocusLeftId() публичный метод

public getNextFocusLeftId ( ) : int
Результат int

getNextFocusRightId() публичный метод

public getNextFocusRightId ( ) : int
Результат int

getNextFocusUpId() публичный метод

public getNextFocusUpId ( ) : int
Результат int

getOnFocusChangeListener() публичный метод

public getOnFocusChangeListener ( ) : global::android.view.View.OnFocusChangeListener
Результат global::android.view.View.OnFocusChangeListener

getPaddingBottom() публичный метод

public getPaddingBottom ( ) : int
Результат int

getPaddingLeft() публичный метод

public getPaddingLeft ( ) : int
Результат int

getPaddingRight() публичный метод

public getPaddingRight ( ) : int
Результат int

getPaddingTop() публичный метод

public getPaddingTop ( ) : int
Результат int

getParent() публичный метод

public getParent ( ) : global::android.view.ViewParent
Результат global::android.view.ViewParent

getResources() публичный метод

public getResources ( ) : global::android.content.res.Resources
Результат global::android.content.res.Resources

getRight() публичный метод

public getRight ( ) : int
Результат int

getRightFadingEdgeStrength() защищенный метод

protected getRightFadingEdgeStrength ( ) : float
Результат float

getRightPaddingOffset() защищенный метод

protected getRightPaddingOffset ( ) : int
Результат int

getRootView() публичный метод

public getRootView ( ) : global::android.view.View
Результат global::android.view.View

getScrollBarStyle() публичный метод

public getScrollBarStyle ( ) : int
Результат int

getScrollX() публичный метод

public getScrollX ( ) : int
Результат int

getScrollY() публичный метод

public getScrollY ( ) : int
Результат int

getSolidColor() публичный метод

public getSolidColor ( ) : int
Результат int

getSuggestedMinimumHeight() защищенный метод

protected getSuggestedMinimumHeight ( ) : int
Результат int

getSuggestedMinimumWidth() защищенный метод

protected getSuggestedMinimumWidth ( ) : int
Результат int

getTag() публичный метод

public getTag ( ) : global::java.lang.Object
Результат global::java.lang.Object

getTag() публичный метод

public getTag ( int arg0 ) : global::java.lang.Object
arg0 int
Результат global::java.lang.Object

getTop() публичный метод

public getTop ( ) : int
Результат int

getTopFadingEdgeStrength() защищенный метод

protected getTopFadingEdgeStrength ( ) : float
Результат float

getTopPaddingOffset() защищенный метод

protected getTopPaddingOffset ( ) : int
Результат int

getTouchDelegate() публичный метод

public getTouchDelegate ( ) : global::android.view.TouchDelegate
Результат global::android.view.TouchDelegate

getTouchables() публичный метод

public getTouchables ( ) : global::java.util.ArrayList
Результат global::java.util.ArrayList

getVerticalFadingEdgeLength() публичный метод

public getVerticalFadingEdgeLength ( ) : int
Результат int

getVerticalScrollbarWidth() публичный метод

public getVerticalScrollbarWidth ( ) : int
Результат int

getViewTreeObserver() публичный метод

public getViewTreeObserver ( ) : global::android.view.ViewTreeObserver
Результат global::android.view.ViewTreeObserver

getVisibility() публичный метод

public getVisibility ( ) : int
Результат int

getWidth() публичный метод

public getWidth ( ) : int
Результат int

getWindowAttachCount() защищенный метод

protected getWindowAttachCount ( ) : int
Результат int

getWindowToken() публичный метод

public getWindowToken ( ) : global::android.os.IBinder
Результат global::android.os.IBinder

getWindowVisibility() публичный метод

public getWindowVisibility ( ) : int
Результат int

getWindowVisibleDisplayFrame() публичный метод

public getWindowVisibleDisplayFrame ( android arg0 ) : void
arg0 android
Результат void

hasFocus() публичный метод

public hasFocus ( ) : bool
Результат bool

hasFocusable() публичный метод

public hasFocusable ( ) : bool
Результат bool

hasWindowFocus() публичный метод

public hasWindowFocus ( ) : bool
Результат bool

inflate() публичный статический метод

public static inflate ( android arg0, int arg1, android arg2 ) : global::android.view.View
arg0 android
arg1 int
arg2 android
Результат global::android.view.View

initializeFadingEdge() защищенный метод

protected initializeFadingEdge ( android arg0 ) : void
arg0 android
Результат void

initializeScrollbars() защищенный метод

protected initializeScrollbars ( android arg0 ) : void
arg0 android
Результат void

invalidate() публичный метод

public invalidate ( ) : void
Результат void

invalidate() публичный метод

public invalidate ( android arg0 ) : void
arg0 android
Результат void

invalidate() публичный метод

public invalidate ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

invalidateDrawable() публичный метод

public invalidateDrawable ( android arg0 ) : void
arg0 android
Результат void

isClickable() публичный метод

public isClickable ( ) : bool
Результат bool

isDrawingCacheEnabled() публичный метод

public isDrawingCacheEnabled ( ) : bool
Результат bool

isDuplicateParentStateEnabled() публичный метод

public isDuplicateParentStateEnabled ( ) : bool
Результат bool

isEnabled() публичный метод

public isEnabled ( ) : bool
Результат bool

isFocusable() публичный метод

public isFocusable ( ) : bool
Результат bool

isFocusableInTouchMode() публичный метод

public isFocusableInTouchMode ( ) : bool
Результат bool

isFocused() публичный метод

public isFocused ( ) : bool
Результат bool

isHapticFeedbackEnabled() публичный метод

public isHapticFeedbackEnabled ( ) : bool
Результат bool

isHorizontalFadingEdgeEnabled() публичный метод

public isHorizontalFadingEdgeEnabled ( ) : bool
Результат bool

isHorizontalScrollBarEnabled() публичный метод

public isHorizontalScrollBarEnabled ( ) : bool
Результат bool

isInEditMode() публичный метод

public isInEditMode ( ) : bool
Результат bool

isInTouchMode() публичный метод

public isInTouchMode ( ) : bool
Результат bool

isLayoutRequested() публичный метод

public isLayoutRequested ( ) : bool
Результат bool

isLongClickable() публичный метод

public isLongClickable ( ) : bool
Результат bool

isOpaque() публичный метод

public isOpaque ( ) : bool
Результат bool

isPaddingOffsetRequired() защищенный метод

protected isPaddingOffsetRequired ( ) : bool
Результат bool

isPressed() публичный метод

public isPressed ( ) : bool
Результат bool

isSaveEnabled() публичный метод

public isSaveEnabled ( ) : bool
Результат bool

isScrollbarFadingEnabled() публичный метод

public isScrollbarFadingEnabled ( ) : bool
Результат bool

isSelected() публичный метод

public isSelected ( ) : bool
Результат bool

isShown() публичный метод

public isShown ( ) : bool
Результат bool

isSoundEffectsEnabled() публичный метод

public isSoundEffectsEnabled ( ) : bool
Результат bool

isVerticalFadingEdgeEnabled() публичный метод

public isVerticalFadingEdgeEnabled ( ) : bool
Результат bool

isVerticalScrollBarEnabled() публичный метод

public isVerticalScrollBarEnabled ( ) : bool
Результат bool

layout() публичный метод

public layout ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

measure() публичный метод

public measure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

mergeDrawableStates() защищенный статический метод

protected static mergeDrawableStates ( int arg0, int arg1 ) : int[]
arg0 int
arg1 int
Результат int[]

offsetLeftAndRight() публичный метод

public offsetLeftAndRight ( int arg0 ) : void
arg0 int
Результат void

offsetTopAndBottom() публичный метод

public offsetTopAndBottom ( int arg0 ) : void
arg0 int
Результат void

onAnimationEnd() защищенный метод

protected onAnimationEnd ( ) : void
Результат void

onAnimationStart() защищенный метод

protected onAnimationStart ( ) : void
Результат void

onAttachedToWindow() защищенный метод

protected onAttachedToWindow ( ) : void
Результат void

onCheckIsTextEditor() публичный метод

public onCheckIsTextEditor ( ) : bool
Результат bool

onConfigurationChanged() защищенный метод

protected onConfigurationChanged ( android arg0 ) : void
arg0 android
Результат void

onCreateContextMenu() защищенный метод

protected onCreateContextMenu ( android arg0 ) : void
arg0 android
Результат void

onCreateDrawableState() защищенный метод

protected onCreateDrawableState ( int arg0 ) : int[]
arg0 int
Результат int[]

onCreateInputConnection() публичный метод

public onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection
arg0 android
Результат global::android.view.inputmethod.InputConnection

onDetachedFromWindow() защищенный метод

protected onDetachedFromWindow ( ) : void
Результат void

onDisplayHint() защищенный метод

protected onDisplayHint ( int arg0 ) : void
arg0 int
Результат void

onDraw() защищенный метод

protected onDraw ( android arg0 ) : void
arg0 android
Результат void

onDrawScrollBars() защищенный метод

protected onDrawScrollBars ( android arg0 ) : void
arg0 android
Результат void

onFinishInflate() защищенный метод

protected onFinishInflate ( ) : void
Результат void

onFinishTemporaryDetach() публичный метод

public onFinishTemporaryDetach ( ) : void
Результат void

onFocusChanged() защищенный метод

protected onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
arg0 bool
arg1 int
arg2 android
Результат void

onKeyDown() публичный метод

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

onKeyLongPress() публичный метод

public onKeyLongPress ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

onKeyMultiple() публичный метод

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
Результат bool

onKeyPreIme() публичный метод

public onKeyPreIme ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

onKeyShortcut() публичный метод

public onKeyShortcut ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

onKeyUp() публичный метод

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

onLayout() защищенный метод

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
Результат void

onMeasure() защищенный метод

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

onRestoreInstanceState() защищенный метод

protected onRestoreInstanceState ( android arg0 ) : void
arg0 android
Результат void

onSaveInstanceState() защищенный метод

protected onSaveInstanceState ( ) : global::android.os.Parcelable
Результат global::android.os.Parcelable

onScrollChanged() защищенный метод

protected onScrollChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

onSetAlpha() защищенный метод

protected onSetAlpha ( int arg0 ) : bool
arg0 int
Результат bool

onSizeChanged() защищенный метод

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

onStartTemporaryDetach() публичный метод

public onStartTemporaryDetach ( ) : void
Результат void

onTouchEvent() публичный метод

public onTouchEvent ( android arg0 ) : bool
arg0 android
Результат bool

onTrackballEvent() публичный метод

public onTrackballEvent ( android arg0 ) : bool
arg0 android
Результат bool

onVisibilityChanged() защищенный метод

protected onVisibilityChanged ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Результат void

onWindowFocusChanged() публичный метод

public onWindowFocusChanged ( bool arg0 ) : void
arg0 bool
Результат void

onWindowVisibilityChanged() защищенный метод

protected onWindowVisibilityChanged ( int arg0 ) : void
arg0 int
Результат void

performClick() публичный метод

public performClick ( ) : bool
Результат bool

performHapticFeedback() публичный метод

public performHapticFeedback ( int arg0 ) : bool
arg0 int
Результат bool

performHapticFeedback() публичный метод

public performHapticFeedback ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Результат bool

performLongClick() публичный метод

public performLongClick ( ) : bool
Результат bool

playSoundEffect() публичный метод

public playSoundEffect ( int arg0 ) : void
arg0 int
Результат void

post() публичный метод

public post ( global arg0 ) : bool
arg0 global
Результат bool

post() публичный метод

public post ( java arg0 ) : bool
arg0 java
Результат bool

postDelayed() публичный метод

public postDelayed ( global arg0, long arg1 ) : bool
arg0 global
arg1 long
Результат bool

postDelayed() публичный метод

public postDelayed ( java arg0, long arg1 ) : bool
arg0 java
arg1 long
Результат bool

postInvalidate() публичный метод

public postInvalidate ( ) : void
Результат void

postInvalidate() публичный метод

public postInvalidate ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

postInvalidateDelayed() публичный метод

public postInvalidateDelayed ( long arg0 ) : void
arg0 long
Результат void

postInvalidateDelayed() публичный метод

public postInvalidateDelayed ( long arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 long
arg1 int
arg2 int
arg3 int
arg4 int
Результат void

refreshDrawableState() публичный метод

public refreshDrawableState ( ) : void
Результат void

removeCallbacks() публичный метод

public removeCallbacks ( global arg0 ) : bool
arg0 global
Результат bool

removeCallbacks() публичный метод

public removeCallbacks ( java arg0 ) : bool
arg0 java
Результат bool

requestFocus() публичный метод

public requestFocus ( ) : bool
Результат bool

requestFocus() публичный метод

public requestFocus ( int arg0 ) : bool
arg0 int
Результат bool

requestFocus() публичный метод

public requestFocus ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

requestFocusFromTouch() публичный метод

public requestFocusFromTouch ( ) : bool
Результат bool

requestLayout() публичный метод

public requestLayout ( ) : void
Результат void

requestRectangleOnScreen() публичный метод

public requestRectangleOnScreen ( android arg0 ) : bool
arg0 android
Результат bool

requestRectangleOnScreen() публичный метод

public requestRectangleOnScreen ( android arg0, bool arg1 ) : bool
arg0 android
arg1 bool
Результат bool

resolveSize() публичный статический метод

public static resolveSize ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Результат int

restoreHierarchyState() публичный метод

public restoreHierarchyState ( android arg0 ) : void
arg0 android
Результат void

saveHierarchyState() публичный метод

public saveHierarchyState ( android arg0 ) : void
arg0 android
Результат void

scheduleDrawable() публичный метод

public scheduleDrawable ( android arg0, global arg1, long arg2 ) : void
arg0 android
arg1 global
arg2 long
Результат void

scheduleDrawable() публичный метод

public scheduleDrawable ( android arg0, java arg1, long arg2 ) : void
arg0 android
arg1 java
arg2 long
Результат void

scrollBy() публичный метод

public scrollBy ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

scrollTo() публичный метод

public scrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

sendAccessibilityEvent() публичный метод

public sendAccessibilityEvent ( int arg0 ) : void
arg0 int
Результат void

sendAccessibilityEventUnchecked() публичный метод

public sendAccessibilityEventUnchecked ( android arg0 ) : void
arg0 android
Результат void

setAnimation() публичный метод

public setAnimation ( android arg0 ) : void
arg0 android
Результат void

setBackgroundColor() публичный метод

public setBackgroundColor ( int arg0 ) : void
arg0 int
Результат void

setBackgroundDrawable() публичный метод

public setBackgroundDrawable ( android arg0 ) : void
arg0 android
Результат void

setBackgroundResource() публичный метод

public setBackgroundResource ( int arg0 ) : void
arg0 int
Результат void

setClickable() публичный метод

public setClickable ( bool arg0 ) : void
arg0 bool
Результат void

setContentDescription() публичный метод

public setContentDescription ( java arg0 ) : void
arg0 java
Результат void

setContentDescription() публичный метод

public setContentDescription ( string arg0 ) : void
arg0 string
Результат void

setDrawingCacheBackgroundColor() публичный метод

public setDrawingCacheBackgroundColor ( int arg0 ) : void
arg0 int
Результат void

setDrawingCacheEnabled() публичный метод

public setDrawingCacheEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setDrawingCacheQuality() публичный метод

public setDrawingCacheQuality ( int arg0 ) : void
arg0 int
Результат void

setDuplicateParentStateEnabled() публичный метод

public setDuplicateParentStateEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setEnabled() публичный метод

public setEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setFadingEdgeLength() публичный метод

public setFadingEdgeLength ( int arg0 ) : void
arg0 int
Результат void

setFocusable() публичный метод

public setFocusable ( bool arg0 ) : void
arg0 bool
Результат void

setFocusableInTouchMode() публичный метод

public setFocusableInTouchMode ( bool arg0 ) : void
arg0 bool
Результат void

setHapticFeedbackEnabled() публичный метод

public setHapticFeedbackEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setHorizontalFadingEdgeEnabled() публичный метод

public setHorizontalFadingEdgeEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setHorizontalScrollBarEnabled() публичный метод

public setHorizontalScrollBarEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setId() публичный метод

public setId ( int arg0 ) : void
arg0 int
Результат void

setKeepScreenOn() публичный метод

public setKeepScreenOn ( bool arg0 ) : void
arg0 bool
Результат void

setLayoutParams() публичный метод

public setLayoutParams ( android arg0 ) : void
arg0 android
Результат void

setLongClickable() публичный метод

public setLongClickable ( bool arg0 ) : void
arg0 bool
Результат void

setMeasuredDimension() защищенный метод

protected setMeasuredDimension ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

setMinimumHeight() публичный метод

public setMinimumHeight ( int arg0 ) : void
arg0 int
Результат void

setMinimumWidth() публичный метод

public setMinimumWidth ( int arg0 ) : void
arg0 int
Результат void

setNextFocusDownId() публичный метод

public setNextFocusDownId ( int arg0 ) : void
arg0 int
Результат void

setNextFocusLeftId() публичный метод

public setNextFocusLeftId ( int arg0 ) : void
arg0 int
Результат void

setNextFocusRightId() публичный метод

public setNextFocusRightId ( int arg0 ) : void
arg0 int
Результат void

setNextFocusUpId() публичный метод

public setNextFocusUpId ( int arg0 ) : void
arg0 int
Результат void

setOnClickListener() публичный метод

public setOnClickListener ( android arg0 ) : void
arg0 android
Результат void

setOnClickListener() публичный метод

public setOnClickListener ( global arg0 ) : void
arg0 global
Результат void

setOnCreateContextMenuListener() публичный метод

public setOnCreateContextMenuListener ( android arg0 ) : void
arg0 android
Результат void

setOnCreateContextMenuListener() публичный метод

public setOnCreateContextMenuListener ( global arg0 ) : void
arg0 global
Результат void

setOnFocusChangeListener() публичный метод

public setOnFocusChangeListener ( android arg0 ) : void
arg0 android
Результат void

setOnFocusChangeListener() публичный метод

public setOnFocusChangeListener ( global arg0 ) : void
arg0 global
Результат void

setOnKeyListener() публичный метод

public setOnKeyListener ( android arg0 ) : void
arg0 android
Результат void

setOnKeyListener() публичный метод

public setOnKeyListener ( global arg0 ) : void
arg0 global
Результат void

setOnLongClickListener() публичный метод

public setOnLongClickListener ( android arg0 ) : void
arg0 android
Результат void

setOnLongClickListener() публичный метод

public setOnLongClickListener ( global arg0 ) : void
arg0 global
Результат void

setOnTouchListener() публичный метод

public setOnTouchListener ( android arg0 ) : void
arg0 android
Результат void

setOnTouchListener() публичный метод

public setOnTouchListener ( global arg0 ) : void
arg0 global
Результат void

setPadding() публичный метод

public setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

setPressed() публичный метод

public setPressed ( bool arg0 ) : void
arg0 bool
Результат void

setSaveEnabled() публичный метод

public setSaveEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setScrollBarStyle() публичный метод

public setScrollBarStyle ( int arg0 ) : void
arg0 int
Результат void

setScrollContainer() публичный метод

public setScrollContainer ( bool arg0 ) : void
arg0 bool
Результат void

setScrollbarFadingEnabled() публичный метод

public setScrollbarFadingEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setSelected() публичный метод

public setSelected ( bool arg0 ) : void
arg0 bool
Результат void

setSoundEffectsEnabled() публичный метод

public setSoundEffectsEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setTag() публичный метод

public setTag ( int arg0, java arg1 ) : void
arg0 int
arg1 java
Результат void

setTag() публичный метод

public setTag ( java arg0 ) : void
arg0 java
Результат void

setTouchDelegate() публичный метод

public setTouchDelegate ( android arg0 ) : void
arg0 android
Результат void

setVerticalFadingEdgeEnabled() публичный метод

public setVerticalFadingEdgeEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setVerticalScrollBarEnabled() публичный метод

public setVerticalScrollBarEnabled ( bool arg0 ) : void
arg0 bool
Результат void

setVisibility() публичный метод

public setVisibility ( int arg0 ) : void
arg0 int
Результат void

setWillNotCacheDrawing() публичный метод

public setWillNotCacheDrawing ( bool arg0 ) : void
arg0 bool
Результат void

setWillNotDraw() публичный метод

public setWillNotDraw ( bool arg0 ) : void
arg0 bool
Результат void

showContextMenu() публичный метод

public showContextMenu ( ) : bool
Результат bool

startAnimation() публичный метод

public startAnimation ( android arg0 ) : void
arg0 android
Результат void

unscheduleDrawable() публичный метод

public unscheduleDrawable ( android arg0 ) : void
arg0 android
Результат void

unscheduleDrawable() публичный метод

public unscheduleDrawable ( android arg0, global arg1 ) : void
arg0 android
arg1 global
Результат void

unscheduleDrawable() публичный метод

public unscheduleDrawable ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Результат void

verifyDrawable() защищенный метод

protected verifyDrawable ( android arg0 ) : bool
arg0 android
Результат bool

willNotCacheDrawing() публичный метод

public willNotCacheDrawing ( ) : bool
Результат bool

willNotDraw() публичный метод

public willNotDraw ( ) : bool
Результат bool