Home
last modified time | relevance | path

Searched refs:getScrollY (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
DBubbleTextView.java184 destCanvas.translate(-getScrollX() + padding / 2, -getScrollY() + padding / 2); in drawWithPadding()
283 final int scrollY = getScrollY(); in draw()
310 canvas.clipRect(getScrollX(), getScrollY() + getExtendedPaddingTop(), in draw()
312 getScrollY() + getHeight(), Region.Op.INTERSECT); in draw()
DPagedViewWidgetImageView.java41 getScrollY() + getPaddingTop(), in onDraw()
43 getScrollY() + getBottom() - getTop() - getPaddingBottom()); in onDraw()
DPagedView.java406 scrollTo(mUnboundedScrollX + x, getScrollY() + y); in scrollBy()
448 || getScrollY() != mScroller.getCurrY() in computeScrollHelper()
844 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(), in dispatchDraw()
845 getScrollY() + getBottom() - getTop()); in dispatchDraw()
1178 super.scrollTo(0, getScrollY()); in acceleratedOverScroll()
1181 super.scrollTo(mMaxScrollX, getScrollY()); in acceleratedOverScroll()
1202 super.scrollTo(0, getScrollY()); in dampedOverScroll()
1205 super.scrollTo(mMaxScrollX, getScrollY()); in dampedOverScroll()
DSmoothPagedView.java178 scrollTo(Math.round(mUnboundedScrollX + dx * e), getScrollY()); in computeScroll()
DDragLayer.java335 pt[1] += view.getTop() - view.getScrollY(); in getDescendantCoordRelativeToSelf()
621 int yPos = y - mDropView.getScrollY(); in animateView()
DAppWidgetResizeFrame.java405 + mDragLayer.getPaddingTop() - mWorkspace.getScrollY(); in snapToWidget()
/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java562 if (mScrollView.getScrollY() != 0) { in expandHeader()
563 ObjectAnimator.ofInt(mScrollView, "scrollY", -mScrollView.getScrollY()).start(); in expandHeader()
796 + mScrollView.getScrollY(); in getScroll()
817 + mScrollView.getScrollY(); in getScroll_ignoreOversizedHeaderForSnapping()
997 if (mScrollView.getScrollY() > 0) { in scrollDown()
998 final int originalValue = mScrollView.getScrollY(); in scrollDown()
1000 delta -= mScrollView.getScrollY() - originalValue; in scrollDown()
DTouchlessScrollView.java33 final int scrollY = getScrollY(); in onSaveInstanceState()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCursorAnchorInfoUtils.java60 position[1] -= currentView.getScrollY(); in isPositionVisible()
141 - lineBoundsWithoutOffset.top - textView.getScrollY(); in extractFromTextViewInternal()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java374 final int scrollY = getScrollY(); in draw()
401 canvas.clipRect(getScrollX(), getScrollY() + getExtendedPaddingTop(), in draw()
403 getScrollY() + getHeight(), Region.Op.INTERSECT); in draw()
DPagedView.java560 scrollTo(getUnboundedScrollX() + x, getScrollY() + y); in scrollBy()
629 ev.setScrollY(getScrollY()); in sendScrollAccessibilityEvent()
643 || getScrollY() != mScroller.getCurrY()) { in computeScrollHelper()
1130 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(), in dispatchDraw()
1131 getScrollY() + getBottom() - getTop()); in dispatchDraw()
1811 getScrollY(), vX, 0, Integer.MIN_VALUE, Integer.MAX_VALUE, 0, 0); in onTouchEvent()
DUtilities.java338 pt[1] -= v0.getScrollY(); in getDescendantCoordRelativeToParent()
376 pt[1] += ancestor.getScrollY(); in mapCoordInSelfToDescendent()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DCaffeinatedScrollView.java68 int screenBottom = getScrollY() + getHeight() - getPaddingBottom(); in checkFullScrollAction()
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java420 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/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
DConfirmationViewHandler.java304 - contentHeight + Math.max(mScrollingContainer.getScrollY(), 0); in hideButtonBar()
315 Log.d(TAG, " mScrollingContainer.getScrollY(): " + mScrollingContainer.getScrollY()); in hideButtonBar()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorPadViewPager.java119 final int y = (int) ev.getY() + getScrollY(); in onInterceptTouchEvent()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationWebView.java82 final int y = getScrollY(); in onDraw()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DWindowLocationUtil.java66 deltay = view.getScrollY(); in getLocationsInWindow()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java737 public int getScrollY() { in getScrollY() method in SlotView
747 offset.top - getScrollY()); in getSlotRect()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java158 + scrollView.getScrollY()); in scrollViewToTop()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java318 int scrolledYInt = getScrollY() + y; in findChildAt()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java936 if (child.getBottom() - getScrollY() > 0) {
981 if (child.getTop() - getScrollY() < getHeight()) {
1090 itemInvisible = top - getScrollY() <= 0;
1391 itemInvisible = top - getScrollY() >= getHeight();
2056 if (getScrollY() + getHeight() >= maxEdge) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java701 … mViewBodyScroll.scrollTo(0, mViewBodyScroll.getScrollY() + getCandidateMinimumHeight()); in displayCandidates()
1338 if (mViewBodyScroll.getScrollY() == 0) { in onFling()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java511 final int scrollY = mWebView.getScrollY(); in calculateScrollYPercent()
1239 final int currentY = mWebView.getScrollY(); in onKey()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java127 bounds.top - mSlotView.getScrollY());

12