/frameworks/base/core/tests/coretests/src/android/view/ |
D | ImeBackAnimationControllerTest.java | 132 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()
|
D | InsetsControllerTest.java | 217 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 …]
|
D | PendingInsetsControllerTest.java | 101 mPendingInsetsController.controlWindowInsetsAnimation( in testControl() 113 mPendingInsetsController.controlWindowInsetsAnimation(systemBars(), 0L, in testControl_direct() 115 verify(mReplayedController).controlWindowInsetsAnimation(eq(systemBars()), eq(0L), any(), in testControl_direct()
|
D | InsetsSourceConsumerTest.java | 244 insetsController.controlWindowInsetsAnimation(ime(), 0L, in testWontUpdateImeLeashVisibility_whenAnimation()
|
/frameworks/base/core/java/android/view/ |
D | PendingInsetsController.java | 237 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in PendingInsetsController 242 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation()
|
D | WindowInsetsController.java | 227 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method
|
D | ImeBackAnimationController.java | 97 mInsetsController.controlWindowInsetsAnimation(ime(), /*cancellationSignal*/ null, in onBackStarted()
|
D | InsetsController.java | 1294 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/ |
D | ChatActivity.java | 99 v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), in onCreate() 194 v -> v.getWindowInsetsController().controlWindowInsetsAnimation(ime(), -1, in onCreate()
|
D | ControllerActivity.java | 188 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPasswordView.java | 231 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 54444 …method public void controlWindowInsetsAnimation(int, long, @Nullable android.view.animation.Interp…
|