Home
last modified time | relevance | path

Searched refs:LIGHT_CAPABILITY_COLOR_RGB (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceLightsManagerTest.java142 Light.LIGHT_CAPABILITY_COLOR_RGB), in testGetInputDeviceLights()
161 Light.LIGHT_CAPABILITY_COLOR_RGB), in testControlMultipleLights()
163 Light.LIGHT_CAPABILITY_COLOR_RGB), in testControlMultipleLights()
165 Light.LIGHT_CAPABILITY_COLOR_RGB), in testControlMultipleLights()
167 Light.LIGHT_CAPABILITY_COLOR_RGB) in testControlMultipleLights()
215 Light.LIGHT_CAPABILITY_COLOR_RGB | Light.LIGHT_CAPABILITY_BRIGHTNESS), in testControlPlayerIdLight()
250 Light.LIGHT_CAPABILITY_COLOR_RGB | Light.LIGHT_CAPABILITY_BRIGHTNESS); in testLightCapabilities()
252 assertThat(light.getCapabilities()).isEqualTo(Light.LIGHT_CAPABILITY_COLOR_RGB in testLightCapabilities()
/aosp14/frameworks/base/core/java/android/hardware/lights/
H A DLight.java76 public static final int LIGHT_CAPABILITY_COLOR_RGB = 1 << 1; field in Light
103 LIGHT_CAPABILITY_COLOR_RGB,
267 return (mCapabilities & LIGHT_CAPABILITY_COLOR_RGB) == LIGHT_CAPABILITY_COLOR_RGB; in hasRgbControl()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt19751 field public static final int LIGHT_CAPABILITY_COLOR_RGB = 2; // 0x2