Searched defs:nativePath (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | DynamicCodeLoggerTests.java | 305 private void recordLoadNative(String nativePath) throws Exception { in recordLoadNative()
|
/frameworks/base/graphics/java/android/graphics/ |
D | PathIterator.java | 287 private static native long nCreate(long nativePath); in nCreate()
|
D | BaseCanvas.java | 813 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() 852 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() 854 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, in nDrawTextOnPath()
|
D | BaseRecordingCanvas.java | 706 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() 757 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() 760 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, in nDrawTextOnPath()
|
D | Path.java | 911 private static native int nGetGenerationID(long nativePath); in nGetGenerationID()
|
D | RenderNode.java | 1810 private static native boolean nSetOutlinePath(long renderNode, long nativePath, in nSetOutlinePath()
|