Home
last modified time | relevance | path

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

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DWindowInsetsControllerActivity.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
44 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onCreate()
/frameworks/base/core/java/android/view/
DWindowInsetsAnimation.java284 public static final int DISPATCH_MODE_STOP = 0; field in WindowInsetsAnimation.Callback
294 DISPATCH_MODE_STOP,
DViewGroup.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
7553 mInsetsAnimationDispatchMode = DISPATCH_MODE_STOP; in dispatchWindowInsetsAnimationPrepare()
7557 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationPrepare()
7571 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationStart()
7586 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationProgress()
7599 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationEnd()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
166 mRoot.setWindowInsetsAnimationCallback(new Callback(DISPATCH_MODE_STOP) { in onCreate()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DImeStressTestUtil.java21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
330 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/ui/view/
DMirroringConfirmationDialogDelegate.kt108 object : WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in <lambda>()
/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
DImePerfTest.java23 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
463 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in setImeListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
281 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java22 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
192 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java35 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
699 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in testResizeAnimation_withFlagAnimateResizing()
/frameworks/base/core/api/
Dcurrent.txt54419 field public static final int DISPATCH_MODE_STOP = 0; // 0x0