Home
last modified time | relevance | path

Searched defs:Bubble (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
DDraggedObject.kt24 data class Bubble(override val initialLocation: BubbleBarLocation) : DraggedObject class
DDragZone.kt40 sealed class Bubble(override val bounds: Rect, override val dropTarget: Rect) : DragZone { in contains() class
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java72 public class Bubble implements BubbleViewProvider { class
232 public Bubble(@NonNull final String key, @NonNull final ShortcutInfo shortcutInfo, in Bubble() method in Bubble
262 private Bubble( in Bubble() method in Bubble
286 private Bubble( in Bubble() method in Bubble
309 private Bubble(ShortcutInfo info, @ShellMainThread Executor mainExecutor, in Bubble() method in Bubble
328 private Bubble( in Bubble() method in Bubble
440 public Bubble(@NonNull final BubbleEntry entry, in Bubble() method in Bubble
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DUiEventSubjectTest.kt141 private fun Bubble.copy( in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelperTest.kt365 private fun Bubble.initialize(container: ViewGroup): Bubble { in <lambda>() method