Searched defs:bubbles (Results 1 – 13 of 13) sorted by relevance
55 private val bubbles = SparseArray<List<BubbleEntity>>() regex
54 private val bubbles = SparseArray<List<BubbleEntity>>() regex
78 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
248 val bubbles = entities.mapNotNull { entity -> regex
1520 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local1532 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local1877 public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPositoion) { in updateBubbleOrder()
92 final List<Bubble> bubbles; field in BubbleData.Update632 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
99 val bubbles = SparseArray<List<BubbleEntity>>() regex
1167 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()1172 private void assertBubbleListContains(Bubble... bubbles) { in assertBubbleListContains()
164 Bubbles bubbles, in BubblesManager()
468 ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles()); in tearDown() local
450 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
722 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
934 private void initBubbles(Bubbles bubbles) { in initBubbles()