/aosp12/frameworks/native/services/inputflinger/reader/controller/ |
H A D | PeripheralController.h | 36 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;
|
H A D | PeripheralController.cpp | 107 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()
|
H A D | PeripheralControllerInterface.h | 41 virtual bool setLightColor(int32_t lightId, int32_t color) = 0;
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | InputMapper.h | 80 virtual bool setLightColor(int32_t lightId, int32_t color) { return true; } in setLightColor() function
|
/aosp12/frameworks/native/services/inputflinger/include/ |
H A D | InputReaderBase.h | 135 virtual bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) = 0;
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputDevice.cpp | 539 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()
|
H A D | InputReader.cpp | 722 bool InputReader::setLightColor(int32_t deviceId, int32_t lightId, int32_t color) { in setLightColor() function in android::InputReader 727 return device->setLightColor(lightId, color); in setLightColor()
|
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationTestList.java | 113 phoneCall.setLightColor(0xff0000ff); 737 channel.setLightColor(0xff0000ff); 754 channel.setLightColor(0xffff0000);
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputReader.h | 106 bool setLightColor(int32_t deviceId, int32_t lightId, int32_t color) override;
|
H A D | InputDevice.h | 102 bool setLightColor(int32_t lightId, int32_t color);
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 553 public void setLightColor(int argb) { in setLightColor() method in NotificationChannel 967 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 455 channel2.setLightColor(Color.BLUE); in testChannelXml() 520 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup() 1135 update1.setLightColor(Color.GREEN); in testLockFields_lightsAndImportance() 1633 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
|
H A D | NotificationRecordTest.java | 168 channel.setLightColor(Color.BLUE); in getNotification()
|
H A D | NotificationManagerServiceTest.java | 2394 mTestNotificationChannel.setLightColor(Color.CYAN); in testUpdateChannelNotifyListener()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 2045 bool setLightColor(int32_t lightId, int32_t color) override { in setLightColor() function in android::FakePeripheralController 2119 ASSERT_TRUE(controller.setLightColor(1 /* lightId */, LIGHT_BRIGHTNESS)); in TEST_F() 2121 ASSERT_TRUE(mReader->setLightColor(deviceId, 1 /* lightId */, LIGHT_BRIGHTNESS)); in TEST_F() 9094 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_BRIGHTNESS)); in TEST_F() 9125 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 9147 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 9184 ASSERT_FALSE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 2059 im->getInputManager()->getReader()->setLightColor(deviceId, lightId, color); in nativeSetLightColor()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2278 HSPLandroid/app/NotificationChannel;->setLightColor(I)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 6187 method public void setLightColor(int);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2278 HSPLandroid/app/NotificationChannel;->setLightColor(I)V
|