Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/
DFocusArea.java142 mPaddingTop + getScrollY(), in onDraw()
144 getScrollY() + getHeight() - mPaddingBottom); in onDraw()
158 mPaddingTop + getScrollY(), in draw()
160 getScrollY() + getHeight() - mPaddingBottom); in draw()
/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java584 if (mScrollView.getScrollY() != 0) { in expandHeader()
585 ObjectAnimator.ofInt(mScrollView, "scrollY", -mScrollView.getScrollY()).start(); in expandHeader()
818 + mScrollView.getScrollY(); in getScroll()
839 + mScrollView.getScrollY(); in getScroll_ignoreOversizedHeaderForSnapping()
1019 if (mScrollView.getScrollY() > 0) { in scrollDown()
1020 final int originalValue = mScrollView.getScrollY(); in scrollDown()
1022 delta -= mScrollView.getScrollY() - originalValue; in scrollDown()
DTouchlessScrollView.java33 final int scrollY = getScrollY(); in onSaveInstanceState()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java67 canvas.clipRect(getScrollX(), getScrollY() + getExtendedPaddingTop(), in onDraw()
69 getScrollY() + getHeight()); in onDraw()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPortraitPagedViewHandler.java58 pagedView.scrollTo(unboundedScroll + x, pagedView.getScrollY() + y); in delegateScrollBy()
92 pagedView.superScrollTo(primaryScroll, pagedView.getScrollY()); in delegateScrollTo()
DLandscapePagedViewHandler.java69 out.scroll = view.getScrollY(); in getCurveProperties()
155 return view.getScrollY(); in getPrimaryScroll()
/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/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/Launcher3/src/com/android/launcher3/
DUtilities.java202 offsetPoints(coord, -v.getScrollX(), -v.getScrollY()); in getDescendantCoordRelativeToAncestor()
223 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()
228 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()
DBubbleTextView.java407 final int scrollY = getScrollY(); in drawDotIfNecessary()
DPagedView.java466 ev.setScrollY(getScrollY()); in sendScrollAccessibilityEvent()
/packages/apps/Dialer/java/com/android/dialer/about/
DLicenseActivity.java57 int firstVisibleLine = textView.getLayout().getLineForVertical(scrollView.getScrollY()); in onSaveInstanceState()
/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/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/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java159 + scrollView.getScrollY()); in scrollViewToTop()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java318 int scrolledYInt = getScrollY() + y; in findChildAt()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java398 int yPos = y - mDropView.getScrollY(); in animateView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DMasterClear.java409 final int diff = view.getBottom() - (scrollView.getHeight() + scrollView.getScrollY()); in hasReachedBottom()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMasterClearTest.java464 when(mScrollView.getScrollY()).thenReturn(scrollY); in initScrollView()
/packages/apps/Settings/src/com/android/settings/
DMasterClear.java410 final int diff = view.getBottom() - (scrollView.getHeight() + scrollView.getScrollY()); in hasReachedBottom()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java444 assertEquals(expectedWallpaperScrollY, fullResImageView.getScrollY()); in testSetsDefaultWallpaperZoomAndScroll()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java127 bounds.top - mSlotView.getScrollY());
DAlbumSetPage.java185 int scrollY = mSlotView.getScrollY(); in getSlotCenter()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java599 getY() - recentsView.getScrollY(), pagedOrientationHandler); in onPageScroll()