Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubblePersistentRepositoryTest.kt53 private val bubbles = SparseArray<List<BubbleEntity>>() constant
DBubbleXmlHelperTest.kt52 private val bubbles = SparseArray<List<BubbleEntity>>() constant in com.android.wm.shell.bubbles.storage.BubbleXmlHelperTest
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt46 val bubbles: SparseArray<List<BubbleEntity>> in <lambda>() constant in com.android.wm.shell.bubbles.storage.BubbleVolatileRepository
103 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method
110 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method
DBubbleXmlHelper.kt97 val bubbles = SparseArray<List<BubbleEntity>>() in readXml() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDebugConfig.java63 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
DBubbleDataRepository.kt171 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
DBubbleStackView.java1322 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local
1334 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local
1566 public void updateBubbleOrder(List<Bubble> bubbles) { in updateBubbleOrder()
DBubbleData.java90 final List<Bubble> bubbles; field in BubbleData.Update
513 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java163 Bubbles bubbles, in BubblesManager()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java923 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto423 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
Dglobal.proto700 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field