Searched defs:scrollY (Results 1 – 7 of 7) sorted by relevance
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
D | ScrollViewListener.java | 34 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()
|
D | MediaItemView.java | 192 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()
|
D | TimelineHorizontalScrollView.java | 229 final int scrollY = getScrollY(); in computeScroll() local
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | ScrollerView.java | 454 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/ |
D | BubbleTextView.java | 272 final int scrollY = getScrollY(); in draw() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumSetPage.java | 177 int scrollY = mSlotView.getScrollY(); in getSlotCenter() local
|
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
D | ProgressBar.java | 908 final int scrollY = mScrollY + mPaddingTop; in invalidateDrawable() local
|