Searched refs:mOverflow (Results 1 – 5 of 5) sorted by relevance
50 private BubbleOverflow mOverflow; field in BubbleOverflowTest63 mOverflow = new BubbleOverflow(mContext, mPositioner); in setUp()68 assertThat(mOverflow.getExpandedView()).isNull(); in test_initialize_forStack()72 assertThat(mOverflow.getExpandedView()).isNotNull(); in test_initialize_forStack()74 assertThat(mOverflow.getBubbleBarExpandedView()).isNull(); in test_initialize_forStack()79 mOverflow.initialize(mBubbleController, /* forBubbleBar= */ true); in test_initialize_forBubbleBar()81 assertThat(mOverflow.getBubbleBarExpandedView()).isNotNull(); in test_initialize_forBubbleBar()82 assertThat(mOverflow.getExpandedView()).isNull(); in test_initialize_forBubbleBar()88 assertThat(mOverflow.getExpandedView()).isNotNull(); in test_cleanUpExpandedState()90 mOverflow.cleanUpExpandedState(); in test_cleanUpExpandedState()[all …]
404 private int mOverflow; field in NotificationTopLineView.OverflowAdjuster409 mOverflow = overflow; in resetForOverflow()423 if (mOverflow <= 0 || targetView == null || targetView.getVisibility() == View.GONE) { in adjust()431 int newSize = Math.max(minimumWidth, oldWidth - mOverflow); in adjust()441 mOverflow -= oldWidth - newSize; in adjust()445 mOverflow -= getHorizontalMargins(targetView); in adjust()451 mOverflow -= (oldDividerWidth + getHorizontalMargins(targetDivider)); in adjust()454 if (mOverflow < 0 && mRegrowView != null) { in adjust()457 final int maxSize = regrowCurrentSize - mOverflow; in adjust()
51 private int mOverflow; field in DvrRecorder86 mOverflow++; in onRecordStatusChanged()178 mOverflow = 0; in start()206 FrameworkStatsLog.TV_TUNER_DVR_STATUS__STATE__STOPPED, mSegmentId, mOverflow); in stop()
101 private final Drawable mOverflow; field in LocalFloatingToolbarPopup223 mOverflow = mContext.getResources() in LocalFloatingToolbarPopup()225 mOverflow.setAutoMirrored(true); in LocalFloatingToolbarPopup()786 mOverflowButton.setImageDrawable(mOverflow); in setPanelsStatesAtRestingPosition()1202 overflowButton.setImageDrawable(mOverflow); in createOverflowButton()
203 private final BubbleOverflow mOverflow; field in BubbleData241 mOverflow = new BubbleOverflow(context, positioner); in BubbleData()321 return mOverflow; in getOverflow()965 if (mSelectedBubble.getKey().equals(mOverflow.getKey()) && !mBubbles.isEmpty()) { in setExpandedInternal()