Home
last modified time | relevance | path

Searched refs:native_getHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DCanvas.java244 return native_getHeight(mNativeCanvasWrapper); in getHeight()
2001 private static native int native_getHeight(long canvasHandle); in native_getHeight() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java181 public static int native_getHeight(long nativeCanvas) { in native_getHeight() method in Canvas_Delegate