Home
last modified time | relevance | path

Searched defs:nextTop (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScrollCaptureController.java281 int nextTop; in onCaptureResult() local
/frameworks/base/core/java/android/widget/
DGridView.java317 private View fillDown(int pos, int nextTop) { in fillDown()
455 private View fillFromTop(int nextTop) { in fillFromTop()
DListView.java782 private View fillDown(int pos, int nextTop) { in fillDown()
849 private View fillFromTop(int nextTop) { in fillFromTop()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java1168 final ActivityRecord nextTop = nextStack.getTopNonFinishingActivity(); in testCompleteFinishing_keepStateOfNextInvisible() local