Home
last modified time | relevance | path

Searched refs:readDouble (Results 1 – 10 of 10) sorted by relevance

/versionedparcelable/versionedparcelable/src/main/java/androidx/versionedparcelable/
DVersionedParcelParcel.java226 public double readDouble() { in readDouble() method in VersionedParcelParcel
227 return mParcel.readDouble(); in readDouble()
DVersionedParcelStream.java359 public double readDouble() { in readDouble() method in VersionedParcelStream
361 return mCurrentInput.readDouble(); in readDouble()
518 b.putDouble(key, readDouble()); in readObject()
DVersionedParcel.java216 protected abstract double readDouble(); in readDouble() method in VersionedParcel
443 public double readDouble(double def, int fieldId) { in readDouble() method in VersionedParcel
447 return readDouble(); in readDouble()
805 val[i] = readDouble(); in readDoubleArray()
/versionedparcelable/versionedparcelable/api/
Drestricted_1.0.0.txt42 method protected abstract double readDouble();
43 method public double readDouble(double, int);
Drestricted_1.2.0-beta01.txt48 method protected abstract double readDouble();
49 method public double readDouble(double, int);
Drestricted_1.1.0-beta02.txt45 method protected abstract double readDouble();
46 method public double readDouble(double, int);
Drestricted_1.1.0-beta01.txt49 method protected abstract double readDouble();
50 method public double readDouble(double, int);
Drestricted_current.txt48 method protected abstract double readDouble();
49 method public double readDouble(double, int);
Drestricted_1.1.0-rc01.txt49 method protected abstract double readDouble();
50 method public double readDouble(double, int);
Drestricted_1.1.0-beta00.txt45 method protected abstract double readDouble();
46 method public double readDouble(double, int);