Home
last modified time | relevance | path

Searched refs:AbstractFloatingViewHelper (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAspectRatioSystemShortcut.kt23 import com.android.launcher3.AbstractFloatingViewHelper
40 abstractFloatingViewHelper: AbstractFloatingViewHelper,
72 abstractFloatingViewHelper: AbstractFloatingViewHelper = AbstractFloatingViewHelper() in createFactory()
DExternalDisplaySystemShortcut.kt20 import com.android.launcher3.AbstractFloatingViewHelper
34 abstractFloatingViewHelper: AbstractFloatingViewHelper,
63 abstractFloatingViewHelper: AbstractFloatingViewHelper = AbstractFloatingViewHelper() in createFactory()
DDesktopSystemShortcut.kt21 import com.android.launcher3.AbstractFloatingViewHelper
37 abstractFloatingViewHelper: AbstractFloatingViewHelper,
67 abstractFloatingViewHelper: AbstractFloatingViewHelper = AbstractFloatingViewHelper() in createFactory()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java28 import com.android.launcher3.AbstractFloatingViewHelper;
71 private final AbstractFloatingViewHelper mAbstractFloatingViewHelper;
76 new AbstractFloatingViewHelper()); in SystemShortcut()
80 View originalView, AbstractFloatingViewHelper abstractFloatingViewHelper) { in SystemShortcut()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingViewHelper.kt26 class AbstractFloatingViewHelper { class
DAbstractFloatingView.java280 new AbstractFloatingViewHelper().closeOpenViews(activity, animate, type); in closeOpenViews()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DExternalDisplaySystemShortcutTest.kt32 import com.android.launcher3.AbstractFloatingViewHelper
76 private val abstractFloatingViewHelper: AbstractFloatingViewHelper = mock()
DAspectRatioSystemShortcutTests.kt35 import com.android.launcher3.AbstractFloatingViewHelper
118 private val abstractFloatingViewHelper: AbstractFloatingViewHelper = mock()
DDesktopSystemShortcutTest.kt34 import com.android.launcher3.AbstractFloatingViewHelper
82 private val abstractFloatingViewHelper: AbstractFloatingViewHelper = mock()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractFloatingViewHelperTest.kt38 private val abstractFloatingViewHelper = AbstractFloatingViewHelper()