Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java495 return mImpl.mCachedState; in getImplCachedState()
616 mImpl.mCachedState.updateBubbleSuppressedState(bubble); in onBubbleMetadataFlagChanged()
1292 mImpl.mCachedState.setAppBubbleTaskId(key, taskId); in setAppBubbleTaskId()
1410 mImpl.mCachedState.updateBubbleSuppressedState(bubble); in updateBubble()
1426 mImpl.mCachedState.updateBubbleSuppressedState(b); in updateNotNotifyingEntry()
1837 mImpl.mCachedState.update(update);
1995 mImpl.mCachedState.dump(pw); in dump()
2259 private CachedState mCachedState = new CachedState(); field in BubbleController.BubblesImpl
2279 return mCachedState.isBubbleExpanded(key); in isBubbleExpanded()
2285 return mCachedState.getBubbleWithShortcutId(shortcutId); in getBubbleWithShortcutId()
[all …]