Searched defs:native_reset (Results 1 - 8 of 8) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java226 /*package*/ static void native_reset(long native_object) { method in class:Matrix_Delegate
H A DPaint_Delegate.java691 /*package*/ static void native_reset(long native_object) { method in class:Paint_Delegate
H A DPath_Delegate.java113 /*package*/ static void native_reset(long nPath) { method in class:Path_Delegate
126 native_reset(nPath);
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java298 native_reset(native_instance);
843 private static native void native_reset(long native_object); method in class:Matrix
H A DPaint.java454 native_reset(mNativePaint);
2229 private static native void native_reset(long native_object); method in class:Paint
H A DPath.java77 native_reset(mNativePath);
782 private static native void native_reset(long nPath); method in class:Path
/frameworks/base/media/java/android/media/
H A DMediaCodec.java506 native_reset();
509 private native final void native_reset(); method in class:MediaCodec
H A DMediaRecorder.java780 native_reset();
786 private native void native_reset(); method in class:MediaRecorder

Completed in 103 milliseconds