Searched defs:appScroll (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DScrollViewListener.java31 * @param appScroll true if scroll was initiate in code
34 public void onScrollBegin(View view, int scrollX, int scrollY, boolean appScroll); argument
42 * @param appScroll true if scroll was initiate in code
45 public void onScrollProgress(View view, int scrollX, int scrollY, boolean appScroll); argument
53 * @param appScroll true if scroll was initiate in code
56 public void onScrollEnd(View view, int scrollX, int scrollY, boolean appScroll); argument
H A DMediaItemView.java192 public void onScrollBegin(View view, int scrollX, int scrollY, boolean appScroll) { argument
197 public void onScrollProgress(View view, int scrollX, int scrollY, boolean appScroll) { argument
203 public void onScrollEnd(View view, int scrollX, int scrollY, boolean appScroll) { argument

Completed in 89 milliseconds