Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java187 private boolean mIsOverflow; field in BubbleExpandedView
421 mIsOverflow = isOverflow; in initialize()
424 if (mIsOverflow) { in initialize()
555 if (mIsOverflow) { in snapshotActivitySurface()
579 if (mIsOverflow) { in getTaskViewLocationOnScreen()
639 if (mIsOverflow) { in getContentAlpha()
655 if (mIsOverflow) { in setContentAlpha()
803 if (mIsOverflow) { in getContentHeight()
819 if (mIsOverflow) { in getContentBottomOnScreen()
920 if (mIsOverflow) { in updateHeight()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarExpandedView.java67 private boolean mIsOverflow; field in BubbleBarExpandedView
135 mIsOverflow = isOverflow; in initialize()
137 if (mIsOverflow) { in initialize()