Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java1259 private boolean mIsRtlCompatibilityMode = false; field in LayoutParams
1275 mIsRtlCompatibilityMode = (targetSdkVersion < JELLY_BEAN_MR1 || in LayoutParams()
1390 this.mIsRtlCompatibilityMode = source.mIsRtlCompatibilityMode; in LayoutParams()
1529 if (mIsRtlCompatibilityMode) { in resolveRules()
DTextView.java464 boolean mIsRtlCompatibilityMode; field in TextView.Drawables
479 mIsRtlCompatibilityMode = targetSdkVersion < VERSION_CODES.JELLY_BEAN_MR1 in Drawables()
507 if (mIsRtlCompatibilityMode) {
/frameworks/base/config/
Dhiddenapi-private-dex.txt103868 Landroid/widget/RelativeLayout$LayoutParams;->mIsRtlCompatibilityMode:Z
105582 Landroid/widget/TextView$Drawables;->mIsRtlCompatibilityMode:Z