Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java123 private boolean mIsOverflow; field in BubbleExpandedView
168 if (!mIsOverflow && mBubble.hasMetadataShortcutId()) {
327 mIsOverflow = isOverflow; in initialize()
330 if (mIsOverflow) { in initialize()
453 if (mIsOverflow) { in snapshotActivitySurface()
474 if (mIsOverflow) { in getTaskViewLocationOnScreen()
634 if ((mBubble != null && mTaskView != null) || mIsOverflow) { in updateHeight()
635 float desiredHeight = mIsOverflow in updateHeight()
641 FrameLayout.LayoutParams lp = mIsOverflow in updateHeight()
649 if (mIsOverflow) { in updateHeight()
[all …]