Home
last modified time | relevance | path

Searched refs:abstractFloatingViewHelper (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractFloatingViewHelperTest.kt38 private val abstractFloatingViewHelper = AbstractFloatingViewHelper() constant
57 abstractFloatingViewHelper.closeOpenViews( in closeOpenViews_all()
71 abstractFloatingViewHelper.closeOpenViews( in closeOpenViews_taskMenu()
85 abstractFloatingViewHelper.closeOpenViews( in closeOpenViews_other()
99 abstractFloatingViewHelper.closeOpenViews( in closeOpenViews_both_animationOff()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DDesktopSystemShortcut.kt34 abstractFloatingViewHelper: AbstractFloatingViewHelper
42 abstractFloatingViewHelper
62 abstractFloatingViewHelper: AbstractFloatingViewHelper = AbstractFloatingViewHelper() in createFactory()
76 abstractFloatingViewHelper in createFactory()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDesktopSystemShortcutTest.kt68 private val abstractFloatingViewHelper: AbstractFloatingViewHelper = mock() constant in com.android.quickstep.DesktopSystemShortcutTest
73 DesktopSystemShortcut.createFactory(abstractFloatingViewHelper)
172 verify(abstractFloatingViewHelper).closeOpenViews(launcher, true, allTypesExceptRebindSafe) in desktopSystemShortcutClicked()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java74 View originalView, AbstractFloatingViewHelper abstractFloatingViewHelper) { in SystemShortcut() argument
81 mAbstractFloatingViewHelper = abstractFloatingViewHelper; in SystemShortcut()