Class android.view.View
| Added Methods | |
|---|---|
| voiddispatchProvideStructure(ViewStructure) | |
| CharSequencegetAccessibilityClassName() | |
| booleangetClipBounds(Rect) | |
| DrawablegetForeground() | |
| intgetForegroundGravity() | |
| ColorStateListgetForegroundTintList() | |
| ModegetForegroundTintMode() | |
| WindowInsetsgetRootWindowInsets() | |
| intgetScrollIndicators() | |
| booleanisContextClickable() | |
| voidonDrawForeground(Canvas) | |
| voidonProvideStructure(ViewStructure) | |
| voidonProvideVirtualStructure(ViewStructure) | |
| booleanperformContextClick() | |
| voidsetContextClickable(boolean) | |
| voidsetForeground(Drawable) | |
| voidsetForegroundGravity(int) | |
| voidsetForegroundTintList(ColorStateList) | |
| voidsetForegroundTintMode(Mode) | |
| voidsetOnContextClickListener(OnContextClickListener) | |
| voidsetOnScrollChangeListener(OnScrollChangeListener) | |
| voidsetScrollIndicators(int) | |
| voidsetScrollIndicators(int, | |
| ActionModestartActionMode(Callback, | |
| Added Fields | |
|---|---|
| intSCROLL_INDICATOR_BOTTOM | |
| intSCROLL_INDICATOR_END | |
| intSCROLL_INDICATOR_LEFT | |
| intSCROLL_INDICATOR_RIGHT | |
| intSCROLL_INDICATOR_START | |
| intSCROLL_INDICATOR_TOP | |
| intSYSTEM_UI_FLAG_LIGHT_STATUS_BAR | |
| intTEXT_DIRECTION_FIRST_STRONG_LTR | |
| intTEXT_DIRECTION_FIRST_STRONG_RTL | |
