Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java229 boolean isAppBubble, in Bubble() argument
237 mIsAppBubble = isAppBubble; in Bubble()
640 return isAppBubble() ? Long.MAX_VALUE : Math.max(mLastUpdated, mLastAccessed); in getLastActivity()
857 public boolean isAppBubble() { in isAppBubble() method in Bubble
H A DBubbleTaskViewHelper.java123 if (mBubble.isAppBubble()) {
H A DBubblePositioner.java680 public PointF getDefaultStartPosition(boolean isAppBubble) {
685 final boolean startOnLeft = isAppBubble
H A DBubbleExpandedView.java242 if (mBubble.isAppBubble()) {
293 if (mBubble != null && mBubble.isAppBubble()) {
H A DBubbleData.java782 || bubble.isAppBubble()) { in overflowBubble()
H A DBubbleStackView.java1778 if (firstBubble && bubble.isAppBubble() && !mPositioner.hasUserModifiedDefaultPosition()) { in addBubble()
2954 if (bubble != null && !bubble.isAppBubble()) { in showManageMenu()
H A DBubbleController.java2194 if (b.isAppBubble()) { in update()