Searched refs:NUM_SECTIONS (Results 1 – 3 of 3) sorted by relevance
19 …tatic com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout.NUM_SECTIONS;53 mFirstInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()54 mLastInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()55 mTmpFirstInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()56 mTmpLastInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()164 for (int i = 0; i < NUM_SECTIONS; i++) { in updateRoundedChildren()
177 static final int NUM_SECTIONS = 2; field in NotificationStackScrollLayout356 private NotificationSection[] mSections = new NotificationSection[NUM_SECTIONS];526 for (int i = 0; i < NUM_SECTIONS; i++) { in NotificationStackScrollLayout()764 < mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom810 int lockScreenBottom = mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom;
59 mRecordCount = new int[NUM_SECTIONS]; in DnsHeader()60 for (int i = 0; i < NUM_SECTIONS; ++i) { in DnsHeader()202 private static final int NUM_SECTIONS = ARSECTION + 1; field in DnsPacket219 mRecords = new ArrayList[NUM_SECTIONS]; in DnsPacket()221 for (int i = 0; i < NUM_SECTIONS; ++i) { in DnsPacket()