Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java64 int numberOfSections = sectionsFeatureManager.getNumberOfBuckets(); in NotificationRoundnessManager() local
65 mFirstInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()
66 mLastInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()
67 mTmpFirstInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()
68 mTmpLastInSectionViews = new ExpandableView[numberOfSections]; in NotificationRoundnessManager()