/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
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
|
D | AbstractLogdSizePreferenceController.java | 109 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues() local
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/ |
D | ScrollDelegate.java | 32 float getScrollX(float currentValue); in getScrollX() 40 float getScrollY(float currentValue); in getScrollY()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/ |
D | GeneralKosmos.kt | 92 fun <T> TestScope.currentValue(stateFlow: StateFlow<T>): T { in runCurrent() method 102 fun <T> Kosmos.currentValue(fn: () -> T) = testScope.currentValue(fn) in currentValue() method 108 fun <T> TestScope.currentValue(fn: () -> T): T { in currentValue() method 114 fun <T> Kosmos.currentValue(stateFlow: StateFlow<T>): T { in currentValue() method
|
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
D | SettingsHelper.java | 59 String currentValue = get(namespace, key); in syncSet() local 85 String currentValue = get(namespace, key); in syncDelete() local
|
D | StateKeeperRule.java | 55 final T currentValue = mStateManager.get(); in apply() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/viewmodel/ |
D | BacklightDialogContentViewModel.kt | 20 data class BacklightDialogContentViewModel(val currentValue: Int, val maxValue: Int) constant in com.android.systemui.keyboard.backlight.ui.viewmodel.BacklightDialogContentViewModel
|
/frameworks/base/libs/hwui/ |
D | PathParser.cpp | 103 float currentValue = strtof(startPtr, &endPtr); in parseFloat() local 140 float currentValue = parseFloat(result, &pathStr[startPosition], end - startPosition); in getFloats() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/data/repository/ |
D | FakeAudioRepository.kt | 69 val currentValue = _dispatchedKeyEvents.toList() constant in com.android.systemui.volume.data.repository.FakeAudioRepository
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/ |
D | MarqueeModifierOperation.java | 78 public float getScrollX(float currentValue) { in getScrollX() 83 public float getScrollY(float currentValue) { in getScrollY()
|
D | ScrollModifierOperation.java | 366 public float getScrollX(float currentValue) { in getScrollX() 374 public float getScrollY(float currentValue) { in getScrollY()
|
/frameworks/base/core/java/android/service/controls/templates/ |
D | RangeTemplate.java | 70 float currentValue, in RangeTemplate()
|
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/ |
D | Camera2RequestSettingsSet.java | 88 Object currentValue = get(key); in set() local
|
/frameworks/base/services/tests/PackageManagerServiceTests/preverifieddomains/src/com/android/server/pm/test/preverifieddomains/ |
D | PreVerifiedDomainsTests.kt | 248 val currentValue = stateManager.get() in setLimitInDeviceConfig() constant
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.cpp | 394 float currentValue, float min, float max) { in hasValueChangedSignificantly() 410 float currentValue, in hasMovedNearerToValueWithinFilteredRange()
|
D | JoystickInputMapper.h | 79 float currentValue; // current value member
|
D | SensorInputMapper.h | 80 float currentValue; // current value member
|
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/ |
D | PhysicsAnimator.kt | 323 val currentValue = property.getValue(target) in flingThenSpring() constant 476 val currentValue = animatedProperty.getValue(target) in startInternal() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 93 Float currentValue = property.get(view); in startAnimation() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardQuickAffordanceHapticViewModel.kt | 86 val currentValue: Boolean, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.ActivatedHistory
|
/frameworks/libs/systemui/mechanics/tests/src/com/android/mechanics/testing/ |
D | MotionValueToolkit.kt | 279 var currentValue = input in animateValueTo() variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
D | ResizeableItemFrameViewModel.kt | 101 val currentValue = state.currentValue in getNextAnchor() constant
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/ |
D | ClockPickerConfig.kt | 101 val currentValue: Float, constant in com.android.systemui.plugins.clocks.ClockFontAxis
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | KeyboardBacklightControllerTests.kt | 288 val currentValue = lightColorMap[LIGHT_ID] in createKeyboard() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedAnimationController.java | 274 final float currentValue = getCastedFractionValue(start, end, fraction); in ofYOffset() local
|