Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
H A DAbstractLogpersistPreferenceController.java122 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 DBluetoothAvrcpVersionPreferenceControllerTest.java81 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 DBluetoothMapVersionPreferenceControllerTest.java73 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 DBluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java116 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 DStateKeeperRule.java55 final T currentValue = mStateManager.get(); in apply() local
H A DSettingsHelper.java59 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 DLerper.java43 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 DCachedAppsFreezerPreferenceController.java74 final String currentValue = Settings.Global.getString(mContext.getContentResolver(), in onPreferenceChange() local
H A DBluetoothAvrcpVersionPreferenceController.java65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
H A DBluetoothMapVersionPreferenceController.java68 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in updateState() local
H A DHdcpCheckingPreferenceController.java77 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
H A DBluetoothSnoopLogPreferenceController.java91 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState() local
H A DBluetoothMaxConnectedAudioDevicesPreferenceController.java80 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 DLinearFakeValueGenerator.h39 float currentValue; // Should be in range (initialValue +/- dispersion). member
/aosp12/frameworks/base/libs/hwui/
H A DPathParser.cpp103 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 DCarPropertyServiceTest.java128 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
H A DCarProjectionManagerTest.java171 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java744 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 DRangeTemplate.java70 float currentValue, in RangeTemplate()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.cpp386 float currentValue, float min, float max) { in hasValueChangedSignificantly()
402 float currentValue, in hasMovedNearerToValueWithinFilteredRange()
H A DJoystickInputMapper.h76 float currentValue; // current value member
/aosp12/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java88 Object currentValue = get(key); in set() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt329 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 DPropertyAnimator.java91 Float currentValue = property.get(view); in startAnimation() local
/aosp12/frameworks/base/packages/SystemUI/src-debug/com/android/systemui/flags/
H A DFeatureFlagManager.java131 Boolean currentValue = isEnabledInternal(id); in setEnabled() local

12