Home
last modified time | relevance | path

Searched defs:editable (Results 1 – 3 of 3) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java225 public final boolean editable; field in AbstractCustomVirtualView.Item
235 boolean editable, boolean sanitized) { in Item()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
DRecyclerViewActivity.java291 public void afterTextChanged(Editable editable) { in afterTextChanged()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt181 val type: Int, var text: CharSequence, val editable: Boolean, constant in Item