Searched defs:nativeWriteFloat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcel.java271 private static native void nativeWriteFloat(long nativePtr, float val); method in class:Parcel
560 nativeWriteFloat(mNativePtr, val);

Completed in 93 milliseconds