Home
last modified time | relevance | path

Searched defs:bubbles (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
H A DBubblePersistentRepositoryTest.kt55 private val bubbles = SparseArray<List<BubbleEntity>>() regex
H A DBubbleXmlHelperTest.kt54 private val bubbles = SparseArray<List<BubbleEntity>>() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDebugConfig.java78 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
H A DBubbleDataRepository.kt248 val bubbles = entities.mapNotNull { entity -> regex
H A DBubbleStackView.java1520 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local
1532 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local
1877 public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPositoion) { in updateBubbleOrder()
H A DBubbleData.java92 final List<Bubble> bubbles; field in BubbleData.Update
632 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubbleXmlHelper.kt99 val bubbles = SparseArray<List<BubbleEntity>>() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java1167 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
1172 private void assertBubbleListContains(Bubble... bubbles) { in assertBubbleListContains()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java164 Bubbles bubbles, in BubblesManager()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java468 ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles()); in tearDown() local
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dsecure.proto450 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
H A Dglobal.proto722 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java934 private void initBubbles(Bubbles bubbles) { in initBubbles()