Home
last modified time | relevance | path

Searched defs:nQuickReject (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java442 public static boolean nQuickReject(long nativeCanvas, long path) { in nQuickReject() method in Canvas_Delegate
448 public static boolean nQuickReject(long nativeCanvas, in nQuickReject() method in Canvas_Delegate
/frameworks/base/graphics/java/android/graphics/
DCanvas.java1442 private static native boolean nQuickReject(long nativeCanvas, long nativePath); in nQuickReject() method in Canvas
1444 private static native boolean nQuickReject(long nativeCanvas, float left, float top, in nQuickReject() method in Canvas