Home
last modified time | relevance | path

Searched defs:getFloat (Results 1 – 25 of 1453) sorted by relevance

12345678910>>...59

/aosp_15_r20/frameworks/base/packages/SystemUI/pods/com/android/systemui/util/settings/
H A DSettingsProxy.kt554 fun getFloat(name: String, def: Float): Float { in getFloat() method
573 fun getFloat(name: String): Float { in getFloat() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DUserSettingDeviceConfigMediator.java74 public abstract float getFloat(@NonNull String key, float defaultValue); in getFloat() method in UserSettingDeviceConfigMediator
120 public float getFloat(@NonNull String key, float defaultValue) { in getFloat() method in UserSettingDeviceConfigMediator.SettingsOverridesAllMediator
171 public float getFloat(@NonNull String key, float defaultValue) { in getFloat() method in UserSettingDeviceConfigMediator.SettingsOverridesIndividualMediator
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSettings.java104 protected static float getFloat(ContentResolver cr, String name, float def) { in getFloat() method in ShadowSettings.ShadowSystem
109 protected static float getFloat(ContentResolver cr, String name) in getFloat() method in ShadowSettings.ShadowSystem
313 protected static float getFloat(ContentResolver cr, String name, float def) { in getFloat() method in ShadowSettings.ShadowSecure
318 protected static float getFloat(ContentResolver cr, String name) in getFloat() method in ShadowSettings.ShadowSecure
407 protected static float getFloat(ContentResolver cr, String name, float def) { in getFloat() method in ShadowSettings.ShadowGlobal
412 protected static float getFloat(ContentResolver cr, String name) in getFloat() method in ShadowSettings.ShadowGlobal
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DKeyValueStore.kt59 fun getFloat(key: String): Float? = getValue(key, Float::class.javaObjectType) in getValue() method
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java151 static float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil
211 static float getFloat(float[] target, long index) { in getFloat() method in UnsafeUtil
552 public abstract float getFloat(Object target, long offset); in getFloat() method in UnsafeUtil.MemoryAccessor
666 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.JvmMemoryAccessor
802 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android64MemoryAccessor
927 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android32MemoryAccessor
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java151 static float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil
211 static float getFloat(float[] target, long index) { in getFloat() method in UnsafeUtil
552 public abstract float getFloat(Object target, long offset); in getFloat() method in UnsafeUtil.MemoryAccessor
666 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.JvmMemoryAccessor
802 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android64MemoryAccessor
927 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android32MemoryAccessor
/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSuggestionProviderCursor.java61 public float getFloat(int column) { in getFloat() method in MockSuggestionProviderCursor
118 public float getFloat(int column) { in getFloat() method in MockSuggestionProviderCursor.Row
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt34 internal expect inline fun ByteArray.getFloat(index: Int): Float in getString() method
144 public inline fun getFloat(ary: ByteArray, index: Int): Float = Float.fromBits(getInt(ary, index)) in getString() method
H A DBuffers.kt103 public fun getFloat(index: Int): Float in findFirst() method
352 override fun getFloat(index: Int): Float = buffer.getFloat(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
H A DArgs.kt44 fun getFloat(): Float { in getFloat() method
/aosp_15_r20/frameworks/libs/systemui/toruslib/torus-wallpaper-settings/src/main/java/com/google/android/torus/settings/storage/
DCustomizedSharedPreferences.kt223 fun getFloat(key: String, defaultValue: Float): Float { in getFloat() method
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
H A DResultMetadata.java166 float getFloat(String key); in getFloat() method
178 float getFloat(String key, float defaultValue); in getFloat() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h93 double &getFloat() { in getFloat() function
113 double getFloat() const { in getFloat() function
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/
H A DDirectByteBuffer.annotated.java153 public final float getFloat() { throw new RuntimeException("Stub!"); } in getFloat() method in DirectByteBuffer
156 public final float getFloat(int i) { throw new RuntimeException("Stub!"); } in getFloat() method in DirectByteBuffer
H A DByteBuffer.annotated.java132 public abstract float getFloat(); in getFloat() method in ByteBuffer
136 public abstract float getFloat(int index); in getFloat() method in ByteBuffer
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp49 float getFloat(void) in getFloat() function in de::Random
115 inline float Random::getFloat(float min, float max) in getFloat() function in de::Random
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h97 double &getFloat() { in getFloat() function
117 double getFloat() const { in getFloat() function
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java534 public float getFloat(String property, float def) { in getFloat() method in TypedProperties
659 public float getFloat(String property) { in getFloat() method in TypedProperties
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/
H A DDirectByteBuffer.java342 private float getFloat(long a) { in getFloat() method in DirectByteBuffer
346 public final float getFloat() { in getFloat() method in DirectByteBuffer
350 public final float getFloat(int i) { in getFloat() method in DirectByteBuffer
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
H A DExtProperties.java1869 public float getFloat(String key) in getFloat() method in ExtProperties
1894 public float getFloat(String key, float defaultValue) in getFloat() method in ExtProperties
1911 public Float getFloat(String key, Float defaultValue) in getFloat() method in ExtProperties
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DMsgPackDocument.h97 double &getFloat() { in getFloat() function
117 double getFloat() const { in getFloat() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMsgPackDocument.h97 double &getFloat() { in getFloat() function
117 double getFloat() const { in getFloat() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DMsgPackDocument.h97 double &getFloat() { in getFloat() function
117 double getFloat() const { in getFloat() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DMsgPackDocument.h97 double &getFloat() { in getFloat() function
117 double getFloat() const { in getFloat() function
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/
H A DByteBuffer.annotated.java169 public abstract float getFloat(); in getFloat() method in ByteBuffer
173 public abstract float getFloat(int index); in getFloat() method in ByteBuffer

12345678910>>...59