Searched refs:LIGHT_CAPABILITY_COLOR_RGB (Results 1 – 3 of 3) sorted by relevance
142 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()
76 public static final int LIGHT_CAPABILITY_COLOR_RGB = 1 << 1; field in Light103 LIGHT_CAPABILITY_COLOR_RGB,267 return (mCapabilities & LIGHT_CAPABILITY_COLOR_RGB) == LIGHT_CAPABILITY_COLOR_RGB; in hasRgbControl()
19751 field public static final int LIGHT_CAPABILITY_COLOR_RGB = 2; // 0x2