Searched defs:needsLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp33 bool TextLayout::needsLayout(const jchar* text, jint len, jint bidiFlags) { function in class:android::TextLayout
159 if (needsLayout(text, len, bidiFlags)) {
303 if (!needsLayout(text, count, bidiFlags)) {

Completed in 68 milliseconds