Searched refs:mAllowBrokenMeasureSpecs (Results 1 – 2 of 2) sorted by relevance
227 private boolean mAllowBrokenMeasureSpecs = false; field in RelativeLayout272 mAllowBrokenMeasureSpecs = version <= Build.VERSION_CODES.JELLY_BEAN_MR1; in queryCompatibilityModes()705 if (myHeight < 0 && !mAllowBrokenMeasureSpecs) { in measureChildHorizontal()763 if (isUnspecified && !mAllowBrokenMeasureSpecs) { in getChildMeasureSpec()
83356 Landroid/widget/RelativeLayout;->mAllowBrokenMeasureSpecs:Z