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

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

Completed in 122 milliseconds