HomeSort by relevance Sort by last modified time
    Searched refs:IMPORTANT_FOR_AUTOFILL_AUTO (Results 1 - 16 of 16) sorted by null

  /packages/experimental/FilledApp/src/foo/bar/filled/
MainActivity.java 38 View.IMPORTANT_FOR_AUTOFILL_AUTO);
40 View.IMPORTANT_FOR_AUTOFILL_AUTO);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FatActivity.java 20 import static android.view.View.IMPORTANT_FOR_AUTOFILL_AUTO;
127 assertThat(mRoot.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO);
138 .isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO);
145 .isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO);
155 .isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO);
FatActivityTest.java 39 import static android.view.View.IMPORTANT_FOR_AUTOFILL_AUTO;
114 IMPORTANT_FOR_AUTOFILL_AUTO);
194 IMPORTANT_FOR_AUTOFILL_AUTO);
205 IMPORTANT_FOR_AUTOFILL_AUTO);
212 IMPORTANT_FOR_AUTOFILL_AUTO);
220 assertNode(findNodeByAutofillHint(mRoot, "importantAmI"), IMPORTANT_FOR_AUTOFILL_AUTO);
Helper.java     [all...]
  /frameworks/base/core/java/android/widget/
RadioGroup.java 89 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
AbsSpinner.java 77 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
DatePicker.java 155 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
TimePicker.java 121 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
ImageView.java 182 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
    [all...]
TextView.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
ViewCompat.java 125 View.IMPORTANT_FOR_AUTOFILL_AUTO,
713 * On API 25 and below, it will always return {@link View#IMPORTANT_FOR_AUTOFILL_AUTO}.</p>
715 * @return {@link View#IMPORTANT_FOR_AUTOFILL_AUTO} by default, or value passed to
725 return View.IMPORTANT_FOR_AUTOFILL_AUTO;
757 * @param mode {@link View#IMPORTANT_FOR_AUTOFILL_AUTO},
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 662 if (getImportantForAutofill() == IMPORTANT_FOR_AUTOFILL_AUTO) {
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java 702 if (ViewCompat.getImportantForAutofill(this) == View.IMPORTANT_FOR_AUTOFILL_AUTO) {
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 358 milliseconds