Class android.view.View

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)  
 

Changed Methods
T findViewById(int) Change in return type from View to T.
 
T findViewWithTag(Object) Change in return type from View to T.
 
 

Added Fields
int AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS  
String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE  
String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY  
String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH  
String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR  
String AUTOFILL_HINT_CREDIT_CARD_NUMBER  
String AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE  
String AUTOFILL_HINT_EMAIL_ADDRESS  
String AUTOFILL_HINT_NAME  
String AUTOFILL_HINT_PASSWORD  
String AUTOFILL_HINT_PHONE  
String AUTOFILL_HINT_POSTAL_ADDRESS  
String AUTOFILL_HINT_POSTAL_CODE  
String AUTOFILL_HINT_USERNAME  
int AUTOFILL_TYPE_DATE  
int AUTOFILL_TYPE_LIST  
int AUTOFILL_TYPE_NONE  
int AUTOFILL_TYPE_TEXT  
int AUTOFILL_TYPE_TOGGLE  
int FOCUSABLE  
int FOCUSABLE_AUTO  
int IMPORTANT_FOR_AUTOFILL_AUTO  
int IMPORTANT_FOR_AUTOFILL_NO  
int IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS  
int IMPORTANT_FOR_AUTOFILL_YES  
int IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS  
int NOT_FOCUSABLE  
int SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR