Home
last modified time | relevance | path

Searched defs:getDouble (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java554 public double getDouble(String property, double def) { in getDouble() method in TypedProperties
671 public double getDouble(String property) { in getDouble() method in TypedProperties
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java88 public double getDouble(int columnIndex) { in getDouble() method in AbstractWindowedCursor
DRedactingCursor.java82 public double getDouble(int columnIndex) { in getDouble() method in RedactingCursor
DMergeCursor.java127 public double getDouble(int column) in getDouble() method in MergeCursor
DTranslatingCursor.java147 public double getDouble(int columnIndex) { in getDouble() method in TranslatingCursor
DCursorWrapper.java106 public double getDouble(int columnIndex) { in getDouble() method in CursorWrapper
DCursor.java335 double getDouble(@IntRange(from = 0) int columnIndex); in getDouble() method
DMatrixCursor.java305 public double getDouble(int column) { in getDouble() method in MatrixCursor
DAbstractCursor.java113 abstract public double getDouble(int column); in getDouble() method in AbstractCursor
DCursorWindow.java576 public double getDouble(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getDouble() method in CursorWindow
/frameworks/native/libs/input/
DPropertyMap.cpp105 std::optional<double> PropertyMap::getDouble(const std::string& key) const { in getDouble() function in android::PropertyMap
/frameworks/native/libs/binder/tests/
DIBinderRecordReplayTest.aidl38 double getDouble(); in getDouble() method
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java219 public double getDouble(int column) in getDouble() method in SortCursor
/frameworks/base/test-mock/src/android/test/mock/
DMockCursor.java99 public double getDouble(int columnIndex) { in getDouble() method in MockCursor
/frameworks/base/media/java/android/media/
DMetadata.java490 public double getDouble(final int key) { in getDouble() method in Metadata
/frameworks/native/libs/binder/
DPersistableBundle.cpp238 bool PersistableBundle::getDouble(const String16& key, double* out) const { in getDouble() function in android::os::PersistableBundle
/frameworks/base/core/java/android/os/
DHwBlob.java86 public native final double getDouble(long offset); in getDouble() method in HwBlob
DBaseBundle.java1378 public double getDouble(String key) { in getDouble() method in BaseBundle
1391 public double getDouble(String key, double defaultValue) { in getDouble() method in BaseBundle
DBatteryConsumer.java653 double getDouble(int columnIndex) { in getDouble() method in BatteryConsumer.BatteryConsumerData
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h294 bool getDouble(const std::string& key, double* _Nonnull val) { in getDouble() function
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h1034 bool getDouble(const char *key, double *value) const { in getDouble() function