Home
last modified time | relevance | path

Searched defs:freeTextLayoutCaches (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java310 /*package*/ static void freeTextLayoutCaches() { in freeTextLayoutCaches() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1625 public static native void freeTextLayoutCaches(); in freeTextLayoutCaches() method in Canvas
/frameworks/base/core/jni/android/graphics/
DCanvas.cpp74 static void freeTextLayoutCaches(JNIEnv* env, jobject) { in freeTextLayoutCaches() function in android::SkCanvasGlue