Home
last modified time | relevance | path

Searched refs:bubbles (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java16 package com.android.systemui.bubbles;
19 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_DATA;
20 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;
21 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
36 import com.android.systemui.bubbles.BubbleController.DismissReason;
81 final List<Bubble> bubbles; field in BubbleData.Update
84 bubbles = Collections.unmodifiableList(bubbleOrder); in Update()
DBubbleStackView.java17 package com.android.systemui.bubbles;
22 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_STACK_VIEW;
23 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;
24 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
71 import com.android.systemui.bubbles.animation.ExpandedAnimationController;
72 import com.android.systemui.bubbles.animation.PhysicsAnimationLayout;
73 import com.android.systemui.bubbles.animation.StackAnimationController;
787 public void updateBubbleOrder(List<Bubble> bubbles) { in updateBubbleOrder() argument
788 for (int i = 0; i < bubbles.size(); i++) { in updateBubbleOrder()
789 Bubble bubble = bubbles.get(i); in updateBubbleOrder()
[all …]
DBubbleDebugConfig.java17 package com.android.systemui.bubbles;
DBubbleIconFactory.java16 package com.android.systemui.bubbles;
DBubbleController.java17 package com.android.systemui.bubbles;
34 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_CONTROLLER;
35 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;
36 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
762 mStackView.updateBubbleOrder(update.bubbles);
877 static String formatBubblesString(List<Bubble> bubbles, Bubble selected) { in formatBubblesString() argument
879 for (Bubble bubble : bubbles) { in formatBubblesString()
DBubbleExpandedView.java17 package com.android.systemui.bubbles;
21 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;
22 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;
23 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
DBubbleDismissView.java17 package com.android.systemui.bubbles;
DBadgedImageView.java16 package com.android.systemui.bubbles;
DBubbleTouchHandler.java17 package com.android.systemui.bubbles;
DBubbleView.java17 package com.android.systemui.bubbles;
DBubbleFlyoutView.java17 package com.android.systemui.bubbles;
DBubble.java16 package com.android.systemui.bubbles;
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DOneTimeEndListener.java17 package com.android.systemui.bubbles.animation;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubblesTestActivity.java17 package com.android.systemui.bubbles;
DBubbleFlyoutViewTest.java17 package com.android.systemui.bubbles;
DBubbleDataTest.java17 package com.android.systemui.bubbles;
39 import com.android.systemui.bubbles.BubbleData.TimeSource;
812 assertThat(update.bubbles).named("bubble order").isEqualTo(ImmutableList.copyOf(order)); in assertOrderChangedTo()
DBubbleTest.java17 package com.android.systemui.bubbles;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java25 import com.android.systemui.bubbles.BubbleController;
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md10bubbles. Bubbles has controller subclasses including StackAnimationController and ExpansionAnimati…
76bubbles (whose animations are chained) to the bottom of the screen, shrinking them to 50% size. On…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java29 import com.android.systemui.bubbles.BubbleController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyButtonViewTest.java42 import com.android.systemui.bubbles.BubbleController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java17 package com.android.systemui.bubbles.animation;
DPhysicsAnimationLayoutTestCase.java17 package com.android.systemui.bubbles.animation;
DStackAnimationControllerTest.java17 package com.android.systemui.bubbles.animation;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java43 import com.android.systemui.bubbles.BubblesTestActivity;

12