Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubblePersistentRepositoryTest.kt55 private val bubbles = SparseArray<List<BubbleEntity>>() constant in com.android.wm.shell.bubbles.storage.BubblePersistentRepositoryTest
DBubbleXmlHelperTest.kt54 private val bubbles = SparseArray<List<BubbleEntity>>() constant in com.android.wm.shell.bubbles.storage.BubbleXmlHelperTest
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
DMultiBubblesScreen.kt69 val bubbles = device.wait(Until.findObjects( in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt47 val bubbles: SparseArray<List<BubbleEntity>> in <lambda>() constant in com.android.wm.shell.bubbles.storage.BubbleVolatileRepository
162 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method
169 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method
DBubbleXmlHelper.kt99 val bubbles = SparseArray<List<BubbleEntity>>() in readXml() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskController.kt76 val bubbles = optionalBubbles.getOrNull() ?: return in showNoteTask() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDebugConfig.java66 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
DBubbleDataRepository.kt197 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
DBubbleStackView.java1474 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local
1486 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local
1799 public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPositoion) { in updateBubbleOrder()
DBubbleData.java90 final List<Bubble> bubbles; field in BubbleData.Update
539 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskInitializerTest.kt50 @Mock lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskInitializerTest
DNoteTaskControllerTest.kt60 @Mock lateinit var bubbles: Bubbles in <lambda>() variable in com.android.systemui.notetask.NoteTaskControllerTest
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1164 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
1169 private void assertBubbleListContains(Bubble... bubbles) { in assertBubbleListContains()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java160 Bubbles bubbles, in BubblesManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java430 ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles()); in tearDown() local
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto441 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
Dglobal.proto719 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field