Home | History | Annotate | Download | only in seekbar

Lines Matching refs:mBehavior

203     private int mBehavior;
271 mBehavior = a.getInt(R.styleable.ProgressBar_indeterminateBehavior, mBehavior);
407 mBehavior = AlphaAnimation.RESTART;
819 mAnimation.setRepeatMode(mBehavior);