Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DImeBackAnimationControllerTest.java132 verify(mInsetsController, times(1)).controlWindowInsetsAnimation(anyInt(), any(), any(), in testAdjustResizeWithAppWindowInsetsListenerPlaysAnim()
145 verify(mInsetsController, times(1)).controlWindowInsetsAnimation(anyInt(), any(), any(), in testAdjustResizeWithEdgeToEdgePlaysAnim()
162 verify(mInsetsController, never()).controlWindowInsetsAnimation(anyInt(), any(), any(), in testAdjustResizeWithoutAppWindowInsetsListenerNotPlayingAnim()
293 verify(mInsetsController, times(1)).controlWindowInsetsAnimation(anyInt(), any(), in startBackGesture()
DInsetsControllerTest.java217 mController.controlWindowInsetsAnimation(statusBars(), 10 /* durationMs */, in testControlsRevoked_duringAnim()
242 mController.controlWindowInsetsAnimation(0, 0 /* durationMs */, in testFrameDoesntOverlapWithInsets()
512 mController.controlWindowInsetsAnimation(statusBars(), 0 /* durationMs */, in testAnimationEndState_controller()
539 mController.controlWindowInsetsAnimation( in testCancellation_afterGainingControl()
564 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady()
589 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_controlRevoked()
610 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_timeout()
633 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_cancel()
975 mController.controlWindowInsetsAnimation(ime(), /*cancellationSignal*/ null, in testImeRequestedVisibleDuringPredictiveBackAnim()
1001 mController.controlWindowInsetsAnimation(ime(), /*cancellationSignal*/ null, in testImeShowRequestCancelsPredictiveBackPostCommitAnim()
[all …]
DPendingInsetsControllerTest.java101 mPendingInsetsController.controlWindowInsetsAnimation( in testControl()
113 mPendingInsetsController.controlWindowInsetsAnimation(systemBars(), 0L, in testControl_direct()
115 verify(mReplayedController).controlWindowInsetsAnimation(eq(systemBars()), eq(0L), any(), in testControl_direct()
DInsetsSourceConsumerTest.java244 insetsController.controlWindowInsetsAnimation(ime(), 0L, in testWontUpdateImeLeashVisibility_whenAnimation()
/frameworks/base/core/java/android/view/
DPendingInsetsController.java237 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in PendingInsetsController
242 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation()
DWindowInsetsController.java227 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method
DImeBackAnimationController.java97 mInsetsController.controlWindowInsetsAnimation(ime(), /*cancellationSignal*/ null, in onBackStarted()
DInsetsController.java1294 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in InsetsController
1298 controlWindowInsetsAnimation(types, cancellationSignal, listener, in controlWindowInsetsAnimation()
1304 public void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation() method in InsetsController
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java99 v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in onCreate()
194 v -> v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), -1, in onCreate()
DControllerActivity.java188 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java231 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt54444 …method public void controlWindowInsetsAnimation(int, long, @Nullable android.view.animation.Interp…