Searched refs:readDouble (Results 1 - 11 of 11) 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/tests/CoreTests/android/core/
H A DDataInputStreamTest.java98 assertEquals(1, g.readDouble(), 0);
/frameworks/base/include/binder/
H A DParcel.h113 double readDouble() const;
114 status_t readDouble(double *pArg) const;
/frameworks/base/location/java/android/location/
H A DLocation.java703 l.mLatitude = in.readDouble();
704 l.mLongitude = in.readDouble();
706 l.mAltitude = in.readDouble();
H A DAddress.java509 a.mLatitude = in.readDouble();
513 a.mLongitude = in.readDouble();
/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();
/frameworks/base/media/java/android/media/
H A DMetadata.java352 return mParcel.readDouble();
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java329 this.value = in.readDouble();
/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/jni/
H A Dandroid_util_Binder.cpp1277 return parcel->readDouble();
1561 {"readDouble", "()D", (void*)android_os_Parcel_readDouble},

Completed in 428 milliseconds