Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp630 enum class TickType { kNone, kTick, kLayoutBounds, kBoth }; enumerator
643 return TickType::kTick; in tickType()
657 return TickType::kTick; in tickType()
667 return TickType::kTick; in tickType()
677 return TickType::kTick; in tickType()
691 if (tickType(row + i * 4, transparent, outError) == TickType::kTick) { in getHorizontalTicks()
737 if (tickType(rows[i] + offset, transparent, outError) == TickType::kTick) { in getVerticalTicks()