Home
last modified time | relevance | path

Searched refs:isLayoutRtl (Results 1 – 24 of 24) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DPercentageBarChart.java82 final boolean isLayoutRtl = isLayoutRtl(); in onDraw()
83 if (isLayoutRtl) { in onDraw()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPercentageBarChart.java82 final boolean isLayoutRtl = isLayoutRtl(); in onDraw()
83 if (isLayoutRtl) { in onDraw()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java359 final boolean isLayoutRtl = isLayoutRtl(); in drawDividersHorizontal()
367 if (isLayoutRtl) { in drawDividersHorizontal()
381 if (isLayoutRtl) { in drawDividersHorizontal()
388 if (isLayoutRtl) { in drawDividersHorizontal()
1216 final boolean isLayoutRtl = isLayoutRtl(); in layoutHorizontal()
1260 if (isLayoutRtl) { in layoutHorizontal()
DDefaultIndicatorSeekBar.java66 final int indicatorPosition = isLayoutRtl() && getMirrorForRtl() in drawTickMarks()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DMatchParentShrinkingLinearLayout.java359 final boolean isLayoutRtl = isLayoutRtl(); in drawDividersHorizontal()
367 if (isLayoutRtl) { in drawDividersHorizontal()
381 if (isLayoutRtl) { in drawDividersHorizontal()
388 if (isLayoutRtl) { in drawDividersHorizontal()
1216 final boolean isLayoutRtl = isLayoutRtl(); in layoutHorizontal()
1260 if (isLayoutRtl) { in layoutHorizontal()
DDefaultIndicatorSeekBar.java66 final int indicatorPosition = isLayoutRtl() && getMirrorForRtl() in drawTickMarks()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DPreviewSeekBarPreferenceFragment.java133 final boolean isLayoutRtl = origConfig.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in onCreateView()
141 mPreviewPagerAdapter = new PreviewPagerAdapter(context, isLayoutRtl, in onCreateView()
144 mPreviewPager.setCurrentItem(isLayoutRtl ? previews.length - 1 : 0); in onCreateView()
DConversationMessageView.java130 final boolean isRtl = isLayoutRtl(this); in onLayout()
166 private static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in ConversationMessageView
223 if (isLayoutRtl(this)) { in updateViewAppearance()
DPreviewPagerAdapter.java58 public PreviewPagerAdapter(Context context, boolean isLayoutRtl, in PreviewPagerAdapter() argument
60 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
/packages/apps/Settings/src/com/android/settings/display/
DPreviewSeekBarPreferenceFragment.java133 final boolean isLayoutRtl = origConfig.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in onCreateView()
141 mPreviewPagerAdapter = new PreviewPagerAdapter(context, isLayoutRtl, in onCreateView()
144 mPreviewPager.setCurrentItem(isLayoutRtl ? previews.length - 1 : 0); in onCreateView()
DConversationMessageView.java130 final boolean isRtl = isLayoutRtl(this); in onLayout()
166 private static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in ConversationMessageView
223 if (isLayoutRtl(this)) { in updateViewAppearance()
DPreviewPagerAdapter.java58 public PreviewPagerAdapter(Context context, boolean isLayoutRtl, in PreviewPagerAdapter() argument
60 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java618 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/apps/Dialer/java/com/android/dialer/widget/
DFloatingActionButtonController.java187 if (isLayoutRtl()) { in getTranslationXForAlignment()
193 private boolean isLayoutRtl() { in isLayoutRtl() method in FloatingActionButtonController
/packages/apps/Contacts/src/com/android/contacts/widget/
DFloatingActionButtonController.java220 if (isLayoutRtl()) { in getTranslationXForAlignment()
226 private boolean isLayoutRtl() { in isLayoutRtl() method in FloatingActionButtonController
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java204 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/Launcher3/src/com/android/launcher3/
DFocusHelper.java115 final boolean isLayoutRtl = Utilities.isRtl(v.getResources()); in onKey()
120 pageCount, isLayoutRtl); in onKey()
/packages/apps/Messaging/src/com/android/messaging/util/
DAccessibilityUtil.java103 public static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in AccessibilityUtil
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java437 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/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListFragment.java407 final int direction = AccessibilityUtil.isLayoutRtl(mStartNewConversationButton) ? -1 : 1; in dismissFab()
/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java211 final boolean isRtl = AccessibilityUtil.isLayoutRtl(getRootView()); in determineLayout()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java352 if (mFolder.isLayoutRtl()) { in findNearestArea()
DFolder.java741 public boolean isLayoutRtl() { in isLayoutRtl() method in Folder
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java193 final boolean isRtl = AccessibilityUtil.isLayoutRtl(this); in onLayout()