Home
last modified time | relevance | path

Searched refs:getRecentsRtlSetting (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPagedOrientationHandler.java61 boolean getRecentsRtlSetting(Resources resources); in getRecentsRtlSetting() method
DDefaultPagedViewHandler.java90 public boolean getRecentsRtlSetting(Resources resources) { in getRecentsRtlSetting() method in DefaultPagedViewHandler
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DSeascapePagedViewHandler.kt58 override fun getRecentsRtlSetting(resources: Resources): Boolean = Utilities.isRtl(resources) in getSplitTranslationDirectionFactor() method in com.android.quickstep.orientation.SeascapePagedViewHandler
DLandscapePagedViewHandler.kt145 override fun getRecentsRtlSetting(resources: Resources): Boolean = !Utilities.isRtl(resources) in getRecentsRtlSetting() method in com.android.quickstep.orientation.LandscapePagedViewHandler
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java373 gravity |= orientationHandler.getRecentsRtlSetting(res) ? Gravity.RIGHT : Gravity.LEFT; in calculateGridTaskSize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java136 mIsRecentsRtl = mOrientationState.getOrientationHandler().getRecentsRtlSetting(resources); in TaskViewSimulator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java833 mIsRtl = getPagedOrientationHandler().getRecentsRtlSetting(getResources()); in RecentsView()
2091 mIsRtl = getPagedOrientationHandler().getRecentsRtlSetting(getResources()); in updateOrientationHandler()