Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java1256 private boolean mIsRtlCompatibilityMode = false; field in LayoutParams
1272 mIsRtlCompatibilityMode = (targetSdkVersion < JELLY_BEAN_MR1 || in LayoutParams()
1387 this.mIsRtlCompatibilityMode = source.mIsRtlCompatibilityMode; in LayoutParams()
1526 if (mIsRtlCompatibilityMode) { in resolveRules()
DTextView.java431 boolean mIsRtlCompatibilityMode; field in TextView.Drawables
446 mIsRtlCompatibilityMode = targetSdkVersion < VERSION_CODES.JELLY_BEAN_MR1 in Drawables()
474 if (mIsRtlCompatibilityMode) {