Searched refs:lastTop (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
D | ListTouchBottomGravityManyTest.java | 103 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()
|
D | ListOfTouchablesTest.java | 77 int lastTop = lastChild.getTop(); in testLongScroll() local 83 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
|
D | ListTouchManyTest.java | 184 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/ |
D | GridTouchVerticalSpacingStackFromBottomTest.java | 65 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()
|
D | GridTouchVerticalSpacingTest.java | 92 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/ |
D | ListLastItemPartiallyVisibleTest.java | 74 final int lastTop = lastChild.getTop(); in testMovingUpToFullyVisibleNoScroll() local 77 lastTop, lastChild.getTop()); in testMovingUpToFullyVisibleNoScroll()
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 99 int lastTop = current->top; in reverseRectsResolvingJunctions() local 105 } while (current->top == lastTop && current >= begin); in reverseRectsResolvingJunctions()
|