OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:repcnt
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java
449
public void onRepeat(View v, long howlong, int
repcnt
) {
450
scanBackward(
repcnt
, howlong);
456
public void onRepeat(View v, long howlong, int
repcnt
) {
457
scanForward(
repcnt
, howlong);
814
int
repcnt
= event.getRepeatCount();
local
852
scanBackward(
repcnt
, event.getEventTime() - event.getDownTime());
861
scanForward(
repcnt
, event.getEventTime() - event.getDownTime());
876
private void scanBackward(int
repcnt
, long delta) {
879
if(
repcnt
== 0) {
[
all
...]
Completed in 38 milliseconds