Home
last modified time | relevance | path

Searched refs:initValue (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/
H A DSliderPreference.kt49 val initValue: Int
98 initValue = model.initValue,
111 initValue: Int,
123 initValue,
141 val initValue = 30 regex
142 var sliderPosition by rememberSaveable { mutableStateOf(initValue) }
145 initValue = 30,
162 initValue = 40,
177 initValue = 2,
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/page/
H A DSliderPage.kt54 override val initValue = 40
63 override val initValue = 30
74 val initValue = 0 regex
76 var sliderPosition by remember { mutableStateOf(initValue) }
79 override val initValue = initValue
96 override val initValue = 2
/aosp14/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/preference/
H A DSliderPreferenceScreenshotTest.kt52 override val initValue = 40
57 override val initValue = 30
66 override val initValue = 2
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/preference/
H A DSliderPreferenceTest.kt40 override val initValue = 40
52 override val initValue = 40
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/ui/
H A DSettingsSlider.kt33 initValue: Int,
40 var sliderPosition by rememberSaveable { mutableStateOf(initValue.toFloat()) }
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java513 @Nullable R initValue, boolean traverseTopToBottom) { in reduceOnAllTaskDisplayAreas() argument
516 return initValue; in reduceOnAllTaskDisplayAreas()
521 R result = initValue; in reduceOnAllTaskDisplayAreas()
H A DTaskDisplayArea.java501 @Nullable R initValue, boolean traverseTopToBottom) {
504 super.reduceOnAllTaskDisplayAreas(accumulator, initValue, traverseTopToBottom);
507 final R result = accumulator.apply(this, initValue);
H A DWindowContainer.java2468 @Nullable R initValue, boolean traverseTopToBottom) { in reduceOnAllTaskDisplayAreas() argument
2471 R result = initValue; in reduceOnAllTaskDisplayAreas()
2492 @Nullable R initValue) { in reduceOnAllTaskDisplayAreas() argument
2493 return reduceOnAllTaskDisplayAreas(accumulator, initValue, true /* traverseTopToBottom */); in reduceOnAllTaskDisplayAreas()