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 …]
42 private final String mBucket; field in LocationAttributionHelper.BucketKey46 mBucket = Objects.requireNonNull(bucket); in BucketKey()60 return mBucket.equals(that.mBucket) in equals()66 return Objects.hash(mBucket, mKey); in hashCode()
577 state.mBucket = -1; in testShouldShowStandardWarning()603 state.mBucket = -1; in testShouldShowStandardWarning()606 state.mBucket = -1; in testShouldShowStandardWarning()612 state.mBucket = 0; in testShouldShowStandardWarning()615 state.mBucket = 0; in testShouldShowStandardWarning()621 state.mBucket = 0; in testShouldShowStandardWarning()624 state.mBucket = -1; in testShouldShowStandardWarning()630 state.mBucket = -1; in testShouldShowStandardWarning()633 state.mBucket = 1; in testShouldShowStandardWarning()658 state.mBucket = 0; in testShouldDismissStandardWarning()[all …]
38 private @PriorityBucket int mBucket; field in NotificationSection51 mBucket = bucket; in NotificationSection()81 return mBucket; in getBucket()309 return mFirstVisibleChild != null && mBucket != BUCKET_MEDIA_CONTROLS; in needsBackground()
144 private int mBucket; field in PowerNotificationWarnings200 } else if (bucket < mBucket) { in update()203 mBucket = bucket; in update()288 if (!mCurrentBatterySnapshot.isHybrid() || mBucket < 0 in showWarningNotification()565 + " [" + mBucket + "] playSound=" + playSound); in showLowBatteryWarning()
181 private int mBucket = BUCKET_ALERTING; field in NotificationEntry412 return mBucket; in getBucket()416 mBucket = bucket; in setBucket()