Home | History | Annotate | Download | only in animation

Lines Matching refs:getInt

209         setDuration((long) a.getInt(com.android.internal.R.styleable.Animation_duration, 0));
210 setStartOffset((long) a.getInt(com.android.internal.R.styleable.Animation_startOffset, 0));
221 setRepeatCount(a.getInt(com.android.internal.R.styleable.Animation_repeatCount, mRepeatCount));
222 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
224 setZAdjustment(a.getInt(com.android.internal.R.styleable.Animation_zAdjustment, ZORDER_NORMAL));