Searched defs:nativePath (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerTests.java | 303 private void recordLoadNative(String nativePath) throws Exception { in recordLoadNative()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Canvas_Delegate.java | 378 long nativePath, in nClipPath()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | BaseRecordingCanvas.java | 694 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() 741 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() 744 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, in nDrawTextOnPath()
|
H A D | BaseCanvas.java | 785 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() 821 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() 823 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, in nDrawTextOnPath()
|
H A D | RenderNode.java | 1688 private static native boolean nSetOutlinePath(long renderNode, long nativePath, in nSetOutlinePath()
|