Home
last modified time | relevance | path

Searched refs:lastVisibleChild (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt430 val ls = when (val last = s.lastVisibleChild) { in <lambda>()
DNotificationStackScrollLayout.java4027 ExpandableView lastVisibleChild = in updateScrollPositionOnExpandInBottom() local
4029 if (row != lastVisibleChild && mShelf.getVisibility() != GONE) { in updateScrollPositionOnExpandInBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java1421 final View lastVisibleChild = mDialogRowsView.getChildAt(rightmostVisibleRowIndex); in updateRowsH() local
1422 final ViewGroup.LayoutParams layoutParams = lastVisibleChild.getLayoutParams(); in updateRowsH()
1430 lastVisibleChild.setBackgroundColor(Color.TRANSPARENT); in updateRowsH()