Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimUtils.java36 public static SplitAnimationTimings getDeviceOverviewToSplitTimings(boolean isTablet) { in getDeviceOverviewToSplitTimings() method in AnimUtils
DSplitAnimationController.kt404 val timings = AnimUtils.getDeviceOverviewToSplitTimings(container.deviceProfile.isTablet) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java143 AnimUtils.getDeviceOverviewToSplitTimings(mLauncher.getDeviceProfile().isTablet); in handleSplitSelectionState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3373 AnimUtils.getDeviceOverviewToSplitTimings(mContainer.getDeviceProfile().isTablet); in createInitialSplitSelectAnimation()
3665 AnimUtils.getDeviceOverviewToSplitTimings(mContainer.getDeviceProfile().isTablet); in createTaskDismissAnimation()