Searched refs:DISPATCH_MODE_STOP (Results 1 – 6 of 6) sorted by relevance
19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;44 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onCreate()
285 public static final int DISPATCH_MODE_STOP = 0; field in WindowInsetsAnimation.Callback295 DISPATCH_MODE_STOP,
21 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()
20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;168 mRoot.setWindowInsetsAnimationCallback(new Callback(DISPATCH_MODE_STOP) { in onCreate()
22 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;142 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
55537 field public static final int DISPATCH_MODE_STOP = 0; // 0x0