Searched refs:NotificationSection (Results 1 – 8 of 8) sorted by relevance
88 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in setUp()98 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondChanged()107 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenFirstChanged()116 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionFirstChanged()125 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionLastChanged()134 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackNotCalledWhenFirstChangesSections()143 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnLast()155 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessPulsing()181 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionLast()191 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionFirst()[all …]
107 @Mock private NotificationSection mNotificationSection;131 new NotificationSection[]{ in setUp()
205 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()222 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews()229 for (NotificationSection section : sections) { in handleRemovedOldViews()253 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews()256 for (NotificationSection section : sections) { in handleAddedNewViews()
126 fun createSectionsForBuckets(): Array<NotificationSection> = in <lambda>()128 .map { NotificationSection(parent, it) } in <lambda>()373 fun updateSection(section: NotificationSection): Boolean = when (this) { in <lambda>()379 private fun NotificationSection.setFirstAndLastVisibleChildren( in <lambda>() method395 sections: Array<NotificationSection>, in <lambda>()422 private fun logSections(sections: Array<NotificationSection>) { in <lambda>()
37 public class NotificationSection { class49 NotificationSection(View owningView, @PriorityBucket int bucket) { in NotificationSection() method in NotificationSection
331 private NotificationSection[] mSections;780 for (NotificationSection section : mSections) { in drawBackground()823 for (NotificationSection section : mSections) { in drawBackgroundRects()1421 final NotificationSection firstVisibleSection = getFirstVisibleSection();2296 for (NotificationSection section : mSections) {2311 for (NotificationSection section : mSections) {2317 for (NotificationSection section : mSections) {2327 for (NotificationSection section : mSections) {2339 NotificationSection firstVisibleSection = getFirstVisibleSection();2340 NotificationSection lastVisibleSection = getLastVisibleSection();[all …]
38 enum NotificationSection { enum47 optional NotificationSection section = 6;
4741 enum NotificationSection { enum4750 optional NotificationSection section = 6;