Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3958 @NonNull ArraySet<AutofillId> visibleSet, in initialTrackedViews()
4071 void onVisibleForAutofillChangedInternalLocked(@NonNull ArraySet<AutofillId> visibleSet, in onVisibleForAutofillChangedInternalLocked()
4086 initialTrackedViews(Helper.toArray(allTrackedIds), visibleSet, invisibleSet); in onVisibleForAutofillChangedInternalLocked() local