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 304 * @param animId A resource ID of the animation resource to use for
310 public static ActivityOptions makeCustomInPlaceAnimation(Context context, int animId) {
311 if (animId == 0) {
318 opts.mCustomInPlaceResId = animId;
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 228 final int animId = attributeSet.getAttributeResourceValue(i, 0);
229 animator = loadAnimator(context, animId);
    [all...]

Completed in 61 milliseconds