Home
last modified time | relevance | path

Searched refs:getScrollY (Results 1 – 22 of 22) 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/Launcher3/src/com/android/launcher3/
DPagedView.java379 scrollTo(getUnboundedScrollX() + x, getScrollY() + y); in scrollBy()
430 ev.setScrollY(getScrollY()); in sendScrollAccessibilityEvent()
1051 super.scrollTo(x + overScrollAmount, getScrollY()); in dampedOverScroll()
1066 super.scrollTo(mMinScrollX + amount, getScrollY()); in overScroll()
1068 super.scrollTo(mMaxScrollX + amount, getScrollY()); in overScroll()
DUtilities.java230 offsetPoints(coord, -v.getScrollX(), -v.getScrollY()); in getDescendantCoordRelativeToAncestor()
264 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()
269 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()
DBubbleTextView.java412 final int scrollY = getScrollY(); in drawDotIfNecessary()
/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/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java737 public int getScrollY() { in getScrollY() method in SlotView
747 offset.top - getScrollY()); in getSlotRect()
/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/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/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java105 -mView.getScrollY() + blurSizeOutline / 2); in drawDragView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java318 int scrolledYInt = getScrollY() + y; in findChildAt()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMasterClearTest.java452 when(mScrollView.getScrollY()).thenReturn(scrollY); in initScrollView()
/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/src/com/android/settings/
DMasterClear.java408 final int diff = view.getBottom() - (scrollView.getHeight() + scrollView.getScrollY()); in hasReachedBottom()
/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());
DAlbumSetPage.java185 int scrollY = mSlotView.getScrollY(); in getSlotCenter()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java402 int yPos = y - mDropView.getScrollY(); in animateView()