Home
last modified time | relevance | path

Searched refs:DISPATCH_MODE_STOP (Results 1 – 6 of 6) 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.java285 public static final int DISPATCH_MODE_STOP = 0; field in WindowInsetsAnimation.Callback
295 DISPATCH_MODE_STOP,
DViewGroup.java21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
7401 mInsetsAnimationDispatchMode = DISPATCH_MODE_STOP; in dispatchWindowInsetsAnimationPrepare()
7405 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationPrepare()
7419 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationStart()
7434 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationProgress()
7447 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationEnd()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DWindowInsetsActivity.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
168 mRoot.setWindowInsetsAnimationCallback(new Callback(DISPATCH_MODE_STOP) { in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java22 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
142 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
/frameworks/base/api/
Dcurrent.txt55537 field public static final int DISPATCH_MODE_STOP = 0; // 0x0