Home
last modified time | relevance | path

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 DDynamicCodeLoggerTests.java303 private void recordLoadNative(String nativePath) throws Exception { in recordLoadNative()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java378 long nativePath, in nClipPath()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBaseRecordingCanvas.java694 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 DBaseCanvas.java785 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 DRenderNode.java1688 private static native boolean nSetOutlinePath(long renderNode, long nativePath, in nSetOutlinePath()