Home
last modified time | relevance | path

Searched refs:lastTop (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
DListTouchBottomGravityManyTest.java103 int lastTop = lastChild.getTop(); in testNoScroll() local
110 assertEquals("View scrolled too early", lastTop, newLastChild.getTop()); in testNoScroll()
125 int lastTop = lastChild.getTop(); in testShortScroll() local
132 assertEquals("View scrolled to wrong position", lastTop, newLastChild.getTop() - 10); in testShortScroll()
DListOfTouchablesTest.java77 int lastTop = lastChild.getTop(); in testLongScroll() local
83 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
DListTouchManyTest.java184 int lastTop = lastChild.getTop(); in testLongScroll() local
190 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingStackFromBottomTest.java65 int lastTop = lastChild.getTop(); in testNoScroll() local
72 assertEquals("View scrolled too early", lastTop, newLastChild.getTop()); in testNoScroll()
87 int lastTop = lastChild.getTop(); in testShortScroll() local
94 assertEquals("View scrolled to wrong position", lastTop, newLastChild.getTop() - 10); in testShortScroll()
DGridTouchVerticalSpacingTest.java92 int lastTop = lastChild.getTop(); in testLongScroll() local
98 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListLastItemPartiallyVisibleTest.java74 final int lastTop = lastChild.getTop(); in testMovingUpToFullyVisibleNoScroll() local
77 lastTop, lastChild.getTop()); in testMovingUpToFullyVisibleNoScroll()
/frameworks/native/libs/ui/
DRegion.cpp99 int lastTop = current->top; in reverseRectsResolvingJunctions() local
105 } while (current->top == lastTop && current >= begin); in reverseRectsResolvingJunctions()