Home
last modified time | relevance | path

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

/aosp14/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.java214 mController.controlWindowInsetsAnimation(statusBars(), 10 /* durationMs */, in testControlsRevoked_duringAnim()
239 mController.controlWindowInsetsAnimation(0, 0 /* durationMs */, in testFrameDoesntOverlapWithInsets()
509 mController.controlWindowInsetsAnimation(statusBars(), 0 /* durationMs */, in testAnimationEndState_controller()
536 mController.controlWindowInsetsAnimation( in testCancellation_afterGainingControl()
561 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady()
586 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_controlRevoked()
607 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_timeout()
630 mController.controlWindowInsetsAnimation(ime(), 0, new LinearInterpolator(), in testControlImeNotReady_cancel()
H A DInsetsSourceConsumerTest.java244 insetsController.controlWindowInsetsAnimation(ime(), 0L, in testWontUpdateImeLeashVisibility_whenAnimation()
/aosp14/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java228 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in PendingInsetsController
233 mReplayedInsetsController.controlWindowInsetsAnimation(types, durationMillis, in controlWindowInsetsAnimation()
H A DWindowInsetsController.java197 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method
H A DInsetsController.java1258 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() method in InsetsController
1262 controlWindowInsetsAnimation(types, cancellationSignal, listener, in controlWindowInsetsAnimation()
1266 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation() method in InsetsController
/aosp14/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.java175 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java186 getWindowInsetsController().controlWindowInsetsAnimation(ime(), in startDisappearAnimation()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53898 …method public void controlWindowInsetsAnimation(int, long, @Nullable android.view.animation.Interp…