Searched defs:textArray (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/TV/src/com/android/tv/license/ |
H A D | Licenses.java | 97 ByteArrayOutputStream textArray = new ByteArrayOutputStream(); in getTextFromInputStream() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/ |
H A D | Licenses.java | 84 ByteArrayOutputStream textArray = new ByteArrayOutputStream(); in getTextFromInputStream() local
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Paint.cpp | 212 jchar* textArray = env->GetCharArrayElements(text, nullptr); in getTextAdvances___CIIIII_FI() local 224 const jchar* textArray = env->GetStringChars(text, nullptr); in getTextAdvances__StringIIIII_FI() local 248 jchar* textArray = env->GetCharArrayElements(text, nullptr); in getTextRunCursor___C() local 260 const jchar* textArray = env->GetStringChars(text, nullptr); in getTextRunCursor__String() local 326 const jchar* textArray = env->GetCharArrayElements(text, nullptr); in getTextPath___C() local 336 const jchar* textArray = env->GetStringChars(text, nullptr); in getTextPath__String() local 361 const jchar* textArray = env->GetStringChars(text, nullptr); in getStringBounds() local 370 const jchar* textArray = env->GetCharArrayElements(text, nullptr); in getCharArrayBounds() local 516 ScopedCharArrayRO textArray(env, text); in getRunAdvance___CIIIIZI_F() local 537 ScopedCharArrayRO textArray(env, text); in getOffsetForAdvance___CIIIIZF_I() local
|
H A D | android_graphics_RenderNode.cpp | 64 const char* textArray = env->GetStringUTFChars(name, NULL); in android_view_RenderNode_create() local
|