Searched refs:ICON_ANIMATION_DURATION (Results 1 – 3 of 3) sorted by relevance
27 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_DURATION;100 bundle.putLong(ICON_ANIMATION_DURATION, view.getIconAnimationDuration() != null
297 public static final String ICON_ANIMATION_DURATION = "icon_animation_duration"; field in Components.TestStartingWindowKeys
47 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_ANIMATION_DURATION;638 final long iconAnimationDuration = journal.extras.getLong(ICON_ANIMATION_DURATION); in assertHandleExit()