Home | History | Annotate | Download | only in animation

Lines Matching defs:resID

216         final int resID = a.getResourceId(com.android.internal.R.styleable.Animation_interpolator, 0);
217 if (resID > 0) {
218 setInterpolator(context, resID);
324 * @param resID The resource identifier of the interpolator to load
327 public void setInterpolator(Context context, int resID) {
328 setInterpolator(AnimationUtils.loadInterpolator(context, resID));