Home
last modified time | relevance | path

Searched defs:firstTop (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingTest.java59 int firstTop = firstChild.getTop(); in testNoScroll() local
76 int firstTop = firstChild.getTop(); in testShortScroll() local
107 int firstTop = Integer.MIN_VALUE; in testManyScrolls() local
DGridTouchVerticalSpacingStackFromBottomTest.java107 int firstTop = firstChild.getTop(); in testLongScroll() local
123 int firstTop = Integer.MIN_VALUE; in testManyScrolls() local
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
DListTouchManyTest.java151 int firstTop = firstChild.getTop(); in testNoScroll() local
168 int firstTop = firstChild.getTop(); in testShortScroll() local
DListOfTouchablesTest.java61 int firstTop = firstChild.getTop(); in testShortScroll() local
DListTouchBottomGravityManyTest.java145 int firstTop = firstChild.getTop(); in testLongScroll() local
/frameworks/base/test-runner/src/android/test/
DViewAsserts.java119 int firstTop = xy[1] + first.getBaseline(); in assertBaselineAligned() local
248 int firstTop = xy[1]; in assertTopAligned() local
267 int firstTop = xy[1]; in assertTopAligned() local
DTouchUtils.java125 int firstTop = Integer.MIN_VALUE; in scrollToBottom() local
165 int firstTop = Integer.MIN_VALUE; in scrollToTop() local
/frameworks/base/core/java/android/widget/
DGridView.java591 final int firstTop = firstChild.getTop(); in correctTooHigh() local
621 final int firstTop = firstChild.getTop(); in correctTooLow() local
DListView.java1381 final int firstTop = firstChild.getTop(); in correctTooHigh() local
1420 final int firstTop = firstChild.getTop(); in correctTooLow() local