Searched refs:NotificationSection (Results 1 – 5 of 5) sorted by relevance
78 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in setUp()88 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondChanged()97 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenFirstChanged()106 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionFirstChanged()115 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionLastChanged()124 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackNotCalledWhenFirstChangesSections()133 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnLast()145 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessPulsing()168 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionLast()178 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionFirst()[all …]
158 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()175 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews()182 for (NotificationSection section : sections) { in handleRemovedOldViews()208 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews()211 for (NotificationSection section : sections) { in handleAddedNewViews()
193 final NotificationSection highPrioritySection, in updateFirstAndLastViewsInSections()194 final NotificationSection lowPrioritySection, in updateFirstAndLastViewsInSections()
35 class NotificationSection { class46 NotificationSection(View owningView) { in NotificationSection() method in NotificationSection
354 private NotificationSection[] mSections = new NotificationSection[NUM_SECTIONS];526 mSections[i] = new NotificationSection(this); in NotificationStackScrollLayout()845 for (NotificationSection section : mSections) {888 for (NotificationSection section : mSections) {1485 NotificationSection firstVisibleSection = getFirstVisibleSection();2489 for (NotificationSection section : mSections) {2504 for (NotificationSection section : mSections) {2510 for (NotificationSection section : mSections) {2520 for (NotificationSection section : mSections) {2532 NotificationSection firstVisibleSection = getFirstVisibleSection();[all …]