Searched refs:native_getHeight (Results 1 – 2 of 2) sorted by relevance
244 return native_getHeight(mNativeCanvasWrapper); in getHeight()2001 private static native int native_getHeight(long canvasHandle); in native_getHeight() method in Canvas
181 public static int native_getHeight(long nativeCanvas) { in native_getHeight() method in Canvas_Delegate