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

/frameworks/native/include/private/ui/
H A DRegionHelper.h31 static const TYPE max_value = 0x7FFFFFF; member in class:android::region_operator
100 : lhs_head(max_value), lhs_tail(max_value),
101 rhs_head(max_value), rhs_tail(max_value) {
212 aTop = max_value;
213 aBottom = max_value;
237 SpannerBase::rhs_head = max_value;
238 SpannerBase::rhs_tail = max_value;
240 SpannerBase::lhs_head = max_value;
[all...]

Completed in 33 milliseconds