OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onScrubbingMove
(Results
1 - 4
of
4
) 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);
TrimTimeBar.java
297
mListener.
onScrubbingMove
(seekToTime);
CommonControllerOverlay.java
338
public void
onScrubbingMove
(int time) {
Completed in 3960 milliseconds