Searched defs:getRecentsRtlSetting (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ | ||
D | DefaultPagedViewHandler.java | 90 public boolean getRecentsRtlSetting(Resources resources) { in getRecentsRtlSetting() method in DefaultPagedViewHandler |
D | PagedOrientationHandler.java | 61 boolean getRecentsRtlSetting(Resources resources); in getRecentsRtlSetting() method |
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ | ||
D | SeascapePagedViewHandler.kt | 58 override fun getRecentsRtlSetting(resources: Resources): Boolean = Utilities.isRtl(resources) in getSplitTranslationDirectionFactor() method in com.android.quickstep.orientation.SeascapePagedViewHandler |
D | LandscapePagedViewHandler.kt | 145 override fun getRecentsRtlSetting(resources: Resources): Boolean = !Utilities.isRtl(resources) in getRecentsRtlSetting() method in com.android.quickstep.orientation.LandscapePagedViewHandler |