Searched refs:ICON_ANIMATION_START (Results 1 – 3 of 3) sorted by relevance
24 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_START;75 bundle.putLong(ICON_ANIMATION_START, view.getIconAnimationStart() != null in onSplashScreenExit()
292 public static final String ICON_ANIMATION_START = "icon_animation_start"; field in Components.TestStartingWindowKeys
46 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_START;441 final long iconAnimationStart = journal.extras.getLong(ICON_ANIMATION_START); in testHandleExitIconAnimatingActivity()