Searched refs:focusedViewId (Results 1 – 2 of 2) sorted by relevance
132 @NonNull AutofillId focusedViewId, @NonNull @Nullable String filterText, in FillUi() argument296 final int index = dataset.getFieldIds().indexOf(focusedViewId); in FillUi()300 Slog.w(TAG, "not displaying UI on field " + focusedViewId + " because " in FillUi()306 if (sVerbose) Slog.v(TAG, "setting remote view for " + focusedViewId); in FillUi()326 Slog.v(TAG, "Explicitly disabling filter at id " + focusedViewId in FillUi()
2162 int focusedViewId = savedInstanceState.getInt(FOCUSED_ID_TAG, View.NO_ID);2163 if (focusedViewId != View.NO_ID) {2164 View needsFocus = mContentParent.findViewById(focusedViewId);2169 "Previously focused view reported id " + focusedViewId