Searched refs:DISPATCH_MODE_STOP (Results 1 – 9 of 9) 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,
21 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()
20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;165 mRoot.setWindowInsetsAnimationCallback(new Callback(DISPATCH_MODE_STOP) { in onCreate()
40 super(DISPATCH_MODE_STOP); in KeyboardInsetAnimationCallback()
23 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;440 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in setImeListener()
20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;119 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;263 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
50451 field public static final int DISPATCH_MODE_STOP = 0; // 0x0