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

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp654 enum class TickState { class in namespace:aapt
664 TickState state = TickState::kStart;
669 if (state == TickState::kStart ||
670 (state == TickState::kOutside1 && multipleAllowed)) {
677 state = TickState::kInside1;
678 } else if (state == TickState::kOutside1) {
684 if (state == TickState::kInside1) {
689 state = TickState::kOutside1;
709 TickState stat
[all...]

Completed in 63 milliseconds