Home
last modified time | relevance | path

Searched defs:nine_patch (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DNinePatch_test.cpp183 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kSingleStretch7x6, 7, 6, &err); in TEST() local
195 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kMultipleStretch10x7, 10, 7, &err); in TEST() local
211 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kMultipleStretch10x7, 10, 7, &err); in TEST() local
218 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kPadding6x5, 6, 5, &err); in TEST() local
237 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kLayoutBounds5x5, 5, 5, &err); in TEST() local
248 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kPaddingAndLayoutBounds5x5, 5, 5, &err); in TEST() local
256 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kColorfulImage5x5, 5, 5, &err); in TEST() local
269 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kOutlineOpaque10x10, 10, 10, &err); in TEST() local
278 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(kOutlineTranslucent10x10, 10, 10, &err); in TEST() local
287 std::unique_ptr<NinePatch> nine_patch = in TEST() local
[all …]
/frameworks/base/cmds/idmap2/include/idmap2/
DResourceUtils.h48 bool nine_patch; member
DFabricatedOverlay.h76 bool nine_patch; member
/frameworks/base/cmds/idmap2/libidmap2/
DFabricatedOverlay.cpp115 bool nine_patch) { in SetResourceValue()
144 std::unique_ptr<NinePatch> nine_patch = NinePatch::Create(png->rows.get(), in buildBinaryData() local
/frameworks/base/libs/androidfw/
DPngCrunch.cpp430 const NinePatch* nine_patch) { in WriteNinePatch()
474 bool WritePng(const Image* image, const NinePatch* nine_patch, OutputStream* out, in WritePng()
DNinePatch.cpp478 auto nine_patch = std::unique_ptr<NinePatch>(new NinePatch()); in Create() local
674 ::std::ostream& operator<<(::std::ostream& out, const NinePatch& nine_patch) { in operator <<()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp514 std::unique_ptr<android::NinePatch> nine_patch; in CompilePng() local
/frameworks/base/core/jni/
Dcom_android_internal_content_om_OverlayManagerImpl.cpp292 const auto nine_patch = in CreateFrroFile() local
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1884 bool nine_patch; member