/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/recents/ |
D | RecentsUtilsTest.java | 46 when(mRecyclerView.isLayoutRtl()).thenReturn(true); in areItemsRightToLeft_returnsFalse_RTL_reversedLayout() 54 when(mRecyclerView.isLayoutRtl()).thenReturn(true); in areItemsRightToLeft_returnsTrue_RTL_noReversedLayout() 62 when(mRecyclerView.isLayoutRtl()).thenReturn(false); in areItemsRightToLeft_returnsTrue_LTR_reversedLayout() 70 when(mRecyclerView.isLayoutRtl()).thenReturn(false); in areItemsRightToLeft_returnsFalse_LTR_noReversedLayout()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarView.java | 368 final boolean onLeft = mBubbleBarLocation.isOnLeft(isLayoutRtl()); in onBubbleBarLocationChanged() 423 if (getBubbleBarLocation().isOnLeft(isLayoutRtl()) != location.isOnLeft(isLayoutRtl())) { in getBubbleBarDragReleaseTranslation() 428 if (location.isOnLeft(isLayoutRtl())) { in getBubbleBarDragReleaseTranslation() 455 boolean newLocationOnLeft = location.isOnLeft(isLayoutRtl()); in getDraggedBubbleReleaseTranslation() 456 if (getBubbleBarLocation().isOnLeft(isLayoutRtl()) != newLocationOnLeft) { in getDraggedBubbleReleaseTranslation() 498 mBubbleBarBackground.setAnchorLeft(bubbleBarLocation.isOnLeft(isLayoutRtl())); in animateToBubbleBarLocation() 511 final boolean onLeft = newLocation.isOnLeft(isLayoutRtl()); in getLocationUpdateFadeOutAnimator() 531 final boolean onLeft = newLocation.isOnLeft(isLayoutRtl()); in getLocationUpdateFadeInAnimator() 771 final boolean onLeft = bubbleBarLocation.isOnLeft(isLayoutRtl()); in updateBubblesLayoutProperties() 1041 index, getChildCount(), bubbleBarLocation.isOnLeft(isLayoutRtl())); in arrowPositionForSelectedWhenExpanded() [all …]
|
D | BubbleDragController.java | 137 bubbleView.isLayoutRtl())); in setupBubbleView() 203 bubbleBarView.getBubbleBarLocation().isOnLeft(bubbleBarView.isLayoutRtl())); in setupBubbleBarView()
|
D | BubbleBarPinController.kt | 84 val onLeft = location.isOnLeft(container.isLayoutRtl) in <lambda>()
|
D | BubblePinController.kt | 98 val onLeft = location.isOnLeft(container.isLayoutRtl) in <lambda>()
|
D | BubbleStashedHandleViewController.java | 135 if (bubbleBarLocation.isOnLeft(mStashedHandleView.isLayoutRtl())) { in updateBounds()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | TextReadingPreviewController.java | 105 final boolean isLayoutRtl = in displayPreference() 108 final PreviewPagerAdapter pagerAdapter = new PreviewPagerAdapter(mContext, isLayoutRtl, in displayPreference() 112 isLayoutRtl ? previewSamples.length - 1 : FRAME_INITIAL_INDEX); in displayPreference()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | UdfpsEnrollEnrollingView.java | 70 final boolean isLayoutRtl = (TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()) in UdfpsEnrollEnrollingView() 72 mShouldUseReverseLandscape = (mRotation == Surface.ROTATION_90 && isLayoutRtl) in UdfpsEnrollEnrollingView() 73 || (mRotation == Surface.ROTATION_270 && !isLayoutRtl); in UdfpsEnrollEnrollingView()
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | FloatingActionButtonController.java | 187 if (isLayoutRtl()) { in getTranslationXForAlignment() 193 private boolean isLayoutRtl() { in isLayoutRtl() method in FloatingActionButtonController
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | FloatingActionButtonController.java | 220 if (isLayoutRtl()) { in getTranslationXForAlignment() 226 private boolean isLayoutRtl() { in isLayoutRtl() method in FloatingActionButtonController
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | MatchParentShrinkingLinearLayout.java | 360 final boolean isLayoutRtl = isLayoutRtl(); in drawDividersHorizontal() 368 if (isLayoutRtl) { in drawDividersHorizontal() 382 if (isLayoutRtl) { in drawDividersHorizontal() 389 if (isLayoutRtl) { in drawDividersHorizontal() 1217 final boolean isLayoutRtl = isLayoutRtl(); in layoutHorizontal() 1261 if (isLayoutRtl) { in layoutHorizontal()
|
D | DefaultIndicatorSeekBar.java | 66 final int indicatorPosition = isLayoutRtl() && getMirrorForRtl() in drawTickMarks()
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 132 final boolean isRtl = isLayoutRtl(this); in onLayout() 168 private static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in ConversationMessageView 231 if (isLayoutRtl(this)) { in updateViewAppearance()
|
D | PreviewPagerAdapter.java | 58 public PreviewPagerAdapter(Context context, boolean isLayoutRtl, in PreviewPagerAdapter() argument 60 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/ |
D | RecentsUtils.java | 39 return recyclerView.isLayoutRtl() ^ isLayoutReversed; in areItemsRightToLeft()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListItemView.java | 618 final boolean isLayoutRtl = ViewUtil.isViewLayoutRtl(this); in onLayout() 627 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout() 629 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout() 632 if (isLayoutRtl) { in onLayout() 642 if (isLayoutRtl) { in onLayout() 731 if (!isLayoutRtl) { in onLayout() 803 if (isLayoutRtl) { in onLayout() 857 if (!isLayoutRtl) { in onLayout() 874 if (!isLayoutRtl) { in onLayout()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ResolverViewPager.java | 79 || (!isLayoutRtl() && mSwipingEnabled && super.onInterceptTouchEvent(ev)); in onInterceptTouchEvent()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/ |
D | AlbumsTabItemDecoration.java | 90 if (ViewUtils.isLayoutRtl(parent)) { in getItemOffsets()
|
D | PhotosTabItemDecoration.java | 81 if (ViewUtils.isLayoutRtl(parent)) { in getItemOffsets()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | IconAppChipView.java | 279 if (isLayoutRtl()) { in setIconOrientation() 369 boolean isRtl = isLayoutRtl(); in revealAnim()
|
D | TaskMenuView.java | 399 enableOverviewIconMenu() && isLayoutRtl() ? getWidth() : 0, 401 enableOverviewIconMenu() && !isLayoutRtl() ? 0 : getWidth(),
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | AccessibilityUtil.java | 103 public static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in AccessibilityUtil
|
/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DialpadFragment.java | 204 private boolean isLayoutRtl; field in DialpadFragment 535 isLayoutRtl = ViewUtil.isRtl(); in onAttach() 1635 animation = isLayoutRtl ? R.anim.dialpad_slide_out_left : R.anim.dialpad_slide_out_right; in slideDown() 1653 animation = isLayoutRtl ? R.anim.dialpad_slide_in_left : R.anim.dialpad_slide_in_right; in slideUp()
|
/packages/apps/Dialer/java/com/android/dialer/app/ |
D | DialtactsActivity.java | 437 final boolean isLayoutRtl = ViewUtil.isRtl(); in onCreate() 441 this, isLayoutRtl ? R.anim.dialpad_slide_in_left : R.anim.dialpad_slide_in_right); in onCreate() 444 this, isLayoutRtl ? R.anim.dialpad_slide_out_left : R.anim.dialpad_slide_out_right); in onCreate()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/ |
D | CarVolumeDialogImpl.java | 353 public void onLayoutDirectionChanged(boolean isLayoutRtl) { in onLayoutDirectionChanged() argument 356 isLayoutRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR); in onLayoutDirectionChanged()
|