Added Methods
|
void addExtraDataToAccessibilityNodeInfo (AccessibilityNodeInfo, String, Bundle )
|
|
void addKeyboardNavigationClusters (Collection<View>, int )
|
|
void autofill (SparseArray<AutofillValue> )
|
|
void autofill (AutofillValue )
|
|
boolean dispatchCapturedPointerEvent (MotionEvent )
|
|
void dispatchPointerCaptureChanged (boolean )
|
|
void dispatchProvideAutofillStructure (ViewStructure, int )
|
|
String[] getAutofillHints ()
|
|
AutofillId getAutofillId ()
|
|
int getAutofillType ()
|
|
AutofillValue getAutofillValue ()
|
|
boolean getDefaultFocusHighlightEnabled ()
|
|
int getFocusable ()
|
|
int getImportantForAutofill ()
|
|
int getNextClusterForwardId ()
|
|
CharSequence getTooltipText ()
|
|
boolean hasExplicitFocusable ()
|
|
boolean hasPointerCapture ()
|
|
boolean isFocusedByDefault ()
|
|
boolean isImportantForAutofill ()
|
|
boolean isKeyboardNavigationCluster ()
|
|
View keyboardNavigationClusterSearch (View, int )
|
|
boolean onCapturedPointerEvent (MotionEvent )
|
|
void onPointerCaptureChange (boolean )
|
|
void onProvideAutofillStructure (ViewStructure, int )
|
|
void onProvideAutofillVirtualStructure (ViewStructure, int )
|
|
void releasePointerCapture ()
|
|
void requestPointerCapture ()
|
|
boolean restoreDefaultFocus ()
|
|
void setAutofillHints ()
|
|
void setDefaultFocusHighlightEnabled (boolean )
|
|
void setFocusable (int )
|
|
void setFocusedByDefault (boolean )
|
|
void setImportantForAutofill (int )
|
|
void setKeyboardNavigationCluster (boolean )
|
|
void setNextClusterForwardId (int )
|
|
void setOnCapturedPointerListener (OnCapturedPointerListener )
|
|
void setTooltipText (CharSequence )
|
|