Class android.view.View
| Added Methods | |
|---|---|
void dispatchProvideStructure(ViewStructure) |
|
CharSequence getAccessibilityClassName() |
|
boolean getClipBounds(Rect) |
|
Drawable getForeground() |
|
int getForegroundGravity() |
|
ColorStateList getForegroundTintList() |
|
Mode getForegroundTintMode() |
|
WindowInsets getRootWindowInsets() |
|
int getScrollIndicators() |
|
boolean isContextClickable() |
|
void onDrawForeground(Canvas) |
|
void onProvideStructure(ViewStructure) |
|
void onProvideVirtualStructure(ViewStructure) |
|
boolean performContextClick() |
|
void setContextClickable(boolean) |
|
void setForeground(Drawable) |
|
void setForegroundGravity(int) |
|
void setForegroundTintList(ColorStateList) |
|
void setForegroundTintMode(Mode) |
|
void setOnContextClickListener(OnContextClickListener) |
|
void setOnScrollChangeListener(OnScrollChangeListener) |
|
void setScrollIndicators(int) |
|
void setScrollIndicators(int, |
|
ActionMode startActionMode(Callback, |
|
| Added Fields | |
|---|---|
int SCROLL_INDICATOR_BOTTOM |
|
int SCROLL_INDICATOR_END |
|
int SCROLL_INDICATOR_LEFT |
|
int SCROLL_INDICATOR_RIGHT |
|
int SCROLL_INDICATOR_START |
|
int SCROLL_INDICATOR_TOP |
|
int SYSTEM_UI_FLAG_LIGHT_STATUS_BAR |
|
int TEXT_DIRECTION_FIRST_STRONG_LTR |
|
int TEXT_DIRECTION_FIRST_STRONG_RTL |
|
