Read a floating point value from the parcel at the current dataPosition().
()
| 1497 | * dataPosition(). |
| 1498 | */ |
| 1499 | public final float readFloat() { |
| 1500 | return nativeReadFloat(mNativePtr); |
| 1501 | } |
| 1502 | |
| 1503 | /** |
| 1504 | * Read a double precision floating point value from the parcel at the |
no test coverage detected