Searched defs:animId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityOptions.java340 * @param animId A resource ID of the animation resource to use for
346 public static ActivityOptions makeCustomInPlaceAnimation(Context context, int animId) { argument
347 if (animId == 0) {
354 opts.mCustomInPlaceResId = animId;

Completed in 26 milliseconds