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.kt58 val isRtl = false in setStartProgress_correctCornerRadiusForTablet() constant
93 val isRtl = false in setFullProgress_correctCornerRadiusForTablet() constant
128 val isRtl = false in setStartProgress_correctCornerRadiusForPhone() constant
163 val isRtl = false in setFullProgress_correctCornerRadiusForPhone() constant
/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()
610 DeviceProfile dp, boolean isRtl) { in measureGroupedTaskViewThumbnailBounds()
681 int taskIconHeight, int thumbnailTopMargin, boolean isRtl) { in setTaskIconParams()
691 int groupedTaskViewHeight, int groupedTaskViewWidth, boolean isRtl, in setSplitIconParams()
DSingleAxisSwipeDetector.java116 @NonNull Listener l, @NonNull Direction dir, boolean isRtl) { in SingleAxisSwipeDetector()
DBaseSwipeDetector.java78 boolean isRtl) { in BaseSwipeDetector()
/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/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()
DPreviewFragment.java504 protected boolean isRtl() { in isRtl() method in PreviewFragment
/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.java184 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/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java374 public static boolean isRtl(Context context) { in isRtl() method in WallpaperCropUtils
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java432 public static boolean isRtl(Resources res) { in isRtl() method in Utilities
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java860 public boolean isRtl() { in isRtl() method in RecentsView