Searched refs:isLayoutRtl (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPercentageBarChart.java82 final boolean isLayoutRtl = isLayoutRtl();
83 if (isLayoutRtl) {
/packages/apps/Dialer/java/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java192 if (isLayoutRtl()) {
198 private boolean isLayoutRtl() { method in class:FloatingActionButtonController
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java220 if (isLayoutRtl()) {
226 private boolean isLayoutRtl() { method in class:FloatingActionButtonController
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DDrawerArrowDrawable.java32 * with carArrow and the abstract {@link #isLayoutRtl()} set to false.
102 public boolean isLayoutRtl() { method in class:DrawerArrowDrawable
116 final boolean isRtl = isLayoutRtl();
/packages/apps/Settings/src/com/android/settings/widget/
H A DDefaultIndicatorSeekBar.java66 final int indicatorPosition = isLayoutRtl() && getMirrorForRtl()
H A DMatchParentShrinkingLinearLayout.java359 final boolean isLayoutRtl = isLayoutRtl();
367 if (isLayoutRtl) {
381 if (isLayoutRtl) {
388 if (isLayoutRtl) {
1216 final boolean isLayoutRtl = isLayoutRtl();
1260 if (isLayoutRtl) {
/packages/apps/Settings/src/com/android/settings/
H A DPreviewSeekBarPreferenceFragment.java149 final boolean isLayoutRtl = origConfig.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
156 mPreviewPagerAdapter = new PreviewPagerAdapter(context, isLayoutRtl,
159 mPreviewPager.setCurrentItem(isLayoutRtl ? mPreviewSampleResIds.length - 1 : 0);
H A DPreviewPagerAdapter.java60 public PreviewPagerAdapter(Context context, boolean isLayoutRtl, argument
62 mIsLayoutRtl = isLayoutRtl;
/packages/apps/Settings/src/com/android/settings/display/
H A DConversationMessageView.java130 final boolean isRtl = isLayoutRtl(this);
166 private static boolean isLayoutRtl(final View view) { method in class:ConversationMessageView
223 if (isLayoutRtl(this)) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java127 return mInvertIfRtl && isLayoutRtl();
130 public boolean isLayoutRtl() { method in class:ShortcutAndWidgetContainer
H A DPagedView.java260 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
262 public boolean isLayoutRtl() { method in class:PagedView
411 final boolean isRtl = isLayoutRtl();
587 final int index = isLayoutRtl() ? 0 : childCount - 1;
653 final boolean isRtl = isLayoutRtl();
736 final boolean isRtl = isLayoutRtl();
784 final boolean isRtl = isLayoutRtl();
965 if (isLayoutRtl()) {
976 if (isLayoutRtl()) {
1313 final boolean isRtl = isLayoutRtl();
[all...]
H A DFolder.java618 public boolean isLayoutRtl() { method in class:Folder
626 if (isLayoutRtl()) {
H A DAppsCustomizePagedView.java1019 final boolean isRtl = isLayoutRtl();
1374 final boolean isRtl = isLayoutRtl();
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListItemView.java560 final boolean isLayoutRtl = ViewUtil.isViewLayoutRtl(this);
565 if (isLayoutRtl) {
575 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
577 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
580 if (isLayoutRtl) {
591 if (isLayoutRtl) {
638 if (!isLayoutRtl) {
719 if (isLayoutRtl) {
756 if (!isLayoutRtl) {
775 if (!isLayoutRtl) {
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/
H A DAccessibilityUtil.java103 public static boolean isLayoutRtl(final View view) { method in class:AccessibilityUtil
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java620 final boolean isLayoutRtl = ViewUtil.isViewLayoutRtl(this);
629 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
631 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
634 if (isLayoutRtl) {
644 if (isLayoutRtl) {
733 if (!isLayoutRtl) {
805 if (isLayoutRtl) {
859 if (!isLayoutRtl) {
876 if (!isLayoutRtl) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java112 final boolean isLayoutRtl = Utilities.isRtl(v.getResources());
117 pageCount, isLayoutRtl);
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DSwipeHelper.java347 boolean isLayoutRtl = animView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
354 && isLayoutRtl;
/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java431 final boolean isLayoutRtl = ViewUtil.isRtl();
435 this, isLayoutRtl ? R.anim.dialpad_slide_in_left : R.anim.dialpad_slide_in_right);
438 this, isLayoutRtl ? R.anim.dialpad_slide_out_left : R.anim.dialpad_slide_out_right);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java210 final boolean isRtl = AccessibilityUtil.isLayoutRtl(getRootView());
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListFragment.java407 final int direction = AccessibilityUtil.isLayoutRtl(mStartNewConversationButton) ? -1 : 1;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java404 if (mFolder.isLayoutRtl()) {
H A DFolder.java783 public boolean isLayoutRtl() { method in class:Folder
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageView.java193 final boolean isRtl = AccessibilityUtil.isLayoutRtl(this);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java1149 final boolean layoutRtl = isLayoutRtl();

Completed in 632 milliseconds

12