Home
last modified time | relevance | path

Searched refs:currentValue (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
DAbstractLogpersistPreferenceController.java64 final String currentValue = intent.getStringExtra(
66 onLogdSizeSettingUpdate(currentValue);
122 private void onLogdSizeSettingUpdate(String currentValue) { in onLogdSizeSettingUpdate() argument
128 || currentValue.equals( in onLogdSizeSettingUpdate()
142 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in updateLogpersistValues() local
143 if (currentValue == null) { in updateLogpersistValues()
144 currentValue = ""; in updateLogpersistValues()
151 if (currentValue.equals(SELECT_LOGPERSIST_PROPERTY_SERVICE)) { in updateLogpersistValues()
197 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in setLogpersistOff() local
198 if ((currentValue == null) || currentValue.equals("")) { in setLogpersistOff()
[all …]
DAbstractLogdSizePreferenceController.java109 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local
111 currentValue = SELECT_LOGD_OFF_SIZE_MARKER_VALUE; in updateLogdSizeValues()
115 .putExtra(EXTRA_CURRENT_LOGD_VALUE, currentValue)); in updateLogdSizeValues()
116 if ((currentValue == null) || (currentValue.length() == 0)) { in updateLogdSizeValues()
117 currentValue = defaultLogdSizeValue(); in updateLogdSizeValues()
133 if (currentValue.equals(values[i]) in updateLogdSizeValues()
134 || currentValue.equals(titles[i])) { in updateLogdSizeValues()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DSettingsHelper.java59 String currentValue = get(namespace, key); in syncSet() local
60 if (value.equals(currentValue)) { in syncSet()
85 String currentValue = get(namespace, key); in syncDelete() local
86 if (currentValue == null || currentValue.equals("null")) { in syncDelete()
DStateKeeperRule.java55 final T currentValue = mStateManager.get(); in apply() local
56 if (!Objects.equals(previousValue, currentValue)) { in apply()
/frameworks/base/libs/hwui/
DPathParser.cpp105 float currentValue = strtof(startPtr, &endPtr); in parseFloat() local
106 if ((currentValue == HUGE_VALF || currentValue == -HUGE_VALF) && errno == ERANGE) { in parseFloat()
111 if (currentValue == 0 && endPtr == startPtr) { in parseFloat()
117 return currentValue; in parseFloat()
142 float currentValue = parseFloat(result, &pathStr[startPosition], end - startPosition); in getFloats() local
146 outPoints->push_back(currentValue); in getFloats()
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h56 float currentValue; // current value member
82 this->currentValue = 0; in resetValue()
98 static bool hasValueChangedSignificantly(float filter, float newValue, float currentValue,
101 float currentValue, float thresholdValue);
DJoystickInputMapper.cpp323 setPointerCoordsAxisValue(&pointerCoords, axis.axisInfo.axis, axis.currentValue); in sync()
364 hasValueChangedSignificantly(axis.filter, axis.newValue, axis.currentValue, axis.min, in filterAxes()
366 axis.currentValue = axis.newValue; in filterAxes()
382 float currentValue, float min, float max) { in hasValueChangedSignificantly() argument
383 if (newValue != currentValue) { in hasValueChangedSignificantly()
387 if (fabs(newValue - currentValue) > filter || in hasValueChangedSignificantly()
388 hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, min) || in hasValueChangedSignificantly()
389 hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, max) || in hasValueChangedSignificantly()
390 hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, 0)) { in hasValueChangedSignificantly()
398 float currentValue, in hasMovedNearerToValueWithinFilteredRange() argument
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java91 Float currentValue = property.get(view); in startAnimation() local
93 if (currentValue.equals(newEndValue)) { in startAnimation()
103 ValueAnimator animator = ValueAnimator.ofFloat(currentValue, newEndValue); in startAnimation()
131 view.setTag(animationStartTag, currentValue); in startAnimation()
/frameworks/base/core/java/android/service/controls/templates/
DRangeTemplate.java70 float currentValue, in RangeTemplate() argument
76 mCurrentValue = currentValue; in RangeTemplate()
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
DCamera2RequestSettingsSet.java88 Object currentValue = get(key); in set() local
90 if (!mDictionary.containsKey(key) || !Objects.equals(value, currentValue)) { in set()
/frameworks/ex/common/tests/src/com/android/common/widget/
DGroupingListAdapterTests.java58 String currentValue = cursor.getString(GROUPING_COLUMN_INDEX);
62 if (TextUtils.equals(value, currentValue)) {
70 currentValue = value;
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DPhysicsAnimator.kt323 val currentValue = property.getValue(target) in flingThenSpring() constant
326 val projectedFlingEndValue = currentValue + flingTravelDistance in flingThenSpring()
481 val currentValue = animatedProperty.getValue(target) in startInternal() constant
495 min = min(currentValue, this.min) in startInternal()
496 max = max(currentValue, this.max) in startInternal()
/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp145 values[i] = list[i].currentValue; in nativeGetFanSpeeds()
181 values[length++] = finalizeTemperature(list[i].currentValue); in nativeGetDeviceTemperatures()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java654 final AutofillValue currentValue = viewState.getCurrentValue();
659 if (filledValue != null && filledValue.equals(currentValue)) {
660 overlay.value = currentValue;
668 overlay.value = currentValue;
1721 final AutofillValue currentValue = viewState.getCurrentValue();
1722 if (autofilledValue != null && autofilledValue.equals(currentValue)) {
1740 final AutofillValue currentValue = viewState.getCurrentValue();
1741 if (currentValue == null) {
1771 if (currentValue.equals(candidate)) {
2093 final AutofillValue currentValue = viewState.getCurrentValue();
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DToggleRangeBehavior.kt101 isChecked = rangeTemplate.currentValue != rangeTemplate.minValue in <lambda>()
139 updateRange(rangeToLevelValue(rangeTemplate.currentValue), isChecked, in <lambda>()
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java698 temperature.currentValue, temperature.type, in getCurrentTemperatures()
734 (long) coolingDevice.currentValue, in getCurrentCoolingDevices()
800 temperature.currentValue, temperature.type, temperature.name,
833 temperature.currentValue, temperature.type, in getCurrentTemperatures()
869 (long) coolingDevice.currentValue, in getCurrentCoolingDevices()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java481 final float currentValue = firstBubbleProperty.getValue(this);
503 .setMinValue(Math.min(currentValue, min))
504 .setMaxValue(Math.max(currentValue, max))
/frameworks/base/core/java/android/app/
DFragment.java2813 Transition currentValue, Transition defaultValue, int id) {
2814 if (currentValue != defaultValue) {
2815 return currentValue;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java302 int currentValue = Settings.Secure.getIntForUser(mContext.getContentResolver(), in areCaptionsEnabled() local
304 return currentValue == 1; in areCaptionsEnabled()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2816 private Transition getTransition(Transition currentValue, Transition defaultValue, int id) {
2817 if (currentValue != defaultValue) {
2818 return currentValue;
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2217 AutofillValue currentValue = view.getAutofillValue(); in setAutofilledIfValuesIs() local
2218 if (Objects.equals(currentValue, targetValue)) { in setAutofilledIfValuesIs()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...