HomeSort by relevance Sort by last modified time
    Searched refs:animId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
ActivityOptions.java 216 * @param animId A resource ID of the animation resource to use for
222 public static ActivityOptions makeCustomInPlaceAnimation(Context context, int animId) {
223 if (animId == 0) {
230 opts.mCustomInPlaceResId = animId;
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 224 final int animId = attributeSet.getAttributeResourceValue(i, 0);
225 animator = loadAnimator(context, animId);

Completed in 196 milliseconds