HomeSort by relevance Sort by last modified time
    Searched refs:mIsRtl (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/java/android/widget/
RtlSpacingHelper.java 35 private boolean mIsRtl = false;
47 return mIsRtl ? mRight : mLeft;
51 return mIsRtl ? mLeft : mRight;
58 if (mIsRtl) {
74 if (isRtl == mIsRtl) {
77 mIsRtl = isRtl;
Gallery.java 183 private boolean mIsRtl = true;
429 int extremeItemPosition = motionToLeft != mIsRtl ? mItemCount - 1 : 0;
501 int n = mIsRtl ? (numChildren - 1 - i) : i;
511 if (!mIsRtl) {
517 int n = mIsRtl ? numChildren - 1 - i : i;
527 if (mIsRtl) {
534 if (toLeft != mIsRtl) {
635 mIsRtl = isLayoutRtl();
700 if (mIsRtl) {
771 if (mIsRtl) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
RtlSpacingHelper.java 35 private boolean mIsRtl = false;
47 return mIsRtl ? mRight : mLeft;
51 return mIsRtl ? mLeft : mRight;
58 if (mIsRtl) {
74 if (isRtl == mIsRtl) {
77 mIsRtl = isRtl;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
WallpaperOffsetInterpolator.java 27 private final boolean mIsRtl;
50 mIsRtl = Utilities.isRtl(workspace.getResources());
113 return mIsRtl ? 1f : 0f;
127 if (mIsRtl) {
152 if (mIsRtl) {
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
ClippedFolderIconLayoutRule.java 26 private boolean mIsRtl;
34 mIsRtl = rtl;
71 double theta0 = mIsRtl ? 0 : Math.PI;
74 int direction = mIsRtl ? 1 : -1;
FolderPagedView.java 73 public final boolean mIsRtl;
108 mIsRtl = Utilities.isRtl(getResources());
374 (mIsRtl ? Gravity.RIGHT : Gravity.LEFT) : Gravity.CENTER_HORIZONTAL);
485 float fraction = (direction == Folder.SCROLL_LEFT) ^ mIsRtl
641 .translationXBy((direction > 0 ^ mIsRtl) ? -v.getWidth() : v.getWidth())
Folder.java 625 mFolderName.setTranslationX(mContent.mIsRtl ? -translation : translation);
825 if (currentPage > 0 && (mContent.mIsRtl ? isOutsideRightEdge : isOutsideLeftEdge)) {
828 && (mContent.mIsRtl ? isOutsideLeftEdge : isOutsideRightEdge)) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneLayout.java 121 private boolean mIsRtl;
156 if (mIsRtl) {
275 mIsRtl = ViewUtils.isViewRtl(this);
330 if (mIsRtl) {
349 final int openDrawerDelta = mIsRtl ? -mDrawerWidthDelta : mDrawerWidthDelta;
452 final int xEnd = mIsRtl ? mListLeft : mListRight;
501 (mIsRtl ? -mDrawerWidthDelta : mDrawerWidthDelta);
506 if (mIsRtl) {
518 if (mIsRtl) {
537 if (mIsRtl) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java 60 private final boolean mIsRtl;
109 mIsRtl = Utilities.isRtl(res);
126 return mIsRtl ? 0 : (mRv.getWidth() - mMaxWidth);
162 int smallWidth = mIsRtl ? mWidth : -mWidth;
163 int largeWidth = mIsRtl ? mMaxWidth : -mMaxWidth;
265 if (!mIsRtl) {
269 int thumbWidth = mIsRtl ? mWidth : -mWidth;
PagedView.java 184 protected final boolean mIsRtl;
207 mIsRtl = Utilities.isRtl(getResources());
502 boolean isXBeforeFirstPage = mIsRtl ? (x > mMaxScrollX) : (x < 0);
503 boolean isXAfterLastPage = mIsRtl ? (x < 0) : (x > mMaxScrollX);
505 super.scrollTo(mIsRtl ? mMaxScrollX : 0, y);
508 if (mIsRtl) {
515 super.scrollTo(mIsRtl ? 0 : mMaxScrollX, y);
518 if (mIsRtl) {
784 final int startIndex = mIsRtl ? childCount - 1 : 0;
785 final int endIndex = mIsRtl ? -1 : childCount
    [all...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupItemView.java 51 protected final boolean mIsRtl;
79 mIsRtl = Utilities.isRtl(getResources());
125 int arrowCenter = getResources().getDimensionPixelSize(pivotLeft ^ mIsRtl ?
151 int arrowCenter = getResources().getDimensionPixelSize(pivotLeft ^ mIsRtl ?
PopupContainerWithArrow.java 94 private final boolean mIsRtl;
117 mIsRtl = Utilities.isRtl(getResources());
386 if (!canBeLeftAligned || (mIsRtl && canBeRightAligned)) {
390 if (mIsRtl) {
424 if (mIsRtl) {
437 if (!mIsRtl) {
472 return mIsLeftAligned && !mIsRtl || !mIsLeftAligned && mIsRtl;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
PageIndicatorDots.java 80 private final boolean mIsRtl;
118 mIsRtl = Utilities.isRtl(getResources());
124 if (mIsRtl) {
249 if (mIsRtl) {
293 if (mIsRtl) {
  /frameworks/minikin/libs/minikin/
Layout.cpp 77 mPaintFlags(paint.paintFlags), mHyphenEdit(paint.hyphenEdit), mIsRtl(dir),
100 layout->doLayoutRun(mChars, mStart, mCount, mNchars, mIsRtl, ctx, collection);
116 bool mIsRtl;
194 && mIsRtl == other.mIsRtl
210 hash = android::JenkinsHashMix(hash, hash_type(mIsRtl));
413 bool mIsRtl;
453 return Iter(mBidi, mStart, mEnd, 0, mRunCount, mIsRtl);
457 return Iter(mBidi, mStart, mEnd, mRunCount, mRunCount, mIsRtl);
466 bool mIsRtl;
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadView.java 59 private final boolean mIsRtl;
106 mIsRtl =
286 dialpadKey.setTranslationX((mIsRtl ? -1 : 1) * mTranslateDistance);
323 if (mIsRtl) {
411 if (mIsRtl) {
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 67 private final boolean mIsRtl;
109 mIsRtl = TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()) ==
292 dialpadKey.setTranslationX((mIsRtl ? -1 : 1) * mTranslateDistance);
328 if (mIsRtl) {
416 if (mIsRtl) {
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 84 private boolean mIsRtl;
402 mIsRtl ? ViewCompat.LAYOUT_DIRECTION_RTL : ViewCompat.LAYOUT_DIRECTION_LTR);
434 mIsRtl ? ViewCompat.LAYOUT_DIRECTION_RTL : ViewCompat.LAYOUT_DIRECTION_LTR);
614 mIsRtl = calculateIsRtl(mTextToDraw);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 85 private final boolean mIsRtl;
131 mIsRtl = Utilities.isRtl(getResources());
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 360 milliseconds