Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java683 final int animationType = pendingOptions.getAnimationType(); in applyOptionsLocked() local
684 switch (animationType) { in applyOptionsLocked()
705 boolean scaleUp = (animationType == ActivityOptions.ANIM_THUMBNAIL_SCALE_UP); in applyOptionsLocked()