Home
last modified time | relevance | path

Searched refs:flyoutClicked (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/flyout/
DBubbleBarFlyoutControllerTest.kt153 assertThat(flyoutCallbacks.flyoutClicked).isTrue() in <lambda>()
250 var flyoutClicked = false in <lambda>() variable in com.android.launcher3.taskbar.bubbles.flyout.BubbleBarFlyoutControllerTest.FakeFlyoutCallbacks
252 override fun flyoutClicked() { in <lambda>() method in com.android.launcher3.taskbar.bubbles.flyout.BubbleBarFlyoutControllerTest.FakeFlyoutCallbacks
253 flyoutClicked = true in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/flyout/
DFlyoutCallbacks.kt23 fun flyoutClicked() method
DBubbleBarFlyoutController.kt109 flyout.setOnClickListener { callbacks.flyoutClicked() } in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java422 public void flyoutClicked() {
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt1456 override fun flyoutClicked() {} in <lambda>() method