Home
last modified time | relevance | path

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

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