Searched refs:onRepeat (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java449 public void onRepeat(View v, long howlong, int repcnt) {
456 public void onRepeat(View v, long howlong, int repcnt) {
H A DRepeatingImageButton.java124 mListener.onRepeat(this, now - mStartTime, last ? -1 : mRepeatCount++);
139 void onRepeat(View v, long duration, int repeatcount); method in interface:RepeatingImageButton.RepeatListener

Completed in 43 milliseconds