Searched refs:VALUE_NOT_SET (Results 1 – 2 of 2) sorted by relevance
208 private static final int VALUE_NOT_SET = Integer.MIN_VALUE; field in RelativeLayout765 if (childStart != VALUE_NOT_SET && childEnd != VALUE_NOT_SET) { in getChildMeasureSpec()788 if (tempStart == VALUE_NOT_SET) { in getChildMeasureSpec()791 if (tempEnd == VALUE_NOT_SET) { in getChildMeasureSpec()798 if (childStart != VALUE_NOT_SET && childEnd != VALUE_NOT_SET) { in getChildMeasureSpec()844 if (params.mLeft == VALUE_NOT_SET && params.mRight != VALUE_NOT_SET) { in positionChildHorizontal()847 } else if (params.mLeft != VALUE_NOT_SET && params.mRight == VALUE_NOT_SET) { in positionChildHorizontal()850 } else if (params.mLeft == VALUE_NOT_SET && params.mRight == VALUE_NOT_SET) { in positionChildHorizontal()883 if (params.mTop == VALUE_NOT_SET && params.mBottom != VALUE_NOT_SET) { in positionChildVertical()886 } else if (params.mTop != VALUE_NOT_SET && params.mBottom == VALUE_NOT_SET) { in positionChildVertical()[all …]
1108 case DimensionsValue::ValueCase::VALUE_NOT_SET: in EqualsTo()1170 case DimensionsValue::ValueCase::VALUE_NOT_SET: in LessThan()