Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java124 public static final int ANIM_CUSTOM = 1; field in ActivityOptions
203 opts.mAnimationType = ANIM_CUSTOM; in makeCustomAnimation()
573 case ANIM_CUSTOM: in ActivityOptions()
726 case ANIM_CUSTOM: in update()
802 case ANIM_CUSTOM: in toBundle()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java703 case ActivityOptions.ANIM_CUSTOM: in applyOptionsLocked()