Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DPendingInsetsControllerTest.java100 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 DInsetsControllerTest.java203 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 DPendingInsetsController.java201 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in PendingInsetsController
206 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation()
H A DWindowInsetsController.java198 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method
H A DInsetsController.java1002 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 DChatActivity.java98 v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in onCreate()
193 v -> v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), -1, in onCreate()
H A DControllerActivity.java170 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java168 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerControllerTest.java173 verify(mWindowInsetsController).controlWindowInsetsAnimation( in startDisappearAnimation_animatesKeyboard()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50476 …method public void controlWindowInsetsAnimation(int, long, @Nullable android.view.animation.Interp…