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

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

Completed in 72 milliseconds