OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveLayoutBounds
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/compile/
Png.cpp
67
bool
haveLayoutBounds
= false;
526
int chunkCount = 2 + (info->
haveLayoutBounds
? 1 : 0);
527
int pIndex = info->
haveLayoutBounds
? 2 : 1;
533
png_bytep chunkNames = info->
haveLayoutBounds
559
if (info->
haveLayoutBounds
) {
577
if (info->
haveLayoutBounds
) {
[
all
...]
/frameworks/base/tools/aapt/
Images.cpp
75
bool
haveLayoutBounds
;
639
image->
haveLayoutBounds
= image->layoutBoundsLeft != 0
644
if (image->
haveLayoutBounds
) {
[
all
...]
Completed in 255 milliseconds