Home
last modified time | relevance | path

Searched refs:mIsLayoutRtl (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DLabeledSeekBar.java126 private boolean mIsLayoutRtl; field in LabeledSeekBar.LabeledSeekBarExploreByTouchHelper
130 mIsLayoutRtl = forView.getResources().getConfiguration() in LabeledSeekBarExploreByTouchHelper()
205 return mIsLayoutRtl ? LabeledSeekBar.this.getMax() - posBase : posBase; in getVirtualViewIdIndexFromX()
209 final int updatedVirtualViewId = mIsLayoutRtl in getBoundsInParentFromVirtualViewId()
/packages/apps/Settings/src/com/android/settings/widget/
DLabeledSeekBar.java126 private boolean mIsLayoutRtl; field in LabeledSeekBar.LabeledSeekBarExploreByTouchHelper
130 mIsLayoutRtl = forView.getResources().getConfiguration() in LabeledSeekBarExploreByTouchHelper()
205 return mIsLayoutRtl ? LabeledSeekBar.this.getMax() - posBase : posBase; in getVirtualViewIdIndexFromX()
209 final int updatedVirtualViewId = mIsLayoutRtl in getBoundsInParentFromVirtualViewId()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DPreviewPagerAdapter.java50 private boolean mIsLayoutRtl; field in PreviewPagerAdapter
60 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
65 int p = mIsLayoutRtl ? previewSampleResIds.length - 1 - i : i; in PreviewPagerAdapter()
/packages/apps/Settings/src/com/android/settings/display/
DPreviewPagerAdapter.java50 private boolean mIsLayoutRtl; field in PreviewPagerAdapter
60 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
65 int p = mIsLayoutRtl ? previewSampleResIds.length - 1 - i : i; in PreviewPagerAdapter()