Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DWindowInsetsControllerActivity.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
44 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onCreate()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsetsAnimation.java284 public static final int DISPATCH_MODE_STOP = 0; field in WindowInsetsAnimation.Callback
294 DISPATCH_MODE_STOP,
H A DViewGroup.java21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
7424 mInsetsAnimationDispatchMode = DISPATCH_MODE_STOP; in dispatchWindowInsetsAnimationPrepare()
7428 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationPrepare()
7442 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationStart()
7457 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationProgress()
7470 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationEnd()
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
165 mRoot.setWindowInsetsAnimationCallback(new Callback(DISPATCH_MODE_STOP) { in onCreate()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DKeyboardInsetAnimationCallback.java40 super(DISPATCH_MODE_STOP); in KeyboardInsetAnimationCallback()
/aosp12/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java23 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
440 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in setImeListener()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
119 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
263 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50451 field public static final int DISPATCH_MODE_STOP = 0; // 0x0