/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewWidgetImageView.java | 41 getScrollY() + getPaddingTop(), in onDraw() 43 getScrollY() + getBottom() - getTop() - getPaddingBottom()); in onDraw()
|
D | BubbleTextView.java | 181 destCanvas.translate(-getScrollX() + padding / 2, -getScrollY() + padding / 2); in drawWithPadding() 280 final int scrollY = getScrollY(); in draw() 307 canvas.clipRect(getScrollX(), getScrollY() + getExtendedPaddingTop(), in draw() 309 getScrollY() + getHeight(), Region.Op.INTERSECT); in draw()
|
D | PagedView.java | 399 scrollTo(mUnboundedScrollX + x, getScrollY() + y); in scrollBy() 430 || getScrollY() != mScroller.getCurrY() in computeScrollHelper() 814 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(), in dispatchDraw() 815 getScrollY() + getBottom() - getTop()); in dispatchDraw() 1137 super.scrollTo(0, getScrollY()); in acceleratedOverScroll() 1140 super.scrollTo(mMaxScrollX, getScrollY()); in acceleratedOverScroll() 1161 super.scrollTo(0, getScrollY()); in dampedOverScroll() 1164 super.scrollTo(mMaxScrollX, getScrollY()); in dampedOverScroll()
|
D | SmoothPagedView.java | 178 scrollTo(Math.round(mUnboundedScrollX + dx * e), getScrollY()); in computeScroll()
|
D | DragLayer.java | 309 pt[1] += view.getTop() - view.getScrollY(); in getDescendantCoordRelativeToSelf() 595 int yPos = y - mDropView.getScrollY(); in animateView()
|
D | AppWidgetResizeFrame.java | 405 + mDragLayer.getPaddingTop() - mWorkspace.getScrollY(); in snapToWidget()
|
D | Workspace.java | 1788 destCanvas.translate(-v.getScrollX() + padding / 2, -v.getScrollY() + padding / 2); 2583 xy[1] = xy[1] + getScrollY() - v.getTop(); 2608 xy[1] -= (getScrollY() - v.getTop());
|
D | CellLayout.java | 705 final int y = touchY + getScrollY(); in setTagToCellInfoForPoint()
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | ScrollerView.java | 1063 mTempRect.top = getScrollY() + height; in pageScroll() 1072 mTempRect.top = getScrollY() - height; in pageScroll() 1129 int containerTop = getScrollY(); in scrollAndFocus() 1176 if (direction == View.FOCUS_UP && getScrollY() < scrollDelta) { in arrowScroll() 1177 scrollDelta = getScrollY(); in arrowScroll() 1181 int screenBottom = getScrollY() + getHeight() - mPaddingBottom; in arrowScroll() 1236 return (mTempRect.bottom + delta) >= getScrollY() in isWithinDeltaOfScreen() 1237 && (mTempRect.top - delta) <= (getScrollY() + height); in isWithinDeltaOfScreen() 1537 int screenTop = getScrollY(); in computeScrollDeltaToGetChildRectOnScreenVertical() 1586 scrollYDelta = Math.max(scrollYDelta, -getScrollY()); in computeScrollDeltaToGetChildRectOnScreenVertical() [all …]
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
D | TimelineHorizontalScrollView.java | 69 getScrollY(), mAppScroll); 223 final int scrollY = getScrollY(); in computeScroll()
|
D | HorizontalScrollView.java | 1423 child.getTop() - child.getScrollY()); in requestChildRectangleOnScreen()
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
D | CaffeinatedScrollView.java | 68 int screenBottom = getScrollY() + getHeight() - getPaddingBottom(); in checkFullScrollAction()
|
/packages/apps/Browser/src/com/android/browser/ |
D | UrlBarAutoShowManager.java | 129 || (!mIsScrolling && web.getScrollY() > 0))) { in onTouch()
|
D | NavTabScroller.java | 324 … scroll1 = ObjectAnimator.ofInt(this, "scrollY", getScrollY(), getScrollY() + scroll); in animateOut() 402 return getScrollY() + getHeight() / 2; in getScreenCenter()
|
D | TabScrollView.java | 192 scrollTo(newscroll, getScrollY()); in setScroll()
|
D | PhoneUi.java | 391 int fromTop = tabview.getTop() + target.getTop() - mNavScreen.mScroller.getScrollY(); in hideNavScreen() 509 int ty = web.getScrollY(); in set()
|
D | Tab.java | 1911 final int top = mMainView.getScrollY() + mMainView.getVisibleTitleHeight(); in capture()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 420 int top = getScrollY(); in scrollToVisible() 421 int bottom = getScrollY() + getHeight(); in scrollToVisible() 431 int top = getScrollY(); in ensureVisible() 622 if (r.top < getScrollY()) { in onKeyDown()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | SlotView.java | 736 public int getScrollY() { in getScrollY() method in SlotView 746 offset.top - getScrollY()); in getSlotRect()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | RecipientsEditor.java | 288 y += getScrollY(); in pointToPosition()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | TextCandidatesViewManager.java | 701 … mViewBodyScroll.scrollTo(0, mViewBodyScroll.getScrollY() + getCandidateMinimumHeight()); in displayCandidates() 1338 if (mViewBodyScroll.getScrollY() == 0) { in onFling()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumPage.java | 126 bounds.top - mSlotView.getScrollY());
|
D | AlbumSetPage.java | 186 int scrollY = mSlotView.getScrollY(); in getSlotCenter()
|