Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPng.cpp602 enum class TickType { kNone, kTick, kLayoutBounds, kBoth }; enumerator
612 return TickType::kLayoutBounds; in tickType()
642 return TickType::kLayoutBounds; in tickType()
748 if (tickType(row + 4, transparent, outError) == TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
754 if (tickType(row + i * 4, transparent, outError) != TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
761 if (tickType(row + (width - 2) * 4, transparent, outError) == TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
767 if (tickType(row + i * 4, transparent, outError) != TickType::kLayoutBounds) { in getHorizontalLayoutBoundsTicks()
781 if (tickType(rows[1] + offset, transparent, outError) == TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
787 if (tickType(rows[i] + offset, transparent, outError) != TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
794 if (tickType(rows[height - 2] + offset, transparent, outError) == TickType::kLayoutBounds) { in getVerticalLayoutBoundsTicks()
[all …]