Home
last modified time | relevance | path

Searched defs:getRecentsRtlSetting (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DDefaultPagedViewHandler.java90 public boolean getRecentsRtlSetting(Resources resources) { in getRecentsRtlSetting() method in DefaultPagedViewHandler
DPagedOrientationHandler.java61 boolean getRecentsRtlSetting(Resources resources); in getRecentsRtlSetting() method
/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