Class android.view.View
Added Methods | |
---|---|
void addOnUnhandledKeyEventListener (OnUnhandledKeyEventListener )
|
|
CharSequence getAccessibilityPaneTitle ()
|
|
int getOutlineAmbientShadowColor ()
|
|
int getOutlineSpotShadowColor ()
|
|
boolean isAccessibilityHeading ()
|
|
boolean isPivotSet ()
|
|
boolean isScreenReaderFocusable ()
|
|
boolean isVisibleToUserForAutofill (int )
|
|
void removeOnUnhandledKeyEventListener (OnUnhandledKeyEventListener )
|
|
T requireViewById (int )
|
|
void resetPivot ()
|
|
void setAccessibilityHeading (boolean )
|
|
void setAccessibilityPaneTitle (CharSequence )
|
|
void setAutofillId (AutofillId )
|
|
void setOutlineAmbientShadowColor (int )
|
|
void setOutlineSpotShadowColor (int )
|
|
void setScreenReaderFocusable (boolean )
|
Changed Methods | ||
---|---|---|
void destroyDrawingCache ()
|
Now deprecated. |
|
int getDrawingCacheBackgroundColor ()
|
Now deprecated. |
|
int getDrawingCacheQuality ()
|
Now deprecated. |
|
boolean isDrawingCacheEnabled ()
|
Now deprecated. |
|
void setDrawingCacheBackgroundColor (int )
|
Now deprecated. |
|
void setDrawingCacheEnabled (boolean )
|
Now deprecated. |
|
void setDrawingCacheQuality (int )
|
Now deprecated. |
|
void setWillNotCacheDrawing (boolean )
|
Now deprecated. |
|
boolean willNotCacheDrawing ()
|
Now deprecated. |
|
void buildDrawingCache ()
|
Now deprecated. |
|
void buildDrawingCache (boolean )
|
Now deprecated. |
|
Bitmap getDrawingCache ()
|
Now deprecated. |
|
Bitmap getDrawingCache (boolean )
|
Now deprecated. |
|
void invalidate (Rect )
|
Now deprecated. |
|
void invalidate (int, int, int, int )
|
Now deprecated. |
Changed Fields | ||
---|---|---|
int DRAWING_CACHE_QUALITY_AUTO |
Now deprecated. |
|
int DRAWING_CACHE_QUALITY_HIGH |
Now deprecated. |
|
int DRAWING_CACHE_QUALITY_LOW |
Now deprecated. |