/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | RequestRectangleVisibleTest.java | 93 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()
|
D | ScrollViewButtonsAndLabelsTest.java | 59 mScrollView.getVerticalFadingEdgeLength() > 0); in testPreconditions() 87 .getVerticalFadingEdgeLength(); in testArrowScrollDownOffScreenVerticalFadingEdge() 138 mScreenTop + mScrollView.getVerticalFadingEdgeLength(), buttonLoc[1]); in testArrowScrollUpOffScreenVerticalFadingEdge()
|
D | RequestRectangleVisibleWithInternalScrollTest.java | 80 - mScrollView.getVerticalFadingEdgeLength()); in testMoveToChildWithScrollYBelow()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
D | ListOfThinItemsTest.java | 44 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()
|
D | ListItemsExpandOnSelectionTest.java | 93 mListBottom - mListView.getVerticalFadingEdgeLength(), in testMoveSelectionDownRequiringScroll() 115 mListTop + mListView.getVerticalFadingEdgeLength(), in testMoveSelectionUpRequiringScroll()
|
D | ListWithOffScreenNextSelectableTest.java | 66 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom()); in testGoDownToOffScreenSelectable() 93 listTop + mListView.getVerticalFadingEdgeLength(), firstVisibleView.getTop()); in testGoUpToOffScreenSelectable()
|
D | ListOfItemsShorterThanScreenTest.java | 118 mListView.getVerticalFadingEdgeLength() + mListView.getListPaddingTop(), in testMoveUpToItemRequiringScrolling() 158 …return mListView.getHeight() - (mListView.getVerticalFadingEdgeLength() + mListView.getListPadding… in getTopOfBottomFadingEdge()
|
D | ListWithNoFadingEdgeTest.java | 45 assertEquals("listview vertical fading edge", 0, mListView.getVerticalFadingEdgeLength()); in testPreconditions()
|
D | ListOfShortShortTallShortShortTest.java | 47 firstTwoHeight <= mListView.getVerticalFadingEdgeLength()); in testPreconditions()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ScrollingThroughListOfFocusablesTest.java | 93 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/ |
D | ListItemRequestRectAboveThinFirstItemTest.java | 45 mListView.getChildAt(0).getBottom() < mListView.getVerticalFadingEdgeLength()); in testPreconditions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsHorizontalScrollView.java | 213 public int getVerticalFadingEdgeLength() { in getVerticalFadingEdgeLength() method in RecentsHorizontalScrollView 217 return super.getVerticalFadingEdgeLength(); in getVerticalFadingEdgeLength()
|
D | RecentsVerticalScrollView.java | 228 public int getVerticalFadingEdgeLength() { in getVerticalFadingEdgeLength() method in RecentsVerticalScrollView 232 return super.getVerticalFadingEdgeLength(); in getVerticalFadingEdgeLength()
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 174 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()
|
D | GridView.java | 433 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()
|
D | ListView.java | 556 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()
|
D | AbsListView.java | 1797 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/ |
D | View.java | 3156 public int getVerticalFadingEdgeLength() { in getVerticalFadingEdgeLength() method in View
|
/frameworks/base/api/ |
D | current.txt | 22954 method public int getVerticalFadingEdgeLength();
|
D | 14.txt | 22954 method public int getVerticalFadingEdgeLength();
|