Home
last modified time | relevance | path

Searched refs:ICON_ANIMATION_START (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java24 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_START;
75 bundle.putLong(ICON_ANIMATION_START, view.getIconAnimationStart() != null in onSplashScreenExit()
DComponents.java276 public static final String ICON_ANIMATION_START = "icon_animation_start"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java44 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_START;
408 final long iconAnimationStart = journal.extras.getLong(ICON_ANIMATION_START); in testHandleExitIconAnimatingActivity()