Home | History | Annotate | Download | only in animation

Lines Matching refs:resID

250         final int resID = a.getResourceId(com.android.internal.R.styleable.Animation_interpolator, 0);
254 if (resID > 0) {
255 setInterpolator(context, resID);
387 * @param resID The resource identifier of the interpolator to load
390 public void setInterpolator(Context context, int resID) {
391 setInterpolator(AnimationUtils.loadInterpolator(context, resID));