Home
last modified time | relevance | path

Searched defs:isRtl (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSeascapePagedViewHandler.java125 public int getUpDirection(boolean isRtl) { in getUpDirection()
131 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
136 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
DPortraitPagedViewHandler.java141 public int getClearAllSidePadding(View view, boolean isRtl) { in getClearAllSidePadding()
331 public int getUpDirection(boolean isRtl) { in getUpDirection()
337 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
343 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
DLandscapePagedViewHandler.java145 public int getClearAllSidePadding(View view, boolean isRtl) { in getClearAllSidePadding()
311 public int getUpDirection(boolean isRtl) { in getUpDirection()
317 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
322 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
DPagedOrientationHandler.java75 int getClearAllSidePadding(View view, boolean isRtl); in getClearAllSidePadding()
150 int getUpDirection(boolean isRtl); in getUpDirection()
152 boolean isGoingUp(float displacement, boolean isRtl); in isGoingUp()
154 int getTaskDragDisplacementFactor(boolean isRtl); in getTaskDragDisplacementFactor()
DBothAxesSwipeDetector.java51 boolean isRtl) { in BothAxesSwipeDetector()
DBaseSwipeDetector.java74 protected BaseSwipeDetector(@NonNull ViewConfiguration config, boolean isRtl) { in BaseSwipeDetector()
DSingleAxisSwipeDetector.java114 @NonNull Direction dir, boolean isRtl) { in SingleAxisSwipeDetector()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DFastScrollThumbDrawable.java37 public FastScrollThumbDrawable(Paint paint, boolean isRtl) { in FastScrollThumbDrawable()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java35 boolean isRtl, Callback callback) { in cropAndScaleBitmap()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPreviewBitmapTransformation.java44 public WallpaperPreviewBitmapTransformation(Context appContext, boolean isRtl) { in WallpaperPreviewBitmapTransformation()
DPreviewFragment.java421 protected boolean isRtl() { in isRtl() method in PreviewFragment
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabStrip.java107 private boolean isRtl() { in isRtl() method in ViewPagerTabStrip
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabStrip.java99 private boolean isRtl() { in isRtl() method in ViewPagerTabStrip
/packages/apps/Dialer/java/com/android/dialer/util/
DViewUtil.java70 public static boolean isRtl() { in isRtl() method in ViewUtil
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java145 boolean isRtl, BitmapReceiver receiver) { in runDecodeBitmapRegionTask()
310 boolean isRtl, BitmapReceiver receiver) { in DecodeBitmapRegionAsyncTask()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperUtils.java154 public static boolean isRtl(Resources res) { in isRtl() method in WallpaperUtils
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java124 boolean isRtl) { in calculateCenterPosition()
350 public static boolean isRtl(Context context) { in isRtl() method in WallpaperCropUtils
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DPreviewPager.java230 public boolean isRtl() { in isRtl() method in PreviewPager
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java81 private final boolean isRtl; // whether the dialpad is shown in a right-to-left locale field in DialpadView
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java448 boolean isRtl) { in updateThumbnailMatrix()
DRecentsView.java645 public boolean isRtl() { in isRtl() method in RecentsView
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java464 public static boolean isRtl(Resources res) { in isRtl() method in Utilities