C# Class android.view.View

Inheritance: java.lang.Object, android.graphics.drawable.Drawable.Callback, android.view.KeyEvent.Callback, android.view.accessibility.AccessibilityEventSource
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
View ( )

Method Details

View() public méthode

public View ( android arg0 )
arg0 android

View() public méthode

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

View() public méthode

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

View() protected méthode

protected View ( global @__env )
@__env global

addFocusables() public méthode

public addFocusables ( java arg0, int arg1 ) : void
arg0 java
arg1 int
Résultat void

addFocusables() public méthode

public addFocusables ( java arg0, int arg1, int arg2 ) : void
arg0 java
arg1 int
arg2 int
Résultat void

addTouchables() public méthode

public addTouchables ( java arg0 ) : void
arg0 java
Résultat void

awakenScrollBars() protected méthode

protected awakenScrollBars ( ) : bool
Résultat bool

awakenScrollBars() protected méthode

protected awakenScrollBars ( int arg0 ) : bool
arg0 int
Résultat bool

awakenScrollBars() protected méthode

protected awakenScrollBars ( int arg0, bool arg1 ) : bool
arg0 int
arg1 bool
Résultat bool

bringToFront() public méthode

public bringToFront ( ) : void
Résultat void

buildDrawingCache() public méthode

public buildDrawingCache ( ) : void
Résultat void

buildDrawingCache() public méthode

public buildDrawingCache ( bool arg0 ) : void
arg0 bool
Résultat void

cancelLongPress() public méthode

public cancelLongPress ( ) : void
Résultat void

checkInputConnectionProxy() public méthode

public checkInputConnectionProxy ( android arg0 ) : bool
arg0 android
Résultat bool

clearAnimation() public méthode

public clearAnimation ( ) : void
Résultat void

clearFocus() public méthode

public clearFocus ( ) : void
Résultat void

computeHorizontalScrollExtent() protected méthode

protected computeHorizontalScrollExtent ( ) : int
Résultat int

computeHorizontalScrollOffset() protected méthode

protected computeHorizontalScrollOffset ( ) : int
Résultat int

computeHorizontalScrollRange() protected méthode

protected computeHorizontalScrollRange ( ) : int
Résultat int

computeScroll() public méthode

public computeScroll ( ) : void
Résultat void

computeVerticalScrollExtent() protected méthode

protected computeVerticalScrollExtent ( ) : int
Résultat int

computeVerticalScrollOffset() protected méthode

protected computeVerticalScrollOffset ( ) : int
Résultat int

computeVerticalScrollRange() protected méthode

protected computeVerticalScrollRange ( ) : int
Résultat int

createContextMenu() public méthode

public createContextMenu ( android arg0 ) : void
arg0 android
Résultat void

destroyDrawingCache() public méthode

public destroyDrawingCache ( ) : void
Résultat void

dispatchConfigurationChanged() public méthode

public dispatchConfigurationChanged ( android arg0 ) : void
arg0 android
Résultat void

dispatchDisplayHint() public méthode

public dispatchDisplayHint ( int arg0 ) : void
arg0 int
Résultat void

dispatchDraw() protected méthode

protected dispatchDraw ( android arg0 ) : void
arg0 android
Résultat void

dispatchKeyEvent() public méthode

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
Résultat bool

dispatchKeyEventPreIme() public méthode

public dispatchKeyEventPreIme ( android arg0 ) : bool
arg0 android
Résultat bool

dispatchKeyShortcutEvent() public méthode

public dispatchKeyShortcutEvent ( android arg0 ) : bool
arg0 android
Résultat bool

dispatchPopulateAccessibilityEvent() public méthode

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
Résultat bool

dispatchRestoreInstanceState() protected méthode

protected dispatchRestoreInstanceState ( android arg0 ) : void
arg0 android
Résultat void

dispatchSaveInstanceState() protected méthode

protected dispatchSaveInstanceState ( android arg0 ) : void
arg0 android
Résultat void

dispatchSetPressed() protected méthode

protected dispatchSetPressed ( bool arg0 ) : void
arg0 bool
Résultat void

dispatchSetSelected() protected méthode

protected dispatchSetSelected ( bool arg0 ) : void
arg0 bool
Résultat void

dispatchTouchEvent() public méthode

public dispatchTouchEvent ( android arg0 ) : bool
arg0 android
Résultat bool

dispatchTrackballEvent() public méthode

public dispatchTrackballEvent ( android arg0 ) : bool
arg0 android
Résultat bool

dispatchUnhandledMove() public méthode

public dispatchUnhandledMove ( android arg0, int arg1 ) : bool
arg0 android
arg1 int
Résultat bool

dispatchVisibilityChanged() protected méthode

protected dispatchVisibilityChanged ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void

dispatchWindowFocusChanged() public méthode

public dispatchWindowFocusChanged ( bool arg0 ) : void
arg0 bool
Résultat void

dispatchWindowVisibilityChanged() public méthode

public dispatchWindowVisibilityChanged ( int arg0 ) : void
arg0 int
Résultat void

draw() public méthode

public draw ( android arg0 ) : void
arg0 android
Résultat void

drawableStateChanged() protected méthode

protected drawableStateChanged ( ) : void
Résultat void

findFocus() public méthode

public findFocus ( ) : global::android.view.View
Résultat global::android.view.View

findViewById() public méthode

public findViewById ( int arg0 ) : global::android.view.View
arg0 int
Résultat global::android.view.View

findViewWithTag() public méthode

public findViewWithTag ( java arg0 ) : global::android.view.View
arg0 java
Résultat global::android.view.View

fitSystemWindows() protected méthode

protected fitSystemWindows ( android arg0 ) : bool
arg0 android
Résultat bool

focusSearch() public méthode

public focusSearch ( int arg0 ) : global::android.view.View
arg0 int
Résultat global::android.view.View

forceLayout() public méthode

public forceLayout ( ) : void
Résultat void

getAnimation() public méthode

public getAnimation ( ) : global::android.view.animation.Animation
Résultat global::android.view.animation.Animation

getApplicationWindowToken() public méthode

public getApplicationWindowToken ( ) : global::android.os.IBinder
Résultat global::android.os.IBinder

getBackground() public méthode

public getBackground ( ) : global::android.graphics.drawable.Drawable
Résultat global::android.graphics.drawable.Drawable

getBaseline() public méthode

public getBaseline ( ) : int
Résultat int

getBottom() public méthode

public getBottom ( ) : int
Résultat int

getBottomFadingEdgeStrength() protected méthode

protected getBottomFadingEdgeStrength ( ) : float
Résultat float

getBottomPaddingOffset() protected méthode

protected getBottomPaddingOffset ( ) : int
Résultat int

getContentDescription() public méthode

public getContentDescription ( ) : global::java.lang.CharSequence
Résultat global::java.lang.CharSequence

getContext() public méthode

public getContext ( ) : global::android.content.Context
Résultat global::android.content.Context

getContextMenuInfo() protected méthode

protected getContextMenuInfo ( ) : global::android.view.ContextMenu_ContextMenuInfo
Résultat global::android.view.ContextMenu_ContextMenuInfo

getDefaultSize() public static méthode

public static getDefaultSize ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Résultat int

getDrawableState() public méthode

public getDrawableState ( ) : int[]
Résultat int[]

getDrawingCache() public méthode

public getDrawingCache ( ) : global::android.graphics.Bitmap
Résultat global::android.graphics.Bitmap

getDrawingCache() public méthode

public getDrawingCache ( bool arg0 ) : global::android.graphics.Bitmap
arg0 bool
Résultat global::android.graphics.Bitmap

getDrawingCacheBackgroundColor() public méthode

public getDrawingCacheBackgroundColor ( ) : int
Résultat int

getDrawingCacheQuality() public méthode

public getDrawingCacheQuality ( ) : int
Résultat int

getDrawingRect() public méthode

public getDrawingRect ( android arg0 ) : void
arg0 android
Résultat void

getDrawingTime() public méthode

public getDrawingTime ( ) : long
Résultat long

getFocusables() public méthode

public getFocusables ( int arg0 ) : global::java.util.ArrayList
arg0 int
Résultat global::java.util.ArrayList

getFocusedRect() public méthode

public getFocusedRect ( android arg0 ) : void
arg0 android
Résultat void

getGlobalVisibleRect() public méthode

public getGlobalVisibleRect ( android arg0 ) : bool
arg0 android
Résultat bool

getGlobalVisibleRect() public méthode

public getGlobalVisibleRect ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Résultat bool

getHandler() public méthode

public getHandler ( ) : global::android.os.Handler
Résultat global::android.os.Handler

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getHitRect() public méthode

public getHitRect ( android arg0 ) : void
arg0 android
Résultat void

getHorizontalFadingEdgeLength() public méthode

public getHorizontalFadingEdgeLength ( ) : int
Résultat int

getHorizontalScrollbarHeight() protected méthode

protected getHorizontalScrollbarHeight ( ) : int
Résultat int

getId() public méthode

public getId ( ) : int
Résultat int

getKeepScreenOn() public méthode

public getKeepScreenOn ( ) : bool
Résultat bool

getKeyDispatcherState() public méthode

public getKeyDispatcherState ( ) : global::android.view.KeyEvent.DispatcherState
Résultat global::android.view.KeyEvent.DispatcherState

getLayoutParams() public méthode

public getLayoutParams ( ) : global::android.view.ViewGroup.LayoutParams
Résultat global::android.view.ViewGroup.LayoutParams

getLeft() public méthode

public getLeft ( ) : int
Résultat int

getLeftFadingEdgeStrength() protected méthode

protected getLeftFadingEdgeStrength ( ) : float
Résultat float

getLeftPaddingOffset() protected méthode

protected getLeftPaddingOffset ( ) : int
Résultat int

getLocalVisibleRect() public méthode

public getLocalVisibleRect ( android arg0 ) : bool
arg0 android
Résultat bool

getLocationInWindow() public méthode

public getLocationInWindow ( int arg0 ) : void
arg0 int
Résultat void

getLocationOnScreen() public méthode

public getLocationOnScreen ( int arg0 ) : void
arg0 int
Résultat void

getMeasuredHeight() public méthode

public getMeasuredHeight ( ) : int
Résultat int

getMeasuredWidth() public méthode

public getMeasuredWidth ( ) : int
Résultat int

getNextFocusDownId() public méthode

public getNextFocusDownId ( ) : int
Résultat int

getNextFocusLeftId() public méthode

public getNextFocusLeftId ( ) : int
Résultat int

getNextFocusRightId() public méthode

public getNextFocusRightId ( ) : int
Résultat int

getNextFocusUpId() public méthode

public getNextFocusUpId ( ) : int
Résultat int

getOnFocusChangeListener() public méthode

public getOnFocusChangeListener ( ) : global::android.view.View.OnFocusChangeListener
Résultat global::android.view.View.OnFocusChangeListener

getPaddingBottom() public méthode

public getPaddingBottom ( ) : int
Résultat int

getPaddingLeft() public méthode

public getPaddingLeft ( ) : int
Résultat int

getPaddingRight() public méthode

public getPaddingRight ( ) : int
Résultat int

getPaddingTop() public méthode

public getPaddingTop ( ) : int
Résultat int

getParent() public méthode

public getParent ( ) : global::android.view.ViewParent
Résultat global::android.view.ViewParent

getResources() public méthode

public getResources ( ) : global::android.content.res.Resources
Résultat global::android.content.res.Resources

getRight() public méthode

public getRight ( ) : int
Résultat int

getRightFadingEdgeStrength() protected méthode

protected getRightFadingEdgeStrength ( ) : float
Résultat float

getRightPaddingOffset() protected méthode

protected getRightPaddingOffset ( ) : int
Résultat int

getRootView() public méthode

public getRootView ( ) : global::android.view.View
Résultat global::android.view.View

getScrollBarStyle() public méthode

public getScrollBarStyle ( ) : int
Résultat int

getScrollX() public méthode

public getScrollX ( ) : int
Résultat int

getScrollY() public méthode

public getScrollY ( ) : int
Résultat int

getSolidColor() public méthode

public getSolidColor ( ) : int
Résultat int

getSuggestedMinimumHeight() protected méthode

protected getSuggestedMinimumHeight ( ) : int
Résultat int

getSuggestedMinimumWidth() protected méthode

protected getSuggestedMinimumWidth ( ) : int
Résultat int

getTag() public méthode

public getTag ( ) : global::java.lang.Object
Résultat global::java.lang.Object

getTag() public méthode

public getTag ( int arg0 ) : global::java.lang.Object
arg0 int
Résultat global::java.lang.Object

getTop() public méthode

public getTop ( ) : int
Résultat int

getTopFadingEdgeStrength() protected méthode

protected getTopFadingEdgeStrength ( ) : float
Résultat float

getTopPaddingOffset() protected méthode

protected getTopPaddingOffset ( ) : int
Résultat int

getTouchDelegate() public méthode

public getTouchDelegate ( ) : global::android.view.TouchDelegate
Résultat global::android.view.TouchDelegate

getTouchables() public méthode

public getTouchables ( ) : global::java.util.ArrayList
Résultat global::java.util.ArrayList

getVerticalFadingEdgeLength() public méthode

public getVerticalFadingEdgeLength ( ) : int
Résultat int

getVerticalScrollbarWidth() public méthode

public getVerticalScrollbarWidth ( ) : int
Résultat int

getViewTreeObserver() public méthode

public getViewTreeObserver ( ) : global::android.view.ViewTreeObserver
Résultat global::android.view.ViewTreeObserver

getVisibility() public méthode

public getVisibility ( ) : int
Résultat int

getWidth() public méthode

public getWidth ( ) : int
Résultat int

getWindowAttachCount() protected méthode

protected getWindowAttachCount ( ) : int
Résultat int

getWindowToken() public méthode

public getWindowToken ( ) : global::android.os.IBinder
Résultat global::android.os.IBinder

getWindowVisibility() public méthode

public getWindowVisibility ( ) : int
Résultat int

getWindowVisibleDisplayFrame() public méthode

public getWindowVisibleDisplayFrame ( android arg0 ) : void
arg0 android
Résultat void

hasFocus() public méthode

public hasFocus ( ) : bool
Résultat bool

hasFocusable() public méthode

public hasFocusable ( ) : bool
Résultat bool

hasWindowFocus() public méthode

public hasWindowFocus ( ) : bool
Résultat bool

inflate() public static méthode

public static inflate ( android arg0, int arg1, android arg2 ) : global::android.view.View
arg0 android
arg1 int
arg2 android
Résultat global::android.view.View

initializeFadingEdge() protected méthode

protected initializeFadingEdge ( android arg0 ) : void
arg0 android
Résultat void

initializeScrollbars() protected méthode

protected initializeScrollbars ( android arg0 ) : void
arg0 android
Résultat void

invalidate() public méthode

public invalidate ( ) : void
Résultat void

invalidate() public méthode

public invalidate ( android arg0 ) : void
arg0 android
Résultat void

invalidate() public méthode

public invalidate ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

invalidateDrawable() public méthode

public invalidateDrawable ( android arg0 ) : void
arg0 android
Résultat void

isClickable() public méthode

public isClickable ( ) : bool
Résultat bool

isDrawingCacheEnabled() public méthode

public isDrawingCacheEnabled ( ) : bool
Résultat bool

isDuplicateParentStateEnabled() public méthode

public isDuplicateParentStateEnabled ( ) : bool
Résultat bool

isEnabled() public méthode

public isEnabled ( ) : bool
Résultat bool

isFocusable() public méthode

public isFocusable ( ) : bool
Résultat bool

isFocusableInTouchMode() public méthode

public isFocusableInTouchMode ( ) : bool
Résultat bool

isFocused() public méthode

public isFocused ( ) : bool
Résultat bool

isHapticFeedbackEnabled() public méthode

public isHapticFeedbackEnabled ( ) : bool
Résultat bool

isHorizontalFadingEdgeEnabled() public méthode

public isHorizontalFadingEdgeEnabled ( ) : bool
Résultat bool

isHorizontalScrollBarEnabled() public méthode

public isHorizontalScrollBarEnabled ( ) : bool
Résultat bool

isInEditMode() public méthode

public isInEditMode ( ) : bool
Résultat bool

isInTouchMode() public méthode

public isInTouchMode ( ) : bool
Résultat bool

isLayoutRequested() public méthode

public isLayoutRequested ( ) : bool
Résultat bool

isLongClickable() public méthode

public isLongClickable ( ) : bool
Résultat bool

isOpaque() public méthode

public isOpaque ( ) : bool
Résultat bool

isPaddingOffsetRequired() protected méthode

protected isPaddingOffsetRequired ( ) : bool
Résultat bool

isPressed() public méthode

public isPressed ( ) : bool
Résultat bool

isSaveEnabled() public méthode

public isSaveEnabled ( ) : bool
Résultat bool

isScrollbarFadingEnabled() public méthode

public isScrollbarFadingEnabled ( ) : bool
Résultat bool

isSelected() public méthode

public isSelected ( ) : bool
Résultat bool

isShown() public méthode

public isShown ( ) : bool
Résultat bool

isSoundEffectsEnabled() public méthode

public isSoundEffectsEnabled ( ) : bool
Résultat bool

isVerticalFadingEdgeEnabled() public méthode

public isVerticalFadingEdgeEnabled ( ) : bool
Résultat bool

isVerticalScrollBarEnabled() public méthode

public isVerticalScrollBarEnabled ( ) : bool
Résultat bool

layout() public méthode

public layout ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

measure() public méthode

public measure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

mergeDrawableStates() protected static méthode

protected static mergeDrawableStates ( int arg0, int arg1 ) : int[]
arg0 int
arg1 int
Résultat int[]

offsetLeftAndRight() public méthode

public offsetLeftAndRight ( int arg0 ) : void
arg0 int
Résultat void

offsetTopAndBottom() public méthode

public offsetTopAndBottom ( int arg0 ) : void
arg0 int
Résultat void

onAnimationEnd() protected méthode

protected onAnimationEnd ( ) : void
Résultat void

onAnimationStart() protected méthode

protected onAnimationStart ( ) : void
Résultat void

onAttachedToWindow() protected méthode

protected onAttachedToWindow ( ) : void
Résultat void

onCheckIsTextEditor() public méthode

public onCheckIsTextEditor ( ) : bool
Résultat bool

onConfigurationChanged() protected méthode

protected onConfigurationChanged ( android arg0 ) : void
arg0 android
Résultat void

onCreateContextMenu() protected méthode

protected onCreateContextMenu ( android arg0 ) : void
arg0 android
Résultat void

onCreateDrawableState() protected méthode

protected onCreateDrawableState ( int arg0 ) : int[]
arg0 int
Résultat int[]

onCreateInputConnection() public méthode

public onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection
arg0 android
Résultat global::android.view.inputmethod.InputConnection

onDetachedFromWindow() protected méthode

protected onDetachedFromWindow ( ) : void
Résultat void

onDisplayHint() protected méthode

protected onDisplayHint ( int arg0 ) : void
arg0 int
Résultat void

onDraw() protected méthode

protected onDraw ( android arg0 ) : void
arg0 android
Résultat void

onDrawScrollBars() protected méthode

protected onDrawScrollBars ( android arg0 ) : void
arg0 android
Résultat void

onFinishInflate() protected méthode

protected onFinishInflate ( ) : void
Résultat void

onFinishTemporaryDetach() public méthode

public onFinishTemporaryDetach ( ) : void
Résultat void

onFocusChanged() protected méthode

protected onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
arg0 bool
arg1 int
arg2 android
Résultat void

onKeyDown() public méthode

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onKeyLongPress() public méthode

public onKeyLongPress ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onKeyMultiple() public méthode

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
Résultat bool

onKeyPreIme() public méthode

public onKeyPreIme ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onKeyShortcut() public méthode

public onKeyShortcut ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onKeyUp() public méthode

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onLayout() protected méthode

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void

onMeasure() protected méthode

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

onRestoreInstanceState() protected méthode

protected onRestoreInstanceState ( android arg0 ) : void
arg0 android
Résultat void

onSaveInstanceState() protected méthode

protected onSaveInstanceState ( ) : global::android.os.Parcelable
Résultat global::android.os.Parcelable

onScrollChanged() protected méthode

protected onScrollChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

onSetAlpha() protected méthode

protected onSetAlpha ( int arg0 ) : bool
arg0 int
Résultat bool

onSizeChanged() protected méthode

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

onStartTemporaryDetach() public méthode

public onStartTemporaryDetach ( ) : void
Résultat void

onTouchEvent() public méthode

public onTouchEvent ( android arg0 ) : bool
arg0 android
Résultat bool

onTrackballEvent() public méthode

public onTrackballEvent ( android arg0 ) : bool
arg0 android
Résultat bool

onVisibilityChanged() protected méthode

protected onVisibilityChanged ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void

onWindowFocusChanged() public méthode

public onWindowFocusChanged ( bool arg0 ) : void
arg0 bool
Résultat void

onWindowVisibilityChanged() protected méthode

protected onWindowVisibilityChanged ( int arg0 ) : void
arg0 int
Résultat void

performClick() public méthode

public performClick ( ) : bool
Résultat bool

performHapticFeedback() public méthode

public performHapticFeedback ( int arg0 ) : bool
arg0 int
Résultat bool

performHapticFeedback() public méthode

public performHapticFeedback ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Résultat bool

performLongClick() public méthode

public performLongClick ( ) : bool
Résultat bool

playSoundEffect() public méthode

public playSoundEffect ( int arg0 ) : void
arg0 int
Résultat void

post() public méthode

public post ( global arg0 ) : bool
arg0 global
Résultat bool

post() public méthode

public post ( java arg0 ) : bool
arg0 java
Résultat bool

postDelayed() public méthode

public postDelayed ( global arg0, long arg1 ) : bool
arg0 global
arg1 long
Résultat bool

postDelayed() public méthode

public postDelayed ( java arg0, long arg1 ) : bool
arg0 java
arg1 long
Résultat bool

postInvalidate() public méthode

public postInvalidate ( ) : void
Résultat void

postInvalidate() public méthode

public postInvalidate ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

postInvalidateDelayed() public méthode

public postInvalidateDelayed ( long arg0 ) : void
arg0 long
Résultat void

postInvalidateDelayed() public méthode

public postInvalidateDelayed ( long arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 long
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void

refreshDrawableState() public méthode

public refreshDrawableState ( ) : void
Résultat void

removeCallbacks() public méthode

public removeCallbacks ( global arg0 ) : bool
arg0 global
Résultat bool

removeCallbacks() public méthode

public removeCallbacks ( java arg0 ) : bool
arg0 java
Résultat bool

requestFocus() public méthode

public requestFocus ( ) : bool
Résultat bool

requestFocus() public méthode

public requestFocus ( int arg0 ) : bool
arg0 int
Résultat bool

requestFocus() public méthode

public requestFocus ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

requestFocusFromTouch() public méthode

public requestFocusFromTouch ( ) : bool
Résultat bool

requestLayout() public méthode

public requestLayout ( ) : void
Résultat void

requestRectangleOnScreen() public méthode

public requestRectangleOnScreen ( android arg0 ) : bool
arg0 android
Résultat bool

requestRectangleOnScreen() public méthode

public requestRectangleOnScreen ( android arg0, bool arg1 ) : bool
arg0 android
arg1 bool
Résultat bool

resolveSize() public static méthode

public static resolveSize ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Résultat int

restoreHierarchyState() public méthode

public restoreHierarchyState ( android arg0 ) : void
arg0 android
Résultat void

saveHierarchyState() public méthode

public saveHierarchyState ( android arg0 ) : void
arg0 android
Résultat void

scheduleDrawable() public méthode

public scheduleDrawable ( android arg0, global arg1, long arg2 ) : void
arg0 android
arg1 global
arg2 long
Résultat void

scheduleDrawable() public méthode

public scheduleDrawable ( android arg0, java arg1, long arg2 ) : void
arg0 android
arg1 java
arg2 long
Résultat void

scrollBy() public méthode

public scrollBy ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

scrollTo() public méthode

public scrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

sendAccessibilityEvent() public méthode

public sendAccessibilityEvent ( int arg0 ) : void
arg0 int
Résultat void

sendAccessibilityEventUnchecked() public méthode

public sendAccessibilityEventUnchecked ( android arg0 ) : void
arg0 android
Résultat void

setAnimation() public méthode

public setAnimation ( android arg0 ) : void
arg0 android
Résultat void

setBackgroundColor() public méthode

public setBackgroundColor ( int arg0 ) : void
arg0 int
Résultat void

setBackgroundDrawable() public méthode

public setBackgroundDrawable ( android arg0 ) : void
arg0 android
Résultat void

setBackgroundResource() public méthode

public setBackgroundResource ( int arg0 ) : void
arg0 int
Résultat void

setClickable() public méthode

public setClickable ( bool arg0 ) : void
arg0 bool
Résultat void

setContentDescription() public méthode

public setContentDescription ( java arg0 ) : void
arg0 java
Résultat void

setContentDescription() public méthode

public setContentDescription ( string arg0 ) : void
arg0 string
Résultat void

setDrawingCacheBackgroundColor() public méthode

public setDrawingCacheBackgroundColor ( int arg0 ) : void
arg0 int
Résultat void

setDrawingCacheEnabled() public méthode

public setDrawingCacheEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setDrawingCacheQuality() public méthode

public setDrawingCacheQuality ( int arg0 ) : void
arg0 int
Résultat void

setDuplicateParentStateEnabled() public méthode

public setDuplicateParentStateEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setEnabled() public méthode

public setEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setFadingEdgeLength() public méthode

public setFadingEdgeLength ( int arg0 ) : void
arg0 int
Résultat void

setFocusable() public méthode

public setFocusable ( bool arg0 ) : void
arg0 bool
Résultat void

setFocusableInTouchMode() public méthode

public setFocusableInTouchMode ( bool arg0 ) : void
arg0 bool
Résultat void

setHapticFeedbackEnabled() public méthode

public setHapticFeedbackEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setHorizontalFadingEdgeEnabled() public méthode

public setHorizontalFadingEdgeEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setHorizontalScrollBarEnabled() public méthode

public setHorizontalScrollBarEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setId() public méthode

public setId ( int arg0 ) : void
arg0 int
Résultat void

setKeepScreenOn() public méthode

public setKeepScreenOn ( bool arg0 ) : void
arg0 bool
Résultat void

setLayoutParams() public méthode

public setLayoutParams ( android arg0 ) : void
arg0 android
Résultat void

setLongClickable() public méthode

public setLongClickable ( bool arg0 ) : void
arg0 bool
Résultat void

setMeasuredDimension() protected méthode

protected setMeasuredDimension ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setMinimumHeight() public méthode

public setMinimumHeight ( int arg0 ) : void
arg0 int
Résultat void

setMinimumWidth() public méthode

public setMinimumWidth ( int arg0 ) : void
arg0 int
Résultat void

setNextFocusDownId() public méthode

public setNextFocusDownId ( int arg0 ) : void
arg0 int
Résultat void

setNextFocusLeftId() public méthode

public setNextFocusLeftId ( int arg0 ) : void
arg0 int
Résultat void

setNextFocusRightId() public méthode

public setNextFocusRightId ( int arg0 ) : void
arg0 int
Résultat void

setNextFocusUpId() public méthode

public setNextFocusUpId ( int arg0 ) : void
arg0 int
Résultat void

setOnClickListener() public méthode

public setOnClickListener ( android arg0 ) : void
arg0 android
Résultat void

setOnClickListener() public méthode

public setOnClickListener ( global arg0 ) : void
arg0 global
Résultat void

setOnCreateContextMenuListener() public méthode

public setOnCreateContextMenuListener ( android arg0 ) : void
arg0 android
Résultat void

setOnCreateContextMenuListener() public méthode

public setOnCreateContextMenuListener ( global arg0 ) : void
arg0 global
Résultat void

setOnFocusChangeListener() public méthode

public setOnFocusChangeListener ( android arg0 ) : void
arg0 android
Résultat void

setOnFocusChangeListener() public méthode

public setOnFocusChangeListener ( global arg0 ) : void
arg0 global
Résultat void

setOnKeyListener() public méthode

public setOnKeyListener ( android arg0 ) : void
arg0 android
Résultat void

setOnKeyListener() public méthode

public setOnKeyListener ( global arg0 ) : void
arg0 global
Résultat void

setOnLongClickListener() public méthode

public setOnLongClickListener ( android arg0 ) : void
arg0 android
Résultat void

setOnLongClickListener() public méthode

public setOnLongClickListener ( global arg0 ) : void
arg0 global
Résultat void

setOnTouchListener() public méthode

public setOnTouchListener ( android arg0 ) : void
arg0 android
Résultat void

setOnTouchListener() public méthode

public setOnTouchListener ( global arg0 ) : void
arg0 global
Résultat void

setPadding() public méthode

public setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

setPressed() public méthode

public setPressed ( bool arg0 ) : void
arg0 bool
Résultat void

setSaveEnabled() public méthode

public setSaveEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setScrollBarStyle() public méthode

public setScrollBarStyle ( int arg0 ) : void
arg0 int
Résultat void

setScrollContainer() public méthode

public setScrollContainer ( bool arg0 ) : void
arg0 bool
Résultat void

setScrollbarFadingEnabled() public méthode

public setScrollbarFadingEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setSelected() public méthode

public setSelected ( bool arg0 ) : void
arg0 bool
Résultat void

setSoundEffectsEnabled() public méthode

public setSoundEffectsEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setTag() public méthode

public setTag ( int arg0, java arg1 ) : void
arg0 int
arg1 java
Résultat void

setTag() public méthode

public setTag ( java arg0 ) : void
arg0 java
Résultat void

setTouchDelegate() public méthode

public setTouchDelegate ( android arg0 ) : void
arg0 android
Résultat void

setVerticalFadingEdgeEnabled() public méthode

public setVerticalFadingEdgeEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setVerticalScrollBarEnabled() public méthode

public setVerticalScrollBarEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setVisibility() public méthode

public setVisibility ( int arg0 ) : void
arg0 int
Résultat void

setWillNotCacheDrawing() public méthode

public setWillNotCacheDrawing ( bool arg0 ) : void
arg0 bool
Résultat void

setWillNotDraw() public méthode

public setWillNotDraw ( bool arg0 ) : void
arg0 bool
Résultat void

showContextMenu() public méthode

public showContextMenu ( ) : bool
Résultat bool

startAnimation() public méthode

public startAnimation ( android arg0 ) : void
arg0 android
Résultat void

unscheduleDrawable() public méthode

public unscheduleDrawable ( android arg0 ) : void
arg0 android
Résultat void

unscheduleDrawable() public méthode

public unscheduleDrawable ( android arg0, global arg1 ) : void
arg0 android
arg1 global
Résultat void

unscheduleDrawable() public méthode

public unscheduleDrawable ( android arg0, java arg1 ) : void
arg0 android
arg1 java
Résultat void

verifyDrawable() protected méthode

protected verifyDrawable ( android arg0 ) : bool
arg0 android
Résultat bool

willNotCacheDrawing() public méthode

public willNotCacheDrawing ( ) : bool
Résultat bool

willNotDraw() public méthode

public willNotDraw ( ) : bool
Résultat bool