Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DDefaultUiController.java75 private boolean mInvocationInProgress = false; field in DefaultUiController
111 boolean invocationWasInProgress = mInvocationInProgress; in onInvocationProgress()
118 if (!mInvocationInProgress) { in onInvocationProgress()
120 mInvocationInProgress = true; in onInvocationProgress()
132 logInvocationProgressMetrics(INVOCATION_TYPE_GESTURE, 1, mInvocationInProgress); in onGestureCompletion()
142 mInvocationInProgress = false; in hide()
209 mInvocationInProgress = false; in animateInvocationCompletion()