Class android.view.View
Added Methods | |
---|---|
void addKeyFallbackListener (OnKeyFallbackListener ) |
|
CharSequence getAccessibilityPaneTitle () |
|
int getOutlineAmbientShadowColor () |
|
int getOutlineSpotShadowColor () |
|
boolean isScreenReaderFocusable () |
|
boolean isVisibleToUserForAutofill (int ) |
|
boolean onKeyFallback (KeyEvent ) |
|
void removeKeyFallbackListener (OnKeyFallbackListener ) |
|
T requireViewById (int ) |
|
void setAccessibilityPaneTitle (CharSequence ) |
|
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 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, |
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. |