Searched refs:mBucket (Results 1 – 6 of 6) sorted by relevance
44 final Bucket mBucket; field in ChildHelper50 mBucket = new Bucket(); in ChildHelper()103 mBucket.insert(offset, hidden); in addView()120 final int removedBefore = mBucket.countOnesBefore(offset); in getOffset()123 while (mBucket.get(offset)) { // ensure this offset is not hidden in getOffset()144 if (mBucket.remove(index)) { in removeView()165 if (mBucket.remove(offset)) { in removeViewAt()188 mBucket.reset(); in removeAllViewsUnfiltered()235 mBucket.insert(offset, hidden); in attachViewToParent()283 mBucket.remove(offset); in detachViewFromParent()[all …]
26 private @PriorityBucket final int mBucket; field in NotificationSection31 mBucket = bucket; in NotificationSection()36 return mBucket; in getBucket()
34 private final int mBucket; field in NotifSectioner38 mBucket = bucket; in NotifSectioner()46 return mBucket; in getBucket()
585 state.mBucket = -1; in testShouldShowStandardWarning()611 state.mBucket = -1; in testShouldShowStandardWarning()614 state.mBucket = -1; in testShouldShowStandardWarning()620 state.mBucket = 0; in testShouldShowStandardWarning()623 state.mBucket = 0; in testShouldShowStandardWarning()629 state.mBucket = 0; in testShouldShowStandardWarning()632 state.mBucket = -1; in testShouldShowStandardWarning()638 state.mBucket = -1; in testShouldShowStandardWarning()641 state.mBucket = 1; in testShouldShowStandardWarning()666 state.mBucket = 0; in testShouldDismissStandardWarning()[all …]
164 private int mBucket; field in PowerNotificationWarnings241 } else if (bucket < mBucket) { in update()244 mBucket = bucket; in update()325 if (!mCurrentBatterySnapshot.isHybrid() || mBucket < -1 in showWarningNotification()612 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
177 private int mBucket = BUCKET_ALERTING; field in NotificationEntry467 return mBucket; in getBucket()471 mBucket = bucket; in setBucket()