Home
last modified time | relevance | path

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

12

/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
/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/utils/src/com/android/wm/shell/bubbles/
DBubblesKosmos.kt24 var Kosmos.bubbles by Kosmos.Fixture { mock<Bubbles> {} } in <lambda>() variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDebugConfig.java68 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
DBubbleDataRepository.kt252 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
DBubbleData.java101 final List<Bubble> bubbles; field in BubbleData.Update
778 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
1296 private static Bubble getBubbleWithPredicate(@NonNull final List<Bubble> bubbles, in getBubbleWithPredicate()
1309 private static Bubble getBubbleWithPredicate(@NonNull final Collection<Bubble> bubbles, in getBubbleWithPredicate()
DBubbleStackView.java1747 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local
1759 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local
2111 public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPosition) { in updateBubbleOrder()
2122 private void updateBubbleOrderInternal(List<Bubble> bubbles, boolean updatePointerPosition) { in updateBubbleOrderInternal()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notetask/
DFakeNoteTaskBubbleController.kt48 { bubbles -> in <lambda>() method
DNoteTaskBubblesServiceTest.kt45 @Mock private lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskBubblesServiceTest
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/
DChangeActiveActivityFromBubbleTest.kt65 val bubbles: List<UiObject2> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskBubblesController.kt129 { bubbles -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractor.kt42 private val bubbles: Optional<Bubbles>, in <lambda>() constant in com.android.systemui.statusbar.notification.icon.domain.interactor.NotificationIconsInteractor
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1494 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
1499 private void assertBubbleListContains(Bubble... bubbles) { in assertBubbleListContains()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java182 Bubbles bubbles, in BubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImpl.java139 Optional<Bubbles> bubbles) { in NotificationInterruptStateProviderImpl()
DVisualInterruptionDecisionProviderImpl.kt75 private val bubbles: Optional<Bubbles>, constant
DCommonVisualInterruptionSuppressors.kt142 private val bubbles: Optional<Bubbles>, constant in com.android.systemui.statusbar.notification.interruption.PeekAlreadyBubbledSuppressor
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt96 @get:Provides val bubbles: Optional<Bubbles> = Optional.of(mock()), constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/core/
DStatusBarOrchestrator.kt252 bubblesOptional.ifPresent { bubbles: Bubbles -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskInitializerTest.kt72 @Mock lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskInitializerTest
DNoteTaskControllerTest.kt101 @Mock private lateinit var bubbles: Bubbles in <lambda>() variable in com.android.systemui.notetask.NoteTaskControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java607 ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles()); in tearDown() local
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto488 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field

12