Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
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()
DInsetsControllerTest.java206 mController.controlWindowInsetsAnimation(statusBars(), 10 /* durationMs */, in testControlsRevoked_duringAnim()
227 mController.controlWindowInsetsAnimation(0, 0 /* durationMs */, new LinearInterpolator(), in testFrameDoesntMatchDisplay()
506 mController.controlWindowInsetsAnimation(statusBars(), 0 /* durationMs */, in testAnimationEndState_controller()
533 mController.controlWindowInsetsAnimation( in testCancellation_afterGainingControl()
558 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady()
583 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_controlRevoked()
604 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_timeout()
627 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_cancel()
/frameworks/base/core/java/android/view/
DPendingInsetsController.java198 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in PendingInsetsController
203 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation()
DWindowInsetsController.java168 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method
DInsetsController.java871 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in InsetsController
875 controlWindowInsetsAnimation(types, cancellationSignal, listener, in controlWindowInsetsAnimation()
879 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation() method in InsetsController
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DWindowInsetsActivity.java101 v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in onCreate()
196 v -> v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), -1, in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSecurityContainerTest.java115 verify(mWindowInsetsController).controlWindowInsetsAnimation(eq(ime()), anyLong(), any(), in startDisappearAnimation_animatesKeyboard()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java400 mSecurityViewFlipper.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
/frameworks/base/api/
Dcurrent.txt55562 …method public void controlWindowInsetsAnimation(int, long, @Nullable android.view.animation.Interp…