Searched refs:getRecentsRtlSetting (Results 1 – 7 of 7) sorted by relevance
61 boolean getRecentsRtlSetting(Resources resources); in getRecentsRtlSetting() method
90 public boolean getRecentsRtlSetting(Resources resources) { in getRecentsRtlSetting() method in DefaultPagedViewHandler
58 override fun getRecentsRtlSetting(resources: Resources): Boolean = Utilities.isRtl(resources) in getSplitTranslationDirectionFactor() method in com.android.quickstep.orientation.SeascapePagedViewHandler
145 override fun getRecentsRtlSetting(resources: Resources): Boolean = !Utilities.isRtl(resources) in getRecentsRtlSetting() method in com.android.quickstep.orientation.LandscapePagedViewHandler
373 gravity |= orientationHandler.getRecentsRtlSetting(res) ? Gravity.RIGHT : Gravity.LEFT; in calculateGridTaskSize()
136 mIsRecentsRtl = mOrientationState.getOrientationHandler().getRecentsRtlSetting(resources); in TaskViewSimulator()
833 mIsRtl = getPagedOrientationHandler().getRecentsRtlSetting(getResources()); in RecentsView()2091 mIsRtl = getPagedOrientationHandler().getRecentsRtlSetting(getResources()); in updateOrientationHandler()