Searched refs:mIsLayoutRtl (Results 1 – 4 of 4) 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()
50 private boolean mIsLayoutRtl; field in PreviewPagerAdapter60 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()65 int p = mIsLayoutRtl ? previewSampleResIds.length - 1 - i : i; in PreviewPagerAdapter()