Home
last modified time | relevance | path

Searched refs:AUTOFILL_TYPE_TOGGLE (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java22 import static android.view.View.AUTOFILL_TYPE_TOGGLE;
97 return mType == AUTOFILL_TYPE_TOGGLE; in isToggle()
210 case AUTOFILL_TYPE_TOGGLE: in writeToParcel()
229 case AUTOFILL_TYPE_TOGGLE: in AutofillValue()
285 return new AutofillValue(AUTOFILL_TYPE_TOGGLE, value); in forToggle()
/aosp12/frameworks/base/core/java/android/widget/
H A DCompoundButton.java713 return isEnabled() ? AUTOFILL_TYPE_TOGGLE : AUTOFILL_TYPE_NONE; in getAutofillType()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java1294 AUTOFILL_TYPE_TOGGLE,
1330 public static final int AUTOFILL_TYPE_TOGGLE = 2; field in View
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49283 field public static final int AUTOFILL_TYPE_TOGGLE = 2; // 0x2