/aosp12/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 | 203 mController.controlWindowInsetsAnimation(statusBars(), 10 /* durationMs */, in testControlsRevoked_duringAnim() 225 mController.controlWindowInsetsAnimation(0, 0 /* durationMs */, new LinearInterpolator(), in testFrameDoesntMatchDisplay() 504 mController.controlWindowInsetsAnimation(statusBars(), 0 /* durationMs */, in testAnimationEndState_controller() 531 mController.controlWindowInsetsAnimation( in testCancellation_afterGainingControl() 556 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady() 581 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_controlRevoked() 602 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_timeout() 625 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_cancel()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | PendingInsetsController.java | 201 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in PendingInsetsController 206 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation()
|
H A D | WindowInsetsController.java | 198 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method
|
H A D | InsetsController.java | 1002 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in InsetsController 1006 controlWindowInsetsAnimation(types, cancellationSignal, listener, in controlWindowInsetsAnimation() 1010 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation() method in InsetsController
|
/aosp12/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 | 170 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPasswordView.java | 168 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerControllerTest.java | 173 verify(mWindowInsetsController).controlWindowInsetsAnimation( in startDisappearAnimation_animatesKeyboard()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 50476 …method public void controlWindowInsetsAnimation(int, long, @Nullable android.view.animation.Interp…
|