Home
last modified time | relevance | path

Searched defs:lastChild (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchStackFromBottomTest.java60 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testPushUp() local
77 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testPullDown() local
94 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testPushUpFast() local
111 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testPullDownFast() local
H A DGridTouchVerticalSpacingTest.java57 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testNoScroll() local
74 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testShortScroll() local
90 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testLongScroll() local
123 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testManyScrolls() local
H A DGridTouchVerticalSpacingStackFromBottomTest.java64 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testNoScroll() local
86 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testShortScroll() local
158 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testManyScrolls() local
H A DGridTouchStackFromBottomManyTest.java78 View lastChild = mGridView.getChildAt(mGridView.getChildCount() - 1); in testScrollToBottom() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchManyTest.java84 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testPushUp() local
149 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testNoScroll() local
166 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testShortScroll() local
182 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testLongScroll() local
H A DListTouchBottomGravityManyTest.java89 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testPushUp() local
101 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testNoScroll() local
123 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testShortScroll() local
H A DListTouchBottomGravityTest.java62 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testPullDown() local
77 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testPushUp() local
H A DListOfTouchablesTest.java58 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testShortScroll() local
74 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testLongScroll() local
H A DListTouchTest.java75 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testPushUp() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListLastItemPartiallyVisibleTest.java48 final View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testPreconditions() local
74 final View lastChild = mListView.getSelectedView(); in testMovingUpToFullyVisibleNoScroll() local
H A DListOfThinItemsTest.java64 final View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testScrollToBottom() local
107 final View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in testScrollToTop() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java79 NotificationEntry lastChild = mGroupNotifs.get(summary).get(TEST_CHILD_BIND_CUTOFF); in testContentViewsOfChildrenBeyondCutoffAreFreed() local
97 NotificationEntry lastChild = mGroupNotifs.get(summary).get(TEST_CHILD_BIND_CUTOFF - 1); in testContentViewsBeforeCutoffAreBound() local
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNotificationShadeActivity.java143 View lastChild = mChildren.get(mChildrenCount - 1); in updateState() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DWatchListDecorLayout.java308 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1); in onScrollChanged() local
H A DRecyclerView.java2021 final View lastChild = mLayout.getChildAt(mLayout.getChildCount() - 1); in fling() local
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java368 View lastChild = layoutManager.getChildAt(layoutManager.getChildCount() - 1); in computeShownPages() local
/aosp14/frameworks/base/core/java/android/widget/
H A DGridView.java638 final View lastChild = getChildAt(childCount - 1); in correctTooHigh() local
691 final View lastChild = getChildAt(childCount - 1); in correctTooLow() local
H A DListView.java1542 final View lastChild = getChildAt(childCount - 1); in correctTooHigh() local
1605 View lastChild = getChildAt(childCount - 1); in correctTooLow() local
H A DFastScroller.java1332 final View lastChild = mList.getChildAt(visibleItemCount - 1); in getPosFromItemCount() local
H A DAbsListView.java2238 final View lastChild = getChildAt(childCount - 1); in onMeasure() local
5889 final View lastChild = getChildAt(childCount - 1); in handleDataChanged() local
8155 final View lastChild = getChildAt(childCount - 1); in run() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java383 View lastChild = mAmbientState.getLastVisibleBackgroundChild(); in updateAppearance() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java520 View lastChild = getChildAt(childCount - 1); in calculateIconXTranslations() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3024 ExpandableView lastChild = getLastChildWithBackground(); in updateFirstAndLastBackgroundViews() local