Home
last modified time | relevance | path

Searched refs:getVerticalFadingEdgeLength (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DRequestRectangleVisibleTest.java93 mTopBlob.getTop() > mScrollView.getVerticalFadingEdgeLength()); in testPreconditions()
114 - mScrollView.getVerticalFadingEdgeLength()); in testScrollToOffScreenRectangleFromTop()
131 mScrollView, mTopBlob, 0, mScrollView.getVerticalFadingEdgeLength()); in testScrollToPartiallyOffScreenRectFromTop()
150 mScrollView, mChildToScrollTo, 0, mScrollView.getVerticalFadingEdgeLength()); in testScrollToOffScreenRectangleFromBottom()
171 - mScrollView.getVerticalFadingEdgeLength()); in testScrollToPartiallyOffScreenRectFromBottom()
DScrollViewButtonsAndLabelsTest.java59 mScrollView.getVerticalFadingEdgeLength() > 0); in testPreconditions()
87 .getVerticalFadingEdgeLength(); in testArrowScrollDownOffScreenVerticalFadingEdge()
138 mScreenTop + mScrollView.getVerticalFadingEdgeLength(), buttonLoc[1]); in testArrowScrollUpOffScreenVerticalFadingEdge()
DRequestRectangleVisibleWithInternalScrollTest.java80 - mScrollView.getVerticalFadingEdgeLength()); in testMoveToChildWithScrollYBelow()
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListOfThinItemsTest.java44 mListView.getSelectedView().getHeight() < mListView.getVerticalFadingEdgeLength()); in testPreconditions()
56 final int bottomFadingEdge = listBottom - mListView.getVerticalFadingEdgeLength(); in testScrollToBottom()
94 final int topFadingEdge = listTop + mListView.getVerticalFadingEdgeLength(); in testScrollToTop()
DListItemsExpandOnSelectionTest.java93 mListBottom - mListView.getVerticalFadingEdgeLength(), in testMoveSelectionDownRequiringScroll()
115 mListTop + mListView.getVerticalFadingEdgeLength(), in testMoveSelectionUpRequiringScroll()
DListWithOffScreenNextSelectableTest.java66 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable()
93 listTop + mListView.getVerticalFadingEdgeLength(), firstVisibleView.getTop()); in testGoUpToOffScreenSelectable()
DListOfItemsShorterThanScreenTest.java118 mListView.getVerticalFadingEdgeLength() + mListView.getListPaddingTop(), in testMoveUpToItemRequiringScrolling()
158 …return mListView.getHeight() - (mListView.getVerticalFadingEdgeLength() + mListView.getListPadding… in getTopOfBottomFadingEdge()
DListWithNoFadingEdgeTest.java45 assertEquals("listview vertical fading edge", 0, mListView.getVerticalFadingEdgeLength()); in testPreconditions()
DListOfShortShortTallShortShortTest.java47 firstTwoHeight <= mListView.getVerticalFadingEdgeLength()); in testPreconditions()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DScrollingThroughListOfFocusablesTest.java93 final int fadingEdge = mListView.getBottom() - mListView.getVerticalFadingEdgeLength(); in testScrollingDownInFirstItem()
147 mListView.getBottom() - mListView.getVerticalFadingEdgeLength() < mTempRect.bottom); in testNoFadingEdgeAtBottomOfLastItem()
194 mListView.getVerticalFadingEdgeLength(), in testNavigatingUpThroughInternalSelection()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemRequestRectAboveThinFirstItemTest.java45 mListView.getChildAt(0).getBottom() < mListView.getVerticalFadingEdgeLength()); in testPreconditions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsHorizontalScrollView.java213 public int getVerticalFadingEdgeLength() { in getVerticalFadingEdgeLength() method in RecentsHorizontalScrollView
217 return super.getVerticalFadingEdgeLength(); in getVerticalFadingEdgeLength()
DRecentsVerticalScrollView.java228 public int getVerticalFadingEdgeLength() { in getVerticalFadingEdgeLength() method in RecentsVerticalScrollView
232 return super.getVerticalFadingEdgeLength(); in getVerticalFadingEdgeLength()
/frameworks/base/core/java/android/widget/
DScrollView.java174 final int length = getVerticalFadingEdgeLength(); in getTopFadingEdgeStrength()
188 final int length = getVerticalFadingEdgeLength(); in getBottomFadingEdgeStrength()
770 final int fadingEdgeLength = getVerticalFadingEdgeLength() / 2; in findFocusableViewInMyBounds()
1275 int fadingEdge = getVerticalFadingEdgeLength(); in computeScrollDeltaToGetChildRectOnScreen()
DGridView.java433 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillSelection()
669 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection()
841 final int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection()
1053 getVerticalFadingEdgeLength() * 2; in onMeasure()
DListView.java556 final int fadingEdge = getVerticalFadingEdgeLength(); in requestChildRectangleOnScreen()
803 int fadingEdgeLength = getVerticalFadingEdgeLength(); in fillFromSelection()
928 int fadingEdgeLength = getVerticalFadingEdgeLength(); in moveSelection()
1150 getVerticalFadingEdgeLength() * 2; in onMeasure()
2224 mSpecificTop = mPaddingTop + getVerticalFadingEdgeLength(); in pageScroll()
2560 return Math.max(MIN_SCROLL_PREVIEW_PIXELS, getVerticalFadingEdgeLength()); in getArrowScrollPreviewLength()
DAbsListView.java1797 final float fadeLength = (float) getVerticalFadingEdgeLength(); in getTopFadingEdgeStrength()
1815 final float fadeLength = (float) getVerticalFadingEdgeLength(); in getBottomFadingEdgeStrength()
4712 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection()
4715 - getVerticalFadingEdgeLength(); in resurrectSelection()
4732 childrenTop += getVerticalFadingEdgeLength(); in resurrectSelection()
4755 childrenBottom -= getVerticalFadingEdgeLength(); in resurrectSelection()
/frameworks/base/core/java/android/view/
DView.java3156 public int getVerticalFadingEdgeLength() { in getVerticalFadingEdgeLength() method in View
/frameworks/base/api/
Dcurrent.txt22954 method public int getVerticalFadingEdgeLength();
D14.txt22954 method public int getVerticalFadingEdgeLength();