/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | PendingInsetsControllerTest.java | 100 mPendingInsetsController.controlWindowInsetsAnimation( in testControl() 112 mPendingInsetsController.controlWindowInsetsAnimation(systemBars(), 0L, in testControl_direct() 114 verify(mReplayedController).controlWindowInsetsAnimation(eq(systemBars()), eq(0L), any(), in testControl_direct()
|
H A D | InsetsControllerTest.java | 214 mController.controlWindowInsetsAnimation(statusBars(), 10 /* durationMs */, in testControlsRevoked_duringAnim() 239 mController.controlWindowInsetsAnimation(0, 0 /* durationMs */, in testFrameDoesntOverlapWithInsets() 509 mController.controlWindowInsetsAnimation(statusBars(), 0 /* durationMs */, in testAnimationEndState_controller() 536 mController.controlWindowInsetsAnimation( in testCancellation_afterGainingControl() 561 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady() 586 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_controlRevoked() 607 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_timeout() 630 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_cancel()
|
H A D | InsetsSourceConsumerTest.java | 244 insetsController.controlWindowInsetsAnimation(ime(), 0L, in testWontUpdateImeLeashVisibility_whenAnimation()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | PendingInsetsController.java | 228 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in PendingInsetsController 233 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation()
|
H A D | WindowInsetsController.java | 197 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method
|
H A D | InsetsController.java | 1258 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in InsetsController 1262 controlWindowInsetsAnimation(types, cancellationSignal, listener, in controlWindowInsetsAnimation() 1266 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation() method in InsetsController
|
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ChatActivity.java | 98 v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in onCreate() 193 v -> v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), -1, in onCreate()
|
H A D | ControllerActivity.java | 175 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPasswordView.java | 186 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53898 …method public void controlWindowInsetsAnimation(int, long, @Nullable android.view.animation.Interp…
|