Home
last modified time | relevance | path

Searched refs:VALUE_NOT_SET (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DRelativeLayout.java207 private static final int VALUE_NOT_SET = Integer.MIN_VALUE; field in RelativeLayout
764 if (childStart != VALUE_NOT_SET && childEnd != VALUE_NOT_SET) { in getChildMeasureSpec()
787 if (tempStart == VALUE_NOT_SET) { in getChildMeasureSpec()
790 if (tempEnd == VALUE_NOT_SET) { in getChildMeasureSpec()
797 if (childStart != VALUE_NOT_SET && childEnd != VALUE_NOT_SET) { in getChildMeasureSpec()
843 if (params.mLeft == VALUE_NOT_SET && params.mRight != VALUE_NOT_SET) { in positionChildHorizontal()
846 } else if (params.mLeft != VALUE_NOT_SET && params.mRight == VALUE_NOT_SET) { in positionChildHorizontal()
849 } else if (params.mLeft == VALUE_NOT_SET && params.mRight == VALUE_NOT_SET) { in positionChildHorizontal()
882 if (params.mTop == VALUE_NOT_SET && params.mBottom != VALUE_NOT_SET) { in positionChildVertical()
885 } else if (params.mTop != VALUE_NOT_SET && params.mBottom == VALUE_NOT_SET) { in positionChildVertical()
[all …]
/frameworks/base/cmds/statsd/tests/
Dstatsd_test_util.cpp594 case DimensionsValue::ValueCase::VALUE_NOT_SET: in EqualsTo()
635 case DimensionsValue::ValueCase::VALUE_NOT_SET: in LessThan()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83376 Landroid/widget/RelativeLayout;->VALUE_NOT_SET:I