Home
last modified time | relevance | path

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

/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/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
DFocusArea.java672 mPaddingTop + getScrollY(), in onDraw()
674 getScrollY() + getHeight() - mPaddingBottom); in onDraw()
688 mPaddingTop + getScrollY(), in draw()
690 getScrollY() + getHeight() - mPaddingBottom); in draw()
/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/Dialer/java/com/android/dialer/about/
DLicenseActivity.java57 int firstVisibleLine = textView.getLayout().getLineForVertical(scrollView.getScrollY()); in onSaveInstanceState()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java221 offsetPoints(coord, -v.getScrollX(), -v.getScrollY()); in getDescendantCoordRelativeToAncestor()
269 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()
274 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()
DBubbleTextView.java449 final int scrollY = getScrollY(); in drawDotIfNecessary()
DPagedView.java464 ev.setScrollY(getScrollY()); in sendScrollAccessibilityEvent()
/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/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java172 savedInstanceState.putInt(SCROLL_POSITION_Y, mNestedScrollView.getScrollY()); in onSaveInstanceStateInternal()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java159 + scrollView.getScrollY()); in scrollViewToTop()
/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/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java218 && scrollView.getScrollY() > 0) { in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DLandscapePagedViewHandler.java179 return view.getScrollY(); in getPrimaryScroll()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java321 int scrolledYInt = getScrollY() + y; in findChildAt()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.java191 setPosition(mTaskView.getX() - rv.getScrollX(), mTaskView.getY() - rv.getScrollY(),
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java385 int yPos = y - mDropView.getScrollY(); in animateView()
/packages/apps/Settings/src/com/android/settings/
DMainClear.java416 final int diff = view.getBottom() - (scrollView.getHeight() + scrollView.getScrollY()); in hasReachedBottom()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMainClearTest.java464 when(mScrollView.getScrollY()).thenReturn(scrollY); in initScrollView()
/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()