Searched refs:RepeatingImageButton (Results 1 - 2 of 2) sorted by path

/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java79 private RepeatingImageButton mPrevButton;
81 private RepeatingImageButton mNextButton;
128 mPrevButton = (RepeatingImageButton) findViewById(R.id.prev);
134 mNextButton = (RepeatingImageButton) findViewById(R.id.next);
447 private RepeatingImageButton.RepeatListener mRewListener =
448 new RepeatingImageButton.RepeatListener() {
454 private RepeatingImageButton.RepeatListener mFfwdListener =
455 new RepeatingImageButton.RepeatListener() {
H A DRepeatingImageButton.java31 public class RepeatingImageButton extends ImageButton { class in inherits:ImageButton
38 public RepeatingImageButton(Context context) { method in class:RepeatingImageButton
42 public RepeatingImageButton(Context context, AttributeSet attrs) { method in class:RepeatingImageButton
46 public RepeatingImageButton(Context context, AttributeSet attrs, int defStyle) { method in class:RepeatingImageButton

Completed in 45 milliseconds