Home
last modified time | relevance | path

Searched refs:isFocused (Results 1 – 7 of 7) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
DAutofillFieldMetadata.kt35 val isFocused: Boolean = view.isFocused constant
DAutofillFieldMetadataCollection.kt39 if (autofillFieldMetadata.isFocused) { in add()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
DClientViewMetadataBuilder.java87 if (root.isFocused()) { in parseNode()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
DUtil.java116 .append("focused: ").append(node.isFocused()) in dumpNode()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DDatasetAdapter.java113 if (node.isFocused() && node.getAutofillId() != null) { in bindDatasetToFocusedNode()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
DUtil.java129 .append("focused: ").append(node.isFocused()) in dumpNode()
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...