Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1286 private boolean mIsRtlCompatibilityMode = false; field in LayoutParams
1302 mIsRtlCompatibilityMode = (targetSdkVersion < JELLY_BEAN_MR1 || in LayoutParams()
1417 this.mIsRtlCompatibilityMode = source.mIsRtlCompatibilityMode; in LayoutParams()
1556 if (mIsRtlCompatibilityMode) { in resolveRules()
H A DTextView.java603 boolean mIsRtlCompatibilityMode; field in TextView.Drawables
618 mIsRtlCompatibilityMode = targetSdkVersion < VERSION_CODES.JELLY_BEAN_MR1 in Drawables()
646 if (mIsRtlCompatibilityMode) {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68908 Landroid/widget/RelativeLayout$LayoutParams;->mIsRtlCompatibilityMode:Z
70337 Landroid/widget/TextView$Drawables;->mIsRtlCompatibilityMode:Z