Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DWindowInsetsControllerActivity.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
44 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onCreate()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsetsAnimation.java284 public static final int DISPATCH_MODE_STOP = 0; field in WindowInsetsAnimation.Callback
294 DISPATCH_MODE_STOP,
H A DViewGroup.java21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
7575 mInsetsAnimationDispatchMode = DISPATCH_MODE_STOP; in dispatchWindowInsetsAnimationPrepare()
7579 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationPrepare()
7593 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationStart()
7608 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationProgress()
7621 if (mInsetsAnimationDispatchMode == DISPATCH_MODE_STOP) { in dispatchWindowInsetsAnimationEnd()
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java20 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
165 mRoot.setWindowInsetsAnimationCallback(new Callback(DISPATCH_MODE_STOP) { in onCreate()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java21 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
330 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/
H A DImePerfTest.java23 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
463 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in setImeListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java19 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
288 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) { in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java22 import static android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP;
191 new WindowInsetsAnimation.Callback(DISPATCH_MODE_STOP) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53873 field public static final int DISPATCH_MODE_STOP = 0; // 0x0