Home
last modified time | relevance | path

Searched defs:scrollY (Results 1 – 7 of 7) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DScrollViewListener.java34 public void onScrollBegin(View view, int scrollX, int scrollY, boolean appScroll); in onScrollBegin()
45 public void onScrollProgress(View view, int scrollX, int scrollY, boolean appScroll); in onScrollProgress()
56 public void onScrollEnd(View view, int scrollX, int scrollY, boolean appScroll); in onScrollEnd()
DMediaItemView.java192 public void onScrollBegin(View view, int scrollX, int scrollY, boolean appScroll) { in onScrollBegin()
197 public void onScrollProgress(View view, int scrollX, int scrollY, boolean appScroll) { in onScrollProgress()
203 public void onScrollEnd(View view, int scrollX, int scrollY, boolean appScroll) { in onScrollEnd()
DTimelineHorizontalScrollView.java229 final int scrollY = getScrollY(); in computeScroll() local
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java454 final int scrollY = mScrollY; in inChild() local
866 protected void onOverScrolled(int scrollX, int scrollY, in onOverScrolled()
1288 final int scrollY = mScrollY; in smoothScrollBy() local
1334 final int scrollY = mScrollY; in computeVerticalScrollRange() local
/packages/apps/Launcher2/src/com/android/launcher2/
DBubbleTextView.java272 final int scrollY = getScrollY(); in draw() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetPage.java177 int scrollY = mSlotView.getScrollY(); in getSlotCenter() local
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java908 final int scrollY = mScrollY + mPaddingTop; in invalidateDrawable() local