Searched refs:ICON_ANIMATION_START (Results 1 – 3 of 3) sorted by relevance
28 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_START;102 bundle.putLong(ICON_ANIMATION_START, view.getIconAnimationStart() != null
298 public static final String ICON_ANIMATION_START = "icon_animation_start"; field in Components.TestStartingWindowKeys
48 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_START;637 final long iconAnimationStart = journal.extras.getLong(ICON_ANIMATION_START); in assertHandleExit()