Searched refs:mCurrentViewId (Results 1 – 1 of 1) sorted by relevance
178 @Nullable private AutofillId mCurrentViewId; field in Session374 mContexts.add(new FillContext(requestId, structure, mCurrentViewId));528 if (mCurrentViewId != null) { in fillContextWithAllowedValuesLocked()530 overlay.focused = mCurrentViewId.equals(viewState.id); in fillContextWithAllowedValuesLocked()1056 if (id.equals(mCurrentViewId)) { in requestShowFillUi()1067 + mCurrentViewId + ") anymore"); in requestShowFillUi()1081 if (id.equals(mCurrentViewId)) { in dispatchUnhandledKey()1089 + " as it is not the current view (" + mCurrentViewId + ") anymore"); in dispatchUnhandledKey()2305 mCurrentViewId = viewState.id; in updateLocked()2375 if ((viewState.id.equals(this.mCurrentViewId)) && in updateLocked()[all …]