Home
last modified time | relevance | path

Searched refs:freeTextLayoutCaches (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp662 static void freeTextLayoutCaches(JNIEnv* env, jobject) { in freeTextLayoutCaches() function
720 {"freeTextLayoutCaches", "()V", (void*) CanvasJNI::freeTextLayoutCaches}
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java113 /*package*/ static void freeTextLayoutCaches() { in freeTextLayoutCaches() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1978 public static native void freeTextLayoutCaches(); in freeTextLayoutCaches() method in Canvas
/frameworks/base/core/java/android/app/
DActivityThread.java4257 Canvas.freeTextLayoutCaches(); in freeTextLayoutCachesIfNeeded()
4380 Canvas.freeTextLayoutCaches(); in handleLowMemory()