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.java197 public static final int ANIM_CUSTOM = 1; field in ActivityOptions
286 opts.mAnimationType = ANIM_CUSTOM; in makeCustomAnimation()
742 case ANIM_CUSTOM: in ActivityOptions()
1008 case ANIM_CUSTOM: in update()
1092 case ANIM_CUSTOM: in toBundle()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java974 case ActivityOptions.ANIM_CUSTOM: in applyOptionsLocked()