Searched defs:mIsRtlCompatibilityMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1230 private boolean mIsRtlCompatibilityMode = false; field in class:RelativeLayout.LayoutParams
1246 mIsRtlCompatibilityMode = (targetSdkVersion < JELLY_BEAN_MR1 ||
1361 this.mIsRtlCompatibilityMode = source.mIsRtlCompatibilityMode;
1474 if (mIsRtlCompatibilityMode) {
H A DTextView.java364 boolean mIsRtlCompatibilityMode; field in class:TextView.Drawables
379 mIsRtlCompatibilityMode = (targetSdkVersion < JELLY_BEAN_MR1 ||
389 if (mIsRtlCompatibilityMode) {

Completed in 130 milliseconds