Searched refs:getVerticalFadingEdgeLength (Results 1 - 18 of 18) 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.java264 public int getVerticalFadingEdgeLength() { method in class:RecentsHorizontalScrollView
268 return super.getVerticalFadingEdgeLength();
H A DRecentsVerticalScrollView.java273 public int getVerticalFadingEdgeLength() { method in class:RecentsVerticalScrollView
277 return super.getVerticalFadingEdgeLength();
/frameworks/base/core/java/android/widget/
H A DScrollView.java183 final int length = getVerticalFadingEdgeLength();
197 final int length = getVerticalFadingEdgeLength();
1329 int fadingEdge = getVerticalFadingEdgeLength();
H A DListView.java558 final int fadingEdge = getVerticalFadingEdgeLength();
806 int fadingEdgeLength = getVerticalFadingEdgeLength();
931 int fadingEdgeLength = getVerticalFadingEdgeLength();
1153 getVerticalFadingEdgeLength() * 2;
2289 mSpecificTop = mPaddingTop + getVerticalFadingEdgeLength();
2625 return Math.max(MIN_SCROLL_PREVIEW_PIXELS, getVerticalFadingEdgeLength());
H A DGridView.java447 final int fadingEdgeLength = getVerticalFadingEdgeLength();
683 final int fadingEdgeLength = getVerticalFadingEdgeLength();
855 final int fadingEdgeLength = getVerticalFadingEdgeLength();
1066 getVerticalFadingEdgeLength() * 2;
H A DAbsListView.java1928 final float fadeLength = (float) getVerticalFadingEdgeLength();
1946 final float fadeLength = (float) getVerticalFadingEdgeLength();
5095 selectedTop = childrenTop + getVerticalFadingEdgeLength();
5098 - getVerticalFadingEdgeLength();
5115 childrenTop += getVerticalFadingEdgeLength();
5138 childrenBottom -= getVerticalFadingEdgeLength();
/frameworks/base/core/java/android/view/
H A DView.java3838 public int getVerticalFadingEdgeLength() { method in class:View

Completed in 235 milliseconds