Searched refs:getKeyboardBacklightBrightness (Results 1 – 3 of 3) sorted by relevance
629 dataStore.getKeyboardBacklightBrightness( in createKeyboard()740 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()754 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()767 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()781 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()
166 public OptionalInt getKeyboardBacklightBrightness(String inputDeviceDescriptor, int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore171 return state.getKeyboardBacklightBrightness(lightId); in getKeyboardBacklightBrightness()418 public OptionalInt getKeyboardBacklightBrightness(int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore.InputDeviceState
274 brightness = mDataStore.getKeyboardBacklightBrightness( in maybeRestoreBacklightBrightness()