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

/frameworks/base/awt/javax/imageio/stream/
H A DImageInputStream.java201 double readDouble() throws IOException; method in interface:ImageInputStream
H A DImageInputStreamImpl.java179 public double readDouble() throws IOException { method in class:ImageInputStreamImpl
/frameworks/base/libs/binder/
H A DParcel.cpp852 status_t Parcel::readDouble(double *pArg) const function in class:android::Parcel
858 double Parcel::readDouble() const function in class:android::Parcel
/frameworks/base/core/java/android/os/
H A DParcel.java63 * {@link #readDouble}, {@link #writeFloat}, {@link #readFloat}, {@link #writeInt},
773 val[i] = readDouble();
785 val[i] = readDouble();
1281 public final native double readDouble(); method in class:Parcel
1783 return readDouble();

Completed in 113 milliseconds