Home
last modified time | relevance | path

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

12

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java262 public boolean isLayoutRtl() { in isLayoutRtl() method in PagedView
411 final boolean isRtl = isLayoutRtl(); in scrollTo()
587 final int index = isLayoutRtl() ? 0 : childCount - 1; in onMeasure()
653 final boolean isRtl = isLayoutRtl(); in onLayout()
736 final boolean isRtl = isLayoutRtl(); in getChildOffset()
784 final boolean isRtl = isLayoutRtl(); in getVisiblePages()
965 if (isLayoutRtl()) { in hitsPreviousPage()
976 if (isLayoutRtl()) { in hitsNextPage()
1313 final boolean isRtl = isLayoutRtl(); in onTouchEvent()
1389 boolean isForwardScroll = isLayoutRtl() ? (hscroll < 0 || vscroll < 0) in onGenericMotionEvent()
[all …]
DShortcutAndWidgetContainer.java127 return mInvertIfRtl && isLayoutRtl(); in invertLayoutHorizontally()
130 public boolean isLayoutRtl() { in isLayoutRtl() method in ShortcutAndWidgetContainer
DFolder.java618 public boolean isLayoutRtl() { in isLayoutRtl() method in Folder
626 if (isLayoutRtl()) { in onDragOver()
DAppsCustomizePagedView.java1019 final boolean isRtl = isLayoutRtl(); in syncAppsPageItems()
1374 final boolean isRtl = isLayoutRtl(); in screenScrolled()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListItemView.java560 final boolean isLayoutRtl = ViewUtil.isViewLayoutRtl(this); in onLayout()
565 if (isLayoutRtl) { in onLayout()
575 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()
577 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()
580 if (isLayoutRtl) { in onLayout()
591 if (isLayoutRtl) { in onLayout()
638 if (!isLayoutRtl) { in onLayout()
719 if (isLayoutRtl) { in onLayout()
756 if (!isLayoutRtl) { in onLayout()
775 if (!isLayoutRtl) { in onLayout()
/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/apps/Settings/src/com/android/settings/deviceinfo/
DPercentageBarChart.java82 final boolean isLayoutRtl = isLayoutRtl(); in onDraw()
83 if (isLayoutRtl) { in onDraw()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java620 final boolean isLayoutRtl = ViewUtil.isViewLayoutRtl(this); in onLayout()
629 isLayoutRtl ? rightBound - mHeaderWidth : leftBound, in onLayout()
631 isLayoutRtl ? rightBound : leftBound + mHeaderWidth, in onLayout()
634 if (isLayoutRtl) { in onLayout()
644 if (isLayoutRtl) { in onLayout()
733 if (!isLayoutRtl) { in onLayout()
805 if (isLayoutRtl) { in onLayout()
859 if (!isLayoutRtl) { in onLayout()
876 if (!isLayoutRtl) { in onLayout()
/packages/apps/Settings/src/com/android/settings/
DPreviewSeekBarPreferenceFragment.java149 final boolean isLayoutRtl = origConfig.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in onCreateView()
156 mPreviewPagerAdapter = new PreviewPagerAdapter(context, isLayoutRtl, in onCreateView()
159 mPreviewPager.setCurrentItem(isLayoutRtl ? mPreviewSampleResIds.length - 1 : 0); in onCreateView()
DPreviewPagerAdapter.java60 public PreviewPagerAdapter(Context context, boolean isLayoutRtl, in PreviewPagerAdapter() argument
62 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
/packages/apps/Settings/src/com/android/settings/display/
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()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DFloatingActionButtonController.java192 if (isLayoutRtl()) { in getTranslationXForAlignment()
198 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/services/Car/car-support-lib/src/android/support/car/ui/
DDrawerArrowDrawable.java102 public boolean isLayoutRtl() { in isLayoutRtl() method in DrawerArrowDrawable
116 final boolean isRtl = isLayoutRtl(); in draw()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DSwipeHelper.java347 boolean isLayoutRtl = animView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in dismissChild()
354 && isLayoutRtl; in dismissChild()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java112 final boolean isLayoutRtl = Utilities.isRtl(v.getResources()); in onKey()
117 pageCount, isLayoutRtl); in onKey()
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java431 final boolean isLayoutRtl = ViewUtil.isRtl(); in onCreate()
435 this, isLayoutRtl ? R.anim.dialpad_slide_in_left : R.anim.dialpad_slide_in_right); in onCreate()
438 this, isLayoutRtl ? R.anim.dialpad_slide_out_left : R.anim.dialpad_slide_out_right); in onCreate()
/packages/apps/Messaging/src/com/android/messaging/util/
DAccessibilityUtil.java103 public static boolean isLayoutRtl(final View view) { in isLayoutRtl() method in AccessibilityUtil
/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.java210 final boolean isRtl = AccessibilityUtil.isLayoutRtl(getRootView()); in determineLayout()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java404 if (mFolder.isLayoutRtl()) { in findNearestArea()
DFolder.java783 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()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java1149 final boolean layoutRtl = isLayoutRtl(); in drawChart()

12