Searched refs:getScrollY (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DButtonAboveTallInternalSelectionViewTest.java41 getActivity().getScrollView().getScrollY());
47 getActivity().getScrollView().getScrollY());
63 getActivity().getScrollView().getScrollY());
H A DRequestRectangleVisibleWithInternalScroll.java69 rect.offset(0, mTextBlob.getScrollY());
H A DRequestRectangleVisibleWithInternalScrollTest.java60 assertEquals(getActivity().getScrollYofBlob(), mTextBlob.getScrollY());
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DButtonsWithTallTextViewInBetweenTest.java82 mScrollView.getScrollY());
85 getBottomWithinScrollView(mTopButton) < mScrollView.getScrollY());
95 final int screenBottom = mScrollView.getScrollY() + mScrollView.getHeight();
107 mScrollView.getScrollY());
125 mScrollView.getScrollY());
132 mScrollView.getScrollY());
135 getTopWithinScrollView(mBottomButton) > mScrollView.getScrollY() + mScrollView.getHeight());
H A DShortButtonsTest.java69 mScrollView.getScrollY());
98 mScrollView.getScrollY());
105 return mTempRect.bottom >= mScrollView.getScrollY()
106 && mTempRect.top <= (mScrollView.getScrollY() + mScrollView.getHeight());
H A DMultiPageTextWithPaddingTest.java68 .getPaddingBottom()), mScrollView.getScrollY());
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java282 final int oldScrollY = getScrollY();
284 final int myConsumed = getScrollY() - oldScrollY;
326 final int scrollY = getScrollY();
342 final int span = getChildAt(0).getBottom() - getScrollY() - bottomEdge;
412 * @see android.view.View#getScrollY()
569 final int scrollY = getScrollY();
703 if (mScroller.springBack(getScrollX(), getScrollY(), 0, 0, 0, getScrollRange())) {
789 final int oldY = getScrollY();
797 if (overScrollByCompat(0, deltaY, 0, getScrollY(), 0, range, 0,
803 final int scrolledDeltaY = getScrollY()
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderScrollView.java86 final int drawTop = drawTarget.getTop() - getScrollY();
89 drawTarget.setTranslationY(getScrollY() - drawOffset);
H A DBottomScrollView.java95 if (getScrollY() >= mScrollThreshold) {
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java403 return widget.getLayout().getLineForVertical(widget.getScrollY());
407 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget));
471 widget.scrollTo(scrollX, widget.getScrollY());
492 widget.scrollTo(scrollX, widget.getScrollY());
510 final int top = widget.getScrollY();
538 final int bottom = widget.getScrollY() + innerHeight;
567 final int top = widget.getScrollY() - getInnerHeight(widget);
588 final int bottom = widget.getScrollY() + innerHeight + innerHeight;
649 widget.scrollTo(minScrollX, widget.getScrollY());
668 widget.scrollTo(maxScrollX, widget.getScrollY());
[all...]
H A DTouch.java101 widget.getScrollX(), widget.getScrollY()),
154 int ny = widget.getScrollY() + (int) dy;
163 int oldY = widget.getScrollY();
168 if (oldX != widget.getScrollX() || oldY != widget.getScrollY()) {
H A DLinkMovementMethod.java101 int areatop = widget.getScrollY();
207 y += widget.getScrollY();
/frameworks/support/design/honeycomb/android/support/design/widget/
H A DViewGroupUtilsHoneycomb.java57 m.preTranslate(-vp.getScrollX(), -vp.getScrollY());
/frameworks/support/design/src/android/support/design/widget/
H A DViewGroupUtils.java40 rect.offset(child.getScrollX(), child.getScrollY());
/frameworks/support/compat/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java78 public static int getScrollY(Object record) { method in class:AccessibilityRecordCompatIcs
79 return ((AccessibilityRecord) record).getScrollY();
/frameworks/base/core/java/android/transition/
H A DChangeScroll.java55 transitionValues.values.put(PROPNAME_SCROLL_Y, transitionValues.view.getScrollY());
H A DTransitionUtils.java90 matrix.setTranslate(-parent.getScrollX(), -parent.getScrollY());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java48 public int getScrollY() { method in class:AmbientState
H A DStackScrollAlgorithm.java248 int scrollY = ambientState.getScrollY();
369 if (i == 0 && ambientState.getScrollY() <= 0) {
555 mBottomStackSlowDownLength + ambientState.getScrollY();
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java60 public int getScrollY(Object record); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
154 public int getScrollY(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
376 public int getScrollY(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
377 return AccessibilityRecordCompatIcs.getScrollY(record);
874 public int getScrollY() { method in class:AccessibilityRecordCompat
875 return IMPL.getScrollY(mRecord);
/frameworks/base/core/java/android/widget/
H A DScrollView.java507 if (getScrollY() == 0 && !canScrollVertically(1)) {
1021 mTempRect.top = getScrollY() + height;
1030 mTempRect.top = getScrollY() - height;
1087 int containerTop = getScrollY();
1134 if (direction == View.FOCUS_UP && getScrollY() < scrollDelta) {
1135 scrollDelta = getScrollY();
1139 int screenBottom = getScrollY() + getHeight() - mPaddingBottom;
1182 return (mTempRect.bottom + delta) >= getScrollY()
1183 && (mTempRect.top - delta) <= (getScrollY() + height);
1415 int screenTop = getScrollY();
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java58 this.scrollY = node.getScrollY();
169 top -= root.getScrollY();
170 matrix.preTranslate(-root.getScrollX(), -root.getScrollY());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DObservableScrollView.java52 return getScrollY() == getMaxScrollY();
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java93 canvas.translate(getScrollX(), getScrollY());
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java382 } else if (event.getScrollX() != -1 && event.getScrollY() != -1) {
386 foundEnd = event.getScrollY() == 0 ||
387 event.getScrollY() == event.getMaxScrollY();

Completed in 500 milliseconds

123