Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp685 uint8_t* outDivs, bool multipleAllowed) { in getHorizontalTicks() argument
693 (state == TickState::kOutside1 && multipleAllowed)) { in getHorizontalTicks()
731 uint8_t* outDivs, bool multipleAllowed) { in getVerticalTicks() argument
739 (state == TickState::kOutside1 && multipleAllowed)) { in getVerticalTicks()
/frameworks/base/tools/aapt/
DImages.cpp240 uint8_t* outDivs, bool multipleAllowed) in get_horizontal_ticks() argument
250 (state == TICK_OUTSIDE_1 && multipleAllowed)) { in get_horizontal_ticks()
289 uint8_t* outDivs, bool multipleAllowed) in get_vertical_ticks() argument
299 (state == TICK_OUTSIDE_1 && multipleAllowed)) { in get_vertical_ticks()