Searched refs:mIsLayoutRtl (Results 1 – 2 of 2) sorted by relevance
126 private boolean mIsLayoutRtl; field in LabeledSeekBar.LabeledSeekBarExploreByTouchHelper130 mIsLayoutRtl = forView.getResources().getConfiguration() in LabeledSeekBarExploreByTouchHelper()205 return mIsLayoutRtl ? LabeledSeekBar.this.getMax() - posBase : posBase; in getVirtualViewIdIndexFromX()209 final int updatedVirtualViewId = mIsLayoutRtl in getBoundsInParentFromVirtualViewId()
52 private boolean mIsLayoutRtl; field in PreviewPagerAdapter62 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()67 int p = mIsLayoutRtl ? previewSampleResIds.length - 1 - i : i; in PreviewPagerAdapter()