Searched refs:ICON_ANIMATION_DURATION (Results 1 – 3 of 3) sorted by relevance
23 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_DURATION;73 bundle.putLong(ICON_ANIMATION_DURATION, view.getIconAnimationDuration() != null in onSplashScreenExit()
291 public static final String ICON_ANIMATION_DURATION = "icon_animation_duration"; field in Components.TestStartingWindowKeys
45 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_DURATION;442 final long iconAnimationDuration = journal.extras.getLong(ICON_ANIMATION_DURATION); in testHandleExitIconAnimatingActivity()