Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DImeInsetsSourceConsumerTest.java127 verify(mController).applyAnimation( in testImeRequestedVisibleAwaitingControl()
129 verify(mController, never()).applyAnimation( in testImeRequestedVisibleAwaitingControl()
170 verify(mController).applyAnimation(eq(WindowInsets.Type.ime()), in verifyImeGetAndClearSkipAnimationOnce()
183 verify(mController).applyAnimation(eq(WindowInsets.Type.ime()), in verifyImeGetAndClearSkipAnimationOnce()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsController.java897 applyAnimation(showTypes[0], true /* show */, false /* fromIme */); in onControlsChanged()
900 applyAnimation(hideTypes[0], false /* show */, false /* fromIme */); in onControlsChanged()
968 applyAnimation(typesReady, true /* show */, fromIme); in show()
998 applyAnimation(typesReady, false /* show */, fromIme /* fromIme */); in hide()
1422 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme) { in applyAnimation() method in InsetsController
1435 applyAnimation(types, show, fromIme, skipAnim); in applyAnimation()
1439 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation() method in InsetsController
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java797 wc.applyAnimation(animLp, transit, visible, voiceInteraction, transitioningDescendants); in applyAnimations()
1028 wc.applyAnimation(null, transit, true, false, null /* sources */); in handleChangingApps()
H A DWindowContainer.java2696 boolean applyAnimation(WindowManager.LayoutParams lp, @TransitionOldType int transit, in applyAnimation() method in WindowContainer
H A DActivityRecord.java4903 boolean applyAnimation(LayoutParams lp, @TransitionOldType int transit, boolean enter, in applyAnimation() method in ActivityRecord
4910 return super.applyAnimation(lp, transit, enter, isVoiceInteraction, sources); in applyAnimation()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java957 assertTrue(wc.applyAnimation(null, TRANSIT_OLD_TASK_OPEN, true, false, sources)); in verifyWindowContainerApplyAnimation()
1037 task.applyAnimation(null, TRANSIT_OLD_TASK_CLOSE, false /* enter */, in testFreezeInsetsStateWhenAppTransition()
H A DDisplayContentTests.java1982 task.applyAnimation(null, TRANSIT_OLD_TASK_CLOSE, false /* enter */, in testShowImeScreenshot()
1987 activity.applyAnimation(null, TRANSIT_OLD_TRANSLUCENT_ACTIVITY_CLOSE, false /* enter */, in testShowImeScreenshot()
H A DActivityRecordTests.java2603 assertTrue(activity2.applyAnimation(null, TRANSIT_OLD_ACTIVITY_OPEN, true, false, sources)); in testTransferStartingWindowCanAnimate()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt16883 HSPLandroid/view/InsetsController;->applyAnimation(IZZ)V
16884 HSPLandroid/view/InsetsController;->applyAnimation(IZZZ)V
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt16932 HSPLandroid/view/InsetsController;->applyAnimation(IZZ)V
16933 HSPLandroid/view/InsetsController;->applyAnimation(IZZZ)V
/aosp12/frameworks/base/services/
H A Dart-profile43890 HPLcom/android/server/wm/ActivityRecord;->applyAnimation(Landroid/view/WindowManager$LayoutParams;I…
49463 HPLcom/android/server/wm/WindowContainer;->applyAnimation(Landroid/view/WindowManager$LayoutParams;…