Home
last modified time | relevance | path

Searched defs:bubbleBarView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleDragController.java178 public void setupBubbleBarView(@NonNull BubbleBarView bubbleBarView) { in setupBubbleBarView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt33 private val bubbleBarView: BubbleBarView, in <lambda>() constant in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimator
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt61 private lateinit var bubbleBarView: BubbleBarView variable in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java237 BubbleBarView bubbleBarView = mDragLayer.findViewById(R.id.taskbar_bubbles); in TaskbarActivityContext() local