Searched refs:NotificationSection (Results 1 – 5 of 5) sorted by relevance
75 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in setUp()85 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondChanged()94 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenFirstChanged()103 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionFirstChanged()112 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionLastChanged()121 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackNotCalledWhenFirstChangesSections()130 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnLast()142 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessPulsing()161 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionLast()171 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionFirst()[all …]
162 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()179 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews()186 for (NotificationSection section : sections) { in handleRemovedOldViews()212 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews()215 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
356 private NotificationSection[] mSections = new NotificationSection[NUM_SECTIONS];527 mSections[i] = new NotificationSection(this); in NotificationStackScrollLayout()833 for (NotificationSection section : mSections) {870 for (NotificationSection section : mSections) {1444 NotificationSection firstVisibleSection = getFirstVisibleSection();2446 for (NotificationSection section : mSections) {2461 for (NotificationSection section : mSections) {2467 for (NotificationSection section : mSections) {2477 for (NotificationSection section : mSections) {2489 NotificationSection firstVisibleSection = getFirstVisibleSection();[all …]