/frameworks/base/core/tests/coretests/src/android/view/ |
D | ImeInsetsSourceConsumerTest.java | 125 verify(mController).applyAnimation( in testImeRequestedVisibleAwaitingControl() 134 verify(mController).applyAnimation( in testImeRequestedVisibleAwaitingControl() 137 verify(mController, never()).applyAnimation( in testImeRequestedVisibleAwaitingControl() 154 verify(mController).applyAnimation( in testImeRequestedVisibleAwaitingLeash() 166 verify(mController, never()).applyAnimation( in testImeRequestedVisibleAwaitingLeash() 169 verify(mController, never()).applyAnimation( in testImeRequestedVisibleAwaitingLeash() 178 verify(mController).applyAnimation( in testImeRequestedVisibleAwaitingLeash() 181 verify(mController, never()).applyAnimation( in testImeRequestedVisibleAwaitingLeash() 212 verify(mController).applyAnimation(eq(WindowInsets.Type.ime()), in verifyImeGetAndClearSkipAnimationOnce() 230 verify(mController).applyAnimation(eq(WindowInsets.Type.ime()), in verifyImeGetAndClearSkipAnimationOnce() [all …]
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 1025 applyAnimation(showTypes[0], true /* show */, false /* fromIme */, in onControlsChanged() 1029 applyAnimation(hideTypes[0], false /* show */, false /* fromIme */, in onControlsChanged() 1040 applyAnimation(showTypes[0], true /* show */, false /* fromIme */, statsToken); in onControlsChanged() 1048 applyAnimation(hideTypes[0], false /* show */, false /* fromIme */, statsToken); in onControlsChanged() 1178 applyAnimation(typesReady, true /* show */, fromIme, statsToken); in show() 1290 applyAnimation(typesReady, false /* show */, fromIme, statsToken); in hide() 1948 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation() method in InsetsController 1961 applyAnimation(types, show, fromIme, skipAnim, statsToken); in applyAnimation() 1965 public void applyAnimation(@InsetsType final int types, boolean show, boolean fromIme, in applyAnimation() method in InsetsController
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransitionController.java | 925 wc.applyAnimation(animLp, transit, visible, voiceInteraction, transitioningDescendants); in applyAnimations() 1240 wc.applyAnimation(null, transit, true, false, null /* sources */); in handleChangingApps()
|
D | WindowContainer.java | 3096 boolean applyAnimation(WindowManager.LayoutParams lp, @TransitionOldType int transit, in applyAnimation() method in WindowContainer
|
D | ActivityRecord.java | 5746 boolean applyAnimation(LayoutParams lp, @TransitionOldType int transit, boolean enter, in applyAnimation() method in ActivityRecord 5753 return super.applyAnimation(lp, transit, enter, isVoiceInteraction, sources); in applyAnimation()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayContentTests.java | 2415 task.applyAnimation(null, TRANSIT_OLD_TASK_CLOSE, false /* enter */, in testShowImeScreenshot() 2420 activity.applyAnimation(null, TRANSIT_OLD_TRANSLUCENT_ACTIVITY_CLOSE, false /* enter */, in testShowImeScreenshot() 2468 task.applyAnimation(null, TRANSIT_OLD_TASK_CLOSE, false /* enter */, in testRemoveImeScreenshot_whenTargetSurfaceWasInvisible()
|
D | WindowContainerTests.java | 1142 assertTrue(wc.applyAnimation(null, TRANSIT_OLD_TASK_OPEN, true, false, sources)); in verifyWindowContainerApplyAnimation() 1222 task.applyAnimation(null, TRANSIT_OLD_TASK_CLOSE, false /* enter */, in testFreezeInsetsStateWhenAppTransition()
|
D | ActivityRecordTests.java | 2820 assertTrue(activity2.applyAnimation(null, TRANSIT_OLD_ACTIVITY_OPEN, true, false, sources)); in testTransferStartingWindowCanAnimate()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16369 HSPLandroid/view/InsetsController;->applyAnimation(IZZLandroid/view/inputmethod/ImeTracker$Token;)V 16370 HSPLandroid/view/InsetsController;->applyAnimation(IZZZLandroid/view/inputmethod/ImeTracker$Token;)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16433 HSPLandroid/view/InsetsController;->applyAnimation(IZZLandroid/view/inputmethod/ImeTracker$Token;)V 16434 HSPLandroid/view/InsetsController;->applyAnimation(IZZZLandroid/view/inputmethod/ImeTracker$Token;)V
|