Searched refs:TickType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp600 enum class TickType { class in namespace:aapt
607 static TickType tickType(png_bytep p, bool transparent, const char** outError) {
612 return TickType::kNone;
615 return TickType::kLayoutBounds;
618 return TickType::kTick;
625 return TickType::kNone;
631 return TickType::kTick;
638 return TickType::kNone;
641 return TickType::kTick;
644 return TickType
[all...]

Completed in 48 milliseconds