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/
DSeascapePagedViewHandler.java62 public boolean getRecentsRtlSetting(Resources resources) { in getRecentsRtlSetting() method in SeascapePagedViewHandler
DPagedOrientationHandler.java99 boolean getRecentsRtlSetting(Resources resources); in getRecentsRtlSetting() method
DLandscapePagedViewHandler.java193 public boolean getRecentsRtlSetting(Resources resources) { in getRecentsRtlSetting() method in LandscapePagedViewHandler
DPortraitPagedViewHandler.java195 public boolean getRecentsRtlSetting(Resources resources) { in getRecentsRtlSetting() method in PortraitPagedViewHandler
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java226 gravity |= orientedState.getRecentsRtlSetting(res) ? Gravity.RIGHT : Gravity.LEFT; in calculateTaskSize()
333 gravity |= orientedState.getRecentsRtlSetting(res) ? Gravity.RIGHT : Gravity.LEFT; in calculateGridTaskSize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskViewSimulator.java113 mIsRecentsRtl = mOrientationState.getOrientationHandler().getRecentsRtlSetting(resources); in TaskViewSimulator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java602 mIsRtl = mOrientationHandler.getRecentsRtlSetting(getResources()); in RecentsView()
1297 mIsRtl = mOrientationHandler.getRecentsRtlSetting(getResources()); in updateOrientationHandler()