OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onScrollProgress
(Results
1 - 3
of
3
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ScrollViewListener.java
45
public void
onScrollProgress
(View view, int scrollX, int scrollY, boolean appScroll);
TimelineHorizontalScrollView.java
232
listener.
onScrollProgress
(this, scrollX, scrollY, mAppScroll);
MediaItemView.java
197
public void
onScrollProgress
(View view, int scrollX, int scrollY, boolean appScroll) {
Completed in 20 milliseconds