Home
last modified time | relevance | path

Searched defs:bubbles (Results 1 – 21 of 21) 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
DBubbleXmlHelperTest.kt54 private val bubbles = SparseArray<List<BubbleEntity>>() 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/tests/src/com/android/systemui/notetask/
DFakeNoteTaskBubbleController.kt42 { bubbles -> bubbles.showOrHideAppBubble(intent, userHandle, icon) }, in <lambda>() method
DNoteTaskBubblesServiceTest.kt42 @Mock private lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskBubblesServiceTest
DNoteTaskInitializerTest.kt61 @Mock lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskInitializerTest
DNoteTaskControllerTest.kt100 @Mock private lateinit var bubbles: Bubbles in <lambda>() variable in com.android.systemui.notetask.NoteTaskControllerTest
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDebugConfig.java78 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
DBubbleDataRepository.kt248 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
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()
DBubbleData.java92 final List<Bubble> bubbles; field in BubbleData.Update
632 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/
DChangeActiveActivityFromBubbleTest.kt68 val bubbles: List<UiObject2> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskBubblesController.kt126 { bubbles -> bubbles.showOrHideAppBubble(intent, userHandle, icon) }, in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconAreaControllerViewBinderWrapperImplTest.kt64 @Mock private lateinit var bubbles: Bubbles variable in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconAreaControllerViewBinderWrapperImplTest
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1167 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
1172 private void assertBubbleListContains(Bubble... bubbles) { in assertBubbleListContains()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java164 Bubbles bubbles, in BubblesManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java468 ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles()); in tearDown() local
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto450 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
Dglobal.proto722 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java934 private void initBubbles(Bubbles bubbles) { in initBubbles()