Searched refs:visibleIndex (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackSizeCalculatorTest.kt | 250 visibleIndex = 0, 270 visibleIndex = 0, 289 visibleIndex = 0, 309 visibleIndex = 0, 328 visibleIndex = 0,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackSizeCalculator.kt | 387 visibleIndex: Int, 398 calculateGapAndDividerHeight(stack, previousView, current = view, visibleIndex)
|
H A D | StackScrollAlgorithm.java | 657 int visibleIndex, in getGapHeightForChild() argument 663 if (childNeedsGapHeight(sectionProvider, visibleIndex, child, in getGapHeightForChild() 693 int visibleIndex, in childNeedsGapHeight() argument 697 && visibleIndex > 0 in childNeedsGapHeight()
|
H A D | NotificationStackScrollLayout.java | 2373 int visibleIndex 2375 return mStackScrollAlgorithm.getGapHeightForChild(mSectionsManager, visibleIndex, current, 2979 int visibleIndex = -1; in getPositionInLinearLayout() local 2984 if (notGone) visibleIndex++; in getPositionInLinearLayout() 2988 position += calculateGapHeight(lastVisibleChild, child, visibleIndex); in getPositionInLinearLayout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaCarouselController.kt | 1368 fun getMediaControlPanel(visibleIndex: Int): MediaControlPanel? { 1369 return mediaPlayers.get(visiblePlayerKeys().elementAt(visibleIndex))
|