Home
last modified time | relevance | path

Searched refs:LIGHT_CAPABILITY_BRIGHTNESS (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/lights/
H A DLight.java71 public static final int LIGHT_CAPABILITY_BRIGHTNESS = 1 << 0; field in Light
102 LIGHT_CAPABILITY_BRIGHTNESS,
258 return (mCapabilities & LIGHT_CAPABILITY_BRIGHTNESS) == LIGHT_CAPABILITY_BRIGHTNESS; in hasBrightnessControl()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceLightsManagerTest.java140 Light.LIGHT_CAPABILITY_BRIGHTNESS), in testGetInputDeviceLights()
215 Light.LIGHT_CAPABILITY_COLOR_RGB | Light.LIGHT_CAPABILITY_BRIGHTNESS), in testControlPlayerIdLight()
217 Light.LIGHT_CAPABILITY_BRIGHTNESS) in testControlPlayerIdLight()
250 Light.LIGHT_CAPABILITY_COLOR_RGB | Light.LIGHT_CAPABILITY_BRIGHTNESS); in testLightCapabilities()
253 | Light.LIGHT_CAPABILITY_BRIGHTNESS); in testLightCapabilities()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardBacklightControllerTests.kt83 Light.LIGHT_CAPABILITY_BRIGHTNESS,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt19750 field public static final int LIGHT_CAPABILITY_BRIGHTNESS = 1; // 0x1