Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java168 void setLightColor(int deviceId, int lightId, int color); in setLightColor() method
412 public native void setLightColor(int deviceId, int lightId, int color); in setLightColor() method in NativeInputManagerService.NativeImpl
H A DKeyboardBacklightController.java631 mNative.setLightColor(mDeviceId, mLight.getId(), Color.argb(toValue, 0, 0, 0)); in setBacklightValue()
640 (animation) -> mNative.setLightColor(mDeviceId, mLight.getId(), in startAnimation()
H A DInputManagerService.java1999 mNative.setLightColor(deviceId, light.getId(), lightState.getColor()); in setLightStateInternal()
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java113 phoneCall.setLightColor(0xff0000ff);
737 channel.setLightColor(0xff0000ff);
754 channel.setLightColor(0xffff0000);
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java567 public void setLightColor(int argb) { in setLightColor() method in NotificationChannel
972 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardBacklightControllerTests.kt140 `when`(native.setLightColor(anyInt(), anyInt(), anyInt())).then {
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java542 channel2.setLightColor(Color.BLUE); in testChannelXml()
609 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup()
1086 channel2.setLightColor(Color.BLUE); in testChannelXmlForNonBackup_postMigration()
1172 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup_postMigration()
1260 channel2.setLightColor(Color.BLUE); in testChannelXmlForBackup_postMigration_noExternal()
2087 update1.setLightColor(Color.GREEN); in testLockFields_lightsAndImportance()
2673 newChannel.setLightColor(Color.BLUE); in testCreateChannel_alreadyExists()
H A DNotificationRecordTest.java172 channel.setLightColor(Color.BLUE); in getNotification()
H A DNotificationManagerServiceTest.java3549 mTestNotificationChannel.setLightColor(Color.CYAN); in testUpdateChannelNotifyListener()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1202 conversation.setLightColor(updatedParent.getLightColor()); in maybeUpdateChildConversationChannel()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2294 im->getInputManager()->getReader().setLightColor(deviceId, lightId, color); in nativeSetLightColor()
/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/boot/
H A Dboot-image-profile.txt2360 HSPLandroid/app/NotificationChannel;->setLightColor(I)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2360 HSPLandroid/app/NotificationChannel;->setLightColor(I)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6754 method public void setLightColor(int);