/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | CaptioningBackgroundOpacityController.java | 54 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in displayPreference() 62 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in onValueChanged()
|
D | CaptioningBackgroundColorController.java | 64 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in displayPreference() 80 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in getNonDefaultOpacity()
|
D | CaptionHelper.java | 121 public int getBackgroundColor() { in getBackgroundColor() method in CaptionHelper
|
/packages/apps/Settings/src/com/android/settings/remoteauth/ |
D | RemoteAuthEnrollBase.kt | 71 footerBarMixin.getButtonContainer().setBackgroundColor(getBackgroundColor()) in <lambda>() 75 private fun getBackgroundColor(): Int { in <lambda>() method in com.android.settings.remoteauth.RemoteAuthEnrollBase
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | AvatarRequest.java | 119 getBackgroundColor()); in renderDefaultAvatar() 161 getBackgroundColor()); in renderLetterTile() 181 private int getBackgroundColor() { in getBackgroundColor() method in AvatarRequest
|
/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | BiometricEnrollBase.java | 210 buttonContainer.setBackgroundColor(getBackgroundColor()); in onPostCreate() 218 getWindow().setStatusBarColor(getBackgroundColor()); in onAttachedToWindow() 346 public int getBackgroundColor() { in getBackgroundColor() method in BiometricEnrollBase
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | CaptioningBackgroundColorControllerTest.java | 113 assertThat(CaptionStyle.hasColor(captionHelper.getBackgroundColor())).isFalse(); in setNoneColorValue_shouldNotHaveColor() 125 assertThat(captionHelper.getBackgroundColor()).isEqualTo(0x80FF0000); in setRedValueFromNoneValue_halfOpacityRedColor_shouldReturnExpectedColor()
|
D | CaptionHelperTest.java | 141 final int backgroundColor = mCaptionHelper.getBackgroundColor(); in setBackgroundColor_shouldReturnSpecificColor()
|
/packages/services/Car/car-lib/src/android/car/app/ |
D | RemoteCarDefaultRootTaskView.java | 85 taskInfo.taskDescription.getBackgroundColor()); 115 taskInfo.taskDescription.getBackgroundColor());
|
D | RemoteCarRootTaskView.java | 111 taskInfo.taskDescription.getBackgroundColor()); 128 taskInfo.taskDescription.getBackgroundColor());
|
D | ControlledRemoteCarTaskView.java | 81 taskInfo.taskDescription.getBackgroundColor()); 95 taskInfo.taskDescription.getBackgroundColor());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
D | IconView.java | 116 mPaint.setColor(getBackgroundColor()); in drawOutlinedText() 146 public int getBackgroundColor() { in getBackgroundColor() method in IconView
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | ActivityState.java | 83 mContentPane.setBackgroundColor(getBackgroundColor()); in setContentPane() 121 protected float[] getBackgroundColor() { in getBackgroundColor() method in ActivityState
|
D | SlideshowPage.java | 108 canvas.clearBuffer(getBackgroundColor());
|
D | ManageCachePage.java | 99 view.clearBuffer(getBackgroundColor());
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | ColorPaletteHelper.java | 50 result.put(COLOR_TYPE_BACKGROUND_SURFACE, sharedPreferences.getBackgroundColor()); in createColorPaletteMap()
|
D | ManagedProvisioningSharedPreferences.java | 174 public int getBackgroundColor() { in getBackgroundColor() method in ManagedProvisioningSharedPreferences
|
D | Utils.java | 734 public int getBackgroundColor(Context context) { in getBackgroundColor() method in Utils
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ScrimView.java | 81 public int getBackgroundColor() { in getBackgroundColor() method in ScrimView
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
D | StateTransitionAnimation.java | 149 if (clear) canvas.clearBuffer(view.getBackgroundColor()); in applyOldTexture()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetView.java | 310 ? target.taskInfo.taskDescription.getBackgroundColor() in getDefaultBackgroundColor()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/ |
D | ProvisioningActivity.java | 179 sharedPreferences.writeBackgroundColor(mUtils.getBackgroundColor(this)); in writeSharedPreferences()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 249 public float [] getBackgroundColor() { in getBackgroundColor() method in GLView
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintEnrollEnrolling.java | 299 getBackgroundColor()); in onCreate()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1882 ? launcher.getScrimView().getBackgroundColor() in from()
|