/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
H A D | AbstractLogpersistPreferenceController.java | 122 private void onLogdSizeSettingUpdate(String currentValue) { in onLogdSizeSettingUpdate() 142 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in updateLogpersistValues() local 197 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in setLogpersistOff() local 227 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption() local 246 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
H A D | BluetoothAvrcpVersionPreferenceControllerTest.java | 81 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp13_shouldEnableAvrcp13() local 90 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp15_shouldEnableAvrcp15() local
|
H A D | BluetoothMapVersionPreferenceControllerTest.java | 73 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap13_shouldEnableMap13() local 80 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap14_shouldEnableMap14() local
|
H A D | BluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java | 116 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in onPreferenceChange_setNumberOfDevices() local
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | StateKeeperRule.java | 55 final T currentValue = mStateManager.get(); in apply() local
|
H A D | SettingsHelper.java | 59 String currentValue = get(namespace, key); in syncSet() local 85 String currentValue = get(namespace, key); in syncDelete() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | Lerper.java | 43 public int getValue(int currentValue, int targetValue) { in getValue() 72 public float getValue(float currentValue, float targetValue) { in getValue()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | CachedAppsFreezerPreferenceController.java | 74 final String currentValue = Settings.Global.getString(mContext.getContentResolver(), in onPreferenceChange() local
|
H A D | BluetoothAvrcpVersionPreferenceController.java | 65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
|
H A D | BluetoothMapVersionPreferenceController.java | 68 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in updateState() local
|
H A D | HdcpCheckingPreferenceController.java | 77 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
|
H A D | BluetoothSnoopLogPreferenceController.java | 91 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState() local
|
H A D | BluetoothMaxConnectedAudioDevicesPreferenceController.java | 80 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in updateState() local
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | LinearFakeValueGenerator.h | 39 float currentValue; // Should be in range (initialValue +/- dispersion). member
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | PathParser.cpp | 103 float currentValue = strtof(startPtr, &endPtr); in parseFloat() local 140 float currentValue = parseFloat(result, &pathStr[startPosition], end - startPosition); in getFloats() local
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarPropertyServiceTest.java | 128 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
|
H A D | CarProjectionManagerTest.java | 171 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | DotsPageIndicator.java | 744 public void startIfNecessary(float currentValue) { in startIfNecessary() 890 abstract boolean shouldStart(float currentValue); in shouldStart() 902 boolean shouldStart(float currentValue) { in shouldStart() 916 boolean shouldStart(float currentValue) { in shouldStart()
|
/aosp12/frameworks/base/core/java/android/service/controls/templates/ |
H A D | RangeTemplate.java | 70 float currentValue, in RangeTemplate()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | JoystickInputMapper.cpp | 386 float currentValue, float min, float max) { in hasValueChangedSignificantly() 402 float currentValue, in hasMovedNearerToValueWithinFilteredRange()
|
H A D | JoystickInputMapper.h | 76 float currentValue; // current value member
|
/aosp12/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/ |
H A D | Camera2RequestSettingsSet.java | 88 Object currentValue = get(key); in set() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
H A D | PhysicsAnimator.kt | 329 val currentValue = property.getValue(target) regex 490 val currentValue = animatedProperty.getValue(target) regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimator.java | 91 Float currentValue = property.get(view); in startAnimation() local
|
/aosp12/frameworks/base/packages/SystemUI/src-debug/com/android/systemui/flags/ |
H A D | FeatureFlagManager.java | 131 Boolean currentValue = isEnabledInternal(id); in setEnabled() local
|