Searched refs:DISPATCH_MODE_STOP (Results 1 – 11 of 11) sorted by relevance
19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;44 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onCreate()
284 public static final int DISPATCH_MODE_STOP = 0; field in WindowInsetsAnimation.Callback294 DISPATCH_MODE_STOP,
20 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()
20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;166 mRoot.setWindowInsetsAnimationCallback(new Callback(DISPATCH_MODE_STOP) { in onCreate()
21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;330 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
108 object : WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in <lambda>()
23 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;463 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in setImeListener()
19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;281 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
22 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;192 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
35 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;699 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in testResizeAnimation_withFlagAnimateResizing()
54419 field public static final int DISPATCH_MODE_STOP = 0; // 0x0