Searched defs:suggestedLevels (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | KeyboardBacklightControllerTests.kt | 340 val suggestedLevels = intArrayOf(0, 22, 63, 135, 196, 255) in createKeyboard() constant 354 val suggestedLevels = IntArray(MAX_BRIGHTNESS_CHANGE_STEPS + 1) { 10 * (it + 1) } in createKeyboard() constant 372 val suggestedLevels = intArrayOf(22, 63, 135, 196) in createKeyboard() constant 391 val suggestedLevels = intArrayOf(22, 63, 135, 400, 196, 1000) in createKeyboard() constant
|