OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout_bounds
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/compile/
NinePatch.cpp
220
const std::vector<Range>&
layout_bounds
,
246
if (
layout_bounds
.size() > 2) {
256
if (
layout_bounds
.size() >= 1) {
257
const Range& range =
layout_bounds
.front();
270
if (
layout_bounds
.size() >= 2) {
271
const Range& range =
layout_bounds
.back();
529
&nine_patch->
layout_bounds
.left,
530
&nine_patch->
layout_bounds
.right, "bottom", out_err)) {
543
&nine_patch->
layout_bounds
.top,
544
&nine_patch->
layout_bounds
.bottom, "right", out_err))
[
all
...]
Image.h
140
Bounds
layout_bounds
;
member in class:aapt::NinePatch
NinePatch_test.cpp
266
EXPECT_EQ(Bounds(1, 1, 1, 1), nine_patch->
layout_bounds
);
270
EXPECT_EQ(Bounds(1, 1, 0, 0), nine_patch->
layout_bounds
);
279
EXPECT_EQ(Bounds(1, 1, 1, 1), nine_patch->
layout_bounds
);
PngCrunch.cpp
455
if (nine_patch->
layout_bounds
.nonZero()) {
Completed in 699 milliseconds