Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFullscreenDrawParamsTest.kt61 val isRtl = false in setStartProgress_correctCornerRadiusForTablet() constant
96 val isRtl = false in setFullProgress_correctCornerRadiusForTablet() constant
131 val isRtl = false in setStartProgress_correctCornerRadiusForPhone() constant
166 val isRtl = false in setFullProgress_correctCornerRadiusForPhone() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DRtlUtils.kt13 fun isRtl(context: Context): Boolean { in isRtl() method
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSeascapePagedViewHandler.java209 int taskIconMargin, int taskIconHeight, int thumbnailTopMargin, boolean isRtl) { in setTaskIconParams()
220 int groupedTaskViewHeight, int groupedTaskViewWidth, boolean isRtl, in setSplitIconParams()
268 boolean isRtl) { in measureGroupedTaskViewThumbnailBounds()
316 public int getUpDirection(boolean isRtl) { in getUpDirection()
322 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
327 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
DPagedOrientationHandler.java76 int getClearAllSidePadding(View view, boolean isRtl); in getClearAllSidePadding()
171 SplitBounds splitBoundsConfig, DeviceProfile dp, boolean isRtl); in measureGroupedTaskViewThumbnailBounds()
175 int taskIconMargin, int taskIconHeight, int thumbnailTopMargin, boolean isRtl); in setTaskIconParams()
178 int groupedTaskViewHeight, int groupedTaskViewWidth, boolean isRtl, in setSplitIconParams()
220 int getUpDirection(boolean isRtl); in getUpDirection()
222 boolean isGoingUp(float displacement, boolean isRtl); in isGoingUp()
224 int getTaskDragDisplacementFactor(boolean isRtl); in getTaskDragDisplacementFactor()
DLandscapePagedViewHandler.java175 public int getClearAllSidePadding(View view, boolean isRtl) { in getClearAllSidePadding()
366 public int getUpDirection(boolean isRtl) { in getUpDirection()
372 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
377 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
501 DeviceProfile dp, boolean isRtl) { in measureGroupedTaskViewThumbnailBounds()
531 int taskIconHeight, int thumbnailTopMargin, boolean isRtl) { in setTaskIconParams()
542 int groupedTaskViewHeight, int groupedTaskViewWidth, boolean isRtl, in setSplitIconParams()
DPortraitPagedViewHandler.java172 public int getClearAllSidePadding(View view, boolean isRtl) { in getClearAllSidePadding()
368 public int getUpDirection(boolean isRtl) { in getUpDirection()
374 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
380 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
611 DeviceProfile dp, boolean isRtl) { in measureGroupedTaskViewThumbnailBounds()
684 int taskIconHeight, int thumbnailTopMargin, boolean isRtl) { in setTaskIconParams()
694 int groupedTaskViewHeight, int groupedTaskViewWidth, boolean isRtl, in setSplitIconParams()
DBaseSwipeDetector.java78 boolean isRtl) { in BaseSwipeDetector()
DSingleAxisSwipeDetector.java116 @NonNull Listener l, @NonNull Direction dir, boolean isRtl) { in SingleAxisSwipeDetector()
/packages/apps/ThemePicker/src/com/android/customization/picker/common/ui/view/
DItemSpacing.kt29 val isRtl = parent.layoutManager?.layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL in getItemOffsets() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewClickView.kt59 val isRtl = RtlUtils.isRtl(context) in onInterceptTouchEvent() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultBitmapCropper.java40 boolean isRtl, Callback callback) { in cropAndScaleBitmap()
/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/picker/
DWallpaperPreviewBitmapTransformation.java44 public WallpaperPreviewBitmapTransformation(Context appContext, boolean isRtl) { in WallpaperPreviewBitmapTransformation()
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabStrip.java99 private boolean isRtl() { in isRtl() method in ViewPagerTabStrip
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabStrip.java107 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/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/widget/
DPreviewPager.java230 public boolean isRtl() { in isRtl() method in PreviewPager
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java209 boolean isRtl, BitmapReceiver receiver) { in runDecodeBitmapRegionTask()
/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/src/com/android/launcher3/
DUtilities.java434 public static boolean isRtl(Resources res) { in isRtl() method in Utilities
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java890 public boolean isRtl() { in isRtl() method in RecentsView