Home
last modified time | relevance | path

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

/frameworks/base/include/private/ui/
DRegionHelper.h107 TYPE lhs_tail; variable
120 if (lhs_tail <= rhs_head) { in next()
121 tail = lhs_tail; in next()
140 if (lhs_tail <= rhs_tail) { in next()
141 tail = rhs_head = lhs_tail; in next()
144 if (rhs_tail <= lhs_tail) { in next()
164 SpannerBase::lhs_tail = lhs.rects->bottom + lhs.dy; in Spanner()
179 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail); in next()
225 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; in prepare()
230 SpannerBase::lhs_tail = max_value; in prepare()
[all …]