Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java219 private Update mStateChange; field in BubbleData
253 mStateChange = new Update(mBubbles, mOverflowBubbles); in BubbleData()
263 BubbleBarUpdate initialState = mStateChange.getInitialState(); in getInitialStateForBubbleBar()
425 mStateChange.showOverflowChanged = true; in getOrCreateBubble()
521 mStateChange.suppressedSummaryChanged = true; in addSummaryToSuppress()
522 mStateChange.suppressedSummaryGroup = groupKey; in addSummaryToSuppress()
541 mStateChange.suppressedSummaryChanged = true; in removeSuppressedSummary()
542 mStateChange.suppressedSummaryGroup = groupKey; in removeSuppressedSummary()
615 mStateChange.addedBubble = bubble; in doAdd()
617 mStateChange.orderChanged = mBubbles.size() > 1; in doAdd()
[all …]