/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ImeInsetsSourceConsumerTest.java | 127 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 D | InsetsController.java | 897 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 D | AppTransitionController.java | 797 wc.applyAnimation(animLp, transit, visible, voiceInteraction, transitioningDescendants); in applyAnimations() 1028 wc.applyAnimation(null, transit, true, false, null /* sources */); in handleChangingApps()
|
H A D | WindowContainer.java | 2696 boolean applyAnimation(WindowManager.LayoutParams lp, @TransitionOldType int transit, in applyAnimation() method in WindowContainer
|
H A D | ActivityRecord.java | 4903 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 D | WindowContainerTests.java | 957 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 D | DisplayContentTests.java | 1982 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 D | ActivityRecordTests.java | 2603 assertTrue(activity2.applyAnimation(null, TRANSIT_OLD_ACTIVITY_OPEN, true, false, sources)); in testTransferStartingWindowCanAnimate()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16883 HSPLandroid/view/InsetsController;->applyAnimation(IZZ)V 16884 HSPLandroid/view/InsetsController;->applyAnimation(IZZZ)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16932 HSPLandroid/view/InsetsController;->applyAnimation(IZZ)V 16933 HSPLandroid/view/InsetsController;->applyAnimation(IZZZ)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 43890 HPLcom/android/server/wm/ActivityRecord;->applyAnimation(Landroid/view/WindowManager$LayoutParams;I… 49463 HPLcom/android/server/wm/WindowContainer;->applyAnimation(Landroid/view/WindowManager$LayoutParams;…
|