Searched refs:getVerticalFadingEdgeLength (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfThinItemsTest.java44 mListView.getSelectedView().getHeight() < mListView.getVerticalFadingEdgeLength());
56 final int bottomFadingEdge = listBottom - mListView.getVerticalFadingEdgeLength();
94 final int topFadingEdge = listTop + mListView.getVerticalFadingEdgeLength();
H A DListItemsExpandOnSelectionTest.java93 mListBottom - mListView.getVerticalFadingEdgeLength(),
115 mListTop + mListView.getVerticalFadingEdgeLength(),
H A DListWithOffScreenNextSelectableTest.java66 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom());
93 listTop + mListView.getVerticalFadingEdgeLength(), firstVisibleView.getTop());
H A DListWithNoFadingEdgeTest.java45 assertEquals("listview vertical fading edge", 0, mListView.getVerticalFadingEdgeLength());
H A DListOfItemsShorterThanScreenTest.java118 mListView.getVerticalFadingEdgeLength() + mListView.getListPaddingTop(),
158 return mListView.getHeight() - (mListView.getVerticalFadingEdgeLength() + mListView.getListPaddingBottom());
H A DListOfShortShortTallShortShortTest.java47 firstTwoHeight <= mListView.getVerticalFadingEdgeLength());
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleTest.java93 mTopBlob.getTop() > mScrollView.getVerticalFadingEdgeLength());
114 - mScrollView.getVerticalFadingEdgeLength());
131 mScrollView, mTopBlob, 0, mScrollView.getVerticalFadingEdgeLength());
150 mScrollView, mChildToScrollTo, 0, mScrollView.getVerticalFadingEdgeLength());
171 - mScrollView.getVerticalFadingEdgeLength());
H A DScrollViewButtonsAndLabelsTest.java59 mScrollView.getVerticalFadingEdgeLength() > 0);
87 .getVerticalFadingEdgeLength();
138 mScreenTop + mScrollView.getVerticalFadingEdgeLength(), buttonLoc[1]);
H A DRequestRectangleVisibleWithInternalScrollTest.java80 - mScrollView.getVerticalFadingEdgeLength());
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java97 mListView.getBottom() - mListView.getVerticalFadingEdgeLength();
148 mListView.getBottom() - mListView.getVerticalFadingEdgeLength() < mTempRect.bottom);
195 mListView.getVerticalFadingEdgeLength(),
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemRequestRectAboveThinFirstItemTest.java45 mListView.getChildAt(0).getBottom() < mListView.getVerticalFadingEdgeLength());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java261 public int getVerticalFadingEdgeLength() { method in class:RecentsHorizontalScrollView
263 return mFadedEdgeDrawHelper.getVerticalFadingEdgeLength();
265 return super.getVerticalFadingEdgeLength();
H A DRecentsVerticalScrollView.java270 public int getVerticalFadingEdgeLength() { method in class:RecentsVerticalScrollView
272 return mFadedEdgeDrawHelper.getVerticalFadingEdgeLength();
274 return super.getVerticalFadingEdgeLength();
H A DFadedEdgeDrawHelper.java181 public int getVerticalFadingEdgeLength() { method in class:FadedEdgeDrawHelper
/frameworks/base/core/java/android/widget/
H A DListView.java575 final int fadingEdge = getVerticalFadingEdgeLength();
823 int fadingEdgeLength = getVerticalFadingEdgeLength();
948 int fadingEdgeLength = getVerticalFadingEdgeLength();
1170 getVerticalFadingEdgeLength() * 2;
2299 mSpecificTop = mPaddingTop + getVerticalFadingEdgeLength();
2678 return Math.max(MIN_SCROLL_PREVIEW_PIXELS, getVerticalFadingEdgeLength());
H A DScrollView.java188 final int length = getVerticalFadingEdgeLength();
202 final int length = getVerticalFadingEdgeLength();
1338 int fadingEdge = getVerticalFadingEdgeLength();
H A DGridView.java451 final int fadingEdgeLength = getVerticalFadingEdgeLength();
687 final int fadingEdgeLength = getVerticalFadingEdgeLength();
859 final int fadingEdgeLength = getVerticalFadingEdgeLength();
1070 getVerticalFadingEdgeLength() * 2;
H A DAbsListView.java2025 final float fadeLength = getVerticalFadingEdgeLength();
2043 final float fadeLength = getVerticalFadingEdgeLength();
5301 selectedTop = childrenTop + getVerticalFadingEdgeLength();
5304 - getVerticalFadingEdgeLength();
5321 childrenTop += getVerticalFadingEdgeLength();
5344 childrenBottom -= getVerticalFadingEdgeLength();
/frameworks/base/core/java/android/view/
H A DView.java4060 public int getVerticalFadingEdgeLength() { method in class:View

Completed in 364 milliseconds