OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onScrubbingMove
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java
175
public void
onScrubbingMove
(int time) {
177
super.
onScrubbingMove
(time);
TimeBar.java
41
void
onScrubbingMove
(int time);
235
mListener.
onScrubbingMove
(mCurrentTime);
CommonControllerOverlay.java
338
public void
onScrubbingMove
(int time) {
Completed in 164 milliseconds