Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()
DTextView.java500 boolean mIsRtlCompatibilityMode; field in TextView.Drawables
515 mIsRtlCompatibilityMode = targetSdkVersion < VERSION_CODES.JELLY_BEAN_MR1 in Drawables()
543 if (mIsRtlCompatibilityMode) {