Added Methods
|
WindowInsets computeSystemWindowInsets (WindowInsets, Rect)
|
|
boolean dispatchNestedFling (float, float, boolean)
|
|
boolean dispatchNestedPreFling (float, float)
|
|
boolean dispatchNestedPreScroll (int, int, int[], int[])
|
|
boolean dispatchNestedScroll (int, int, int, int, int[])
|
|
void drawableHotspotChanged (float, float)
|
|
ColorStateList getBackgroundTintList ()
|
|
Mode getBackgroundTintMode ()
|
|
boolean getClipToOutline ()
|
|
float getElevation ()
|
|
ViewOutlineProvider getOutlineProvider ()
|
|
StateListAnimator getStateListAnimator ()
|
|
String getTransitionName ()
|
|
float getTranslationZ ()
|
|
float getZ ()
|
|
boolean hasNestedScrollingParent ()
|
|
void invalidateOutline ()
|
|
boolean isAccessibilityFocused ()
|
|
boolean isImportantForAccessibility ()
|
|
boolean isNestedScrollingEnabled ()
|
|
void requestUnbufferedDispatch (MotionEvent )
|
|
void setBackgroundTintList (ColorStateList )
|
|
void setBackgroundTintMode (Mode )
|
|
void setClipToOutline (boolean )
|
|
void setElevation (float )
|
|
void setNestedScrollingEnabled (boolean )
|
|
void setOutlineProvider (ViewOutlineProvider )
|
|
void setStateListAnimator (StateListAnimator )
|
|
void setTransitionName (String )
|
|
void setTranslationZ (float )
|
|
void setZ (float )
|
|
boolean startNestedScroll (int )
|
|
void stopNestedScroll ()
|
|