Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java133 @NonNull AutofillId focusedViewId, @Nullable String filterText, in FillUi()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java1801 int focusedViewId = savedInstanceState.getInt(KEY_FOCUSED_VIEW_ID, View.NO_ID); in maybeRestoreFocus() local
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2071 onKeyUpPanel(featureId < 0 ? FEATURE_OPTIONS_PANEL : featureId, in onKeyUp()