Searched refs:mBehavior (Results 1 – 2 of 2) sorted by relevance
26 private final B mBehavior; field in ActionKey32 mBehavior = behavior; in ActionKey()33 mBehaviorString = (mBehavior != null) ? mBehavior.name() : ""; in ActionKey()58 mBehavior = behavior; in ActionKey()74 return mBehavior; in getBehavior()
203 private int mBehavior; field in ProgressBar271 mBehavior = a.getInt(R.styleable.ProgressBar_indeterminateBehavior, mBehavior); in ProgressBar()407 mBehavior = AlphaAnimation.RESTART; in initProgressBar()819 mAnimation.setRepeatMode(mBehavior); in startAnimation()