Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DNinePatch.cpp292 const bool end_is_fixed = stretch_regions.back().end != length; in CalculateSegmentCount() local
294 if (start_is_fixed && end_is_fixed) { in CalculateSegmentCount()
296 } else if (!start_is_fixed && !end_is_fixed) { in CalculateSegmentCount()