Searched refs:mIsLayoutRtl (Results 1 – 3 of 3) sorted by relevance
134 private boolean mIsLayoutRtl; field in LabeledSeekBar.LabeledSeekBarExploreByTouchHelper138 mIsLayoutRtl = forView.getResources().getConfiguration() in LabeledSeekBarExploreByTouchHelper()213 return mIsLayoutRtl ? LabeledSeekBar.this.getMax() - posBase : posBase; in getVirtualViewIdIndexFromX()217 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()
66 private final boolean mIsLayoutRtl; field in CredentialManagementAppAdapter121 if (mIsLayoutRtl) { in AppAuthenticationViewHolder()212 mIsLayoutRtl = context.getResources().getConfiguration().getLayoutDirection() in CredentialManagementAppAdapter()