HomeSort by relevance Sort by last modified time
    Searched refs:RepeatingImageButton (Results 1 - 2 of 2) sorted by null

  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 31 public class RepeatingImageButton extends ImageButton {
37 public RepeatingImageButton(Context context) {
41 public RepeatingImageButton(Context context, AttributeSet attrs) {
45 public RepeatingImageButton(Context context, AttributeSet attrs, int defStyle) {
MediaPlaybackActivity.java 67 private RepeatingImageButton mPrevButton;
69 private RepeatingImageButton mNextButton;
126 mPrevButton = (RepeatingImageButton) findViewById(R.id.prev);
138 mPrevButton.setRepeatListener(new RepeatingImageButton.RepeatListener() {
157 mNextButton = (RepeatingImageButton) findViewById(R.id.next);
164 mNextButton.setRepeatListener(new RepeatingImageButton.RepeatListener() {

Completed in 434 milliseconds