Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java196 int numPendingChildren = getPendingChildrenNotAlerting(group); in cleanUpHeadsUpStatesOnAdd() local
197 numChildren += numPendingChildren; in cleanUpHeadsUpStatesOnAdd()
220 boolean notifyImmediately = (numChildren - numPendingChildren) > 1; in cleanUpHeadsUpStatesOnAdd()