Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DProgressBar.java244 boolean mMirrorForRtl = false; field in ProgressBar
338 mMirrorForRtl = a.getBoolean(R.styleable.ProgressBar_mirrorForRtl, mMirrorForRtl); in ProgressBar()
976 return mMirrorForRtl; in getMirrorForRtl()
2126 if (isLayoutRtl() && mMirrorForRtl) { in updateDrawableBounds()
2156 if (isLayoutRtl() && mMirrorForRtl) { in drawTrack()
H A DAbsSeekBar.java740 final int left = (isLayoutRtl() && mMirrorForRtl) ? available - thumbPos : thumbPos;
991 if (isLayoutRtl() && mMirrorForRtl) {