Home
last modified time | relevance | path

Searched refs:setLightColor (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h36 bool setLightColor(int32_t lightId, int32_t color) override;
70 virtual bool setLightColor(int32_t color) { return false; } in setLightColor() function
87 bool setLightColor(int32_t color) override;
109 bool setLightColor(int32_t color) override;
120 bool setLightColor(int32_t color) override;
DPeripheralControllerInterface.h41 virtual bool setLightColor(int32_t lightId, int32_t color) = 0;
DPeripheralController.cpp107 bool PeripheralController::MonoLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::MonoLight
114 bool PeripheralController::RgbLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::RgbLight
140 bool PeripheralController::MultiColorLight::setLightColor(int32_t color) { in setLightColor() function in android::PeripheralController::MultiColorLight
482 bool PeripheralController::setLightColor(int32_t lightId, int32_t color) { in setLightColor() function in android::PeripheralController
492 return light->setLightColor(color); in setLightColor()
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.h80 virtual bool setLightColor(int32_t lightId, int32_t color) { return true; } in setLightColor() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java137 screenshotChannel.setLightColor(legacySS.getLightColor()); in createScreenshotChannel()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h135 virtual bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) = 0;
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp539 bool InputDevice::setLightColor(int32_t lightId, int32_t color) { in setLightColor() function in android::InputDevice
540 return mController ? mController->setLightColor(lightId, color) : false; in setLightColor()
DInputReader.cpp716 bool InputReader::setLightColor(int32_t deviceId, int32_t lightId, int32_t color) { in setLightColor() function in android::InputReader
721 return device->setLightColor(lightId, color); in setLightColor()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java113 phoneCall.setLightColor(0xff0000ff);
737 channel.setLightColor(0xff0000ff);
754 channel.setLightColor(0xffff0000);
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h106 bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) override;
DInputDevice.h102 bool setLightColor(int32_t lightId, int32_t color);
/frameworks/base/core/java/android/app/
DNotificationChannel.java555 public void setLightColor(int argb) { in setLightColor() method in NotificationChannel
976 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java462 channel2.setLightColor(Color.BLUE); in testChannelXml()
526 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup()
1143 update1.setLightColor(Color.GREEN); in testLockFields_lightsAndImportance()
1641 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
DNotificationRecordTest.java168 channel.setLightColor(Color.BLUE); in getNotification()
DNotificationManagerServiceTest.java2408 mTestNotificationChannel.setLightColor(Color.CYAN); in testUpdateChannelNotifyListener()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2029 bool setLightColor(int32_t lightId, int32_t color) override { in setLightColor() function in android::FakePeripheralController
2103 ASSERT_TRUE(controller.setLightColor(1 /* lightId */, LIGHT_BRIGHTNESS)); in TEST_F()
2105 ASSERT_TRUE(mReader->setLightColor(deviceId, 1 /* lightId */, LIGHT_BRIGHTNESS)); in TEST_F()
8812 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_BRIGHTNESS)); in TEST_F()
8843 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F()
8865 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F()
8902 ASSERT_FALSE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2058 im->getInputManager()->getReader()->setLightColor(deviceId, lightId, color); in nativeSetLightColor()
/frameworks/base/boot/
Dboot-image-profile.txt2278 HSPLandroid/app/NotificationChannel;->setLightColor(I)V
/frameworks/base/core/api/
Dcurrent.txt6182 method public void setLightColor(int);
/frameworks/base/config/
Dboot-image-profile.txt2278 HSPLandroid/app/NotificationChannel;->setLightColor(I)V