Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java709 final boolean isNinePatch = np != null && NinePatch.isNinePatchChunk(np); in setDensityFromOptions()
710 if (opts.inScaled || isNinePatch) { in setDensityFromOptions()
H A DImageDecoder.java814 boolean animated, boolean isNinePatch) { in ImageDecoder() argument
821 mIsNinePatch = isNinePatch; in ImageDecoder()
/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp143 const bool isNinePatch = peeker->mPatch != nullptr; in native_create() local
148 animated, isNinePatch); in native_create()