Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java751 private boolean mRelayoutFix; field in AutofillManager
981 mRelayoutFix = AutofillFeatureFlags.shouldIgnoreRelayoutWhenAuthPending(); in AutofillManager()
1782 if (mRelayoutFix && mState == STATE_PENDING_AUTHENTICATION) { in notifyViewVisibilityChangedInternal()
2920 if (mRelayoutFix) { in authenticate()
3781 return mRelayoutFix && mState == STATE_PENDING_AUTHENTICATION; in isPendingAuthenticationLocked()