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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
PercentageBarChart.java 84 private final boolean mIsLayoutRtl;
95 mIsLayoutRtl = isLayoutRtl;
115 float end = (mIsLayoutRtl) ? 0 : mWidth;
116 float lastX = (mIsLayoutRtl) ? mWidth : 0;
  /frameworks/base/core/java/android/view/
FocusFinder.java 609 private boolean mIsLayoutRtl;
620 mIsLayoutRtl = b;
636 return mIsLayoutRtl ? 1 : -1;
638 return mIsLayoutRtl ? -1 : 1;
644 return mIsLayoutRtl ? 1 : -1;
646 return mIsLayoutRtl ? -1 : 1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 95 private boolean mIsLayoutRtl;
519 if (mIsLayoutRtl != isLayoutRtl) {
531 mIsLayoutRtl = isLayoutRtl;

Completed in 72 milliseconds