Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DLabeledSeekBar.java134 private boolean mIsLayoutRtl; field in LabeledSeekBar.LabeledSeekBarExploreByTouchHelper
138 mIsLayoutRtl = forView.getResources().getConfiguration() in LabeledSeekBarExploreByTouchHelper()
213 return mIsLayoutRtl ? LabeledSeekBar.this.getMax() - posBase : posBase; in getVirtualViewIdIndexFromX()
217 final int updatedVirtualViewId = mIsLayoutRtl in getBoundsInParentFromVirtualViewId()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DPreviewPagerAdapter.java50 private boolean mIsLayoutRtl; field in PreviewPagerAdapter
60 mIsLayoutRtl = isLayoutRtl; in PreviewPagerAdapter()
65 int p = mIsLayoutRtl ? previewSampleResIds.length - 1 - i : i; in PreviewPagerAdapter()
/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DCredentialManagementAppAdapter.java66 private final boolean mIsLayoutRtl; field in CredentialManagementAppAdapter
121 if (mIsLayoutRtl) { in AppAuthenticationViewHolder()
212 mIsLayoutRtl = context.getResources().getConfiguration().getLayoutDirection() in CredentialManagementAppAdapter()