Searched refs:kLayoutBounds (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp603 kLayoutBounds, member in class:aapt::TickType
615 return TickType::kLayoutBounds;
644 return TickType::kLayoutBounds;
756 if (tickType(row + 4, transparent, outError) == TickType::kLayoutBounds) {
762 if (tickType(row + i * 4, transparent, outError) != TickType::kLayoutBounds) {
769 if (tickType(row + (width - 2) * 4, transparent, outError) == TickType::kLayoutBounds) {
775 if (tickType(row+i*4, transparent, outError) != TickType::kLayoutBounds) {
789 if (tickType(rows[1] + offset, transparent, outError) == TickType::kLayoutBounds) {
795 if (tickType(rows[i] + offset, transparent, outError) != TickType::kLayoutBounds) {
802 if (tickType(rows[height - 2] + offset, transparent, outError) == TickType::kLayoutBounds) {
[all...]

Completed in 2299 milliseconds