Searched refs:mNotificationCount (Results 1 – 2 of 2) sorted by relevance
48 int mNotificationCount = 0; field in NotificationPanel103 setContentFrameVisible(mNotificationCount > 0, false); in onFinishInflate()118 setContentFrameVisible(mSettingsView != null || mNotificationCount > 0, false); in show()220 if ((mNotificationCount > 0) != (n > 0)) { in setNotificationCount()224 mNotificationCount = n; in setNotificationCount()280 if (mNotificationCount == 0) { in swapPanels()286 if (toShow == mSettingsView || mNotificationCount > 0) { in swapPanels()379 if (mNotificationCount == 0) { in createAnimation()
415 private int mNotificationCount = 0; field in DatabaseGeneralTest.ChangeObserver422 return mNotificationCount; in getNotificationCount()440 mNotificationCount++; in onChange()