Home
last modified time | relevance | path

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

/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/apps/Settings/src/com/android/settings/
DPreviewPagerAdapter.java52 private boolean mIsLayoutRtl; field in PreviewPagerAdapter
62 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
67 int p = mIsLayoutRtl ? previewSampleResIds.length - 1 - i : i; in PreviewPagerAdapter()