Home
last modified time | relevance | path

Searched refs:getBackgroundColor (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningBackgroundOpacityController.java54 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in displayPreference()
62 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in onValueChanged()
DCaptioningBackgroundColorController.java64 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in displayPreference()
80 final int backBackgroundColor = mCaptionHelper.getBackgroundColor(); in getNonDefaultOpacity()
DCaptionHelper.java121 public int getBackgroundColor() { in getBackgroundColor() method in CaptionHelper
/packages/apps/Settings/src/com/android/settings/remoteauth/
DRemoteAuthEnrollBase.kt71 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/
DAvatarRequest.java119 getBackgroundColor()); in renderDefaultAvatar()
161 getBackgroundColor()); in renderLetterTile()
181 private int getBackgroundColor() { in getBackgroundColor() method in AvatarRequest
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollBase.java210 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/
DCaptioningBackgroundColorControllerTest.java113 assertThat(CaptionStyle.hasColor(captionHelper.getBackgroundColor())).isFalse(); in setNoneColorValue_shouldNotHaveColor()
125 assertThat(captionHelper.getBackgroundColor()).isEqualTo(0x80FF0000); in setRedValueFromNoneValue_halfOpacityRedColor_shouldReturnExpectedColor()
DCaptionHelperTest.java141 final int backgroundColor = mCaptionHelper.getBackgroundColor(); in setBackgroundColor_shouldReturnSpecificColor()
/packages/services/Car/car-lib/src/android/car/app/
DRemoteCarDefaultRootTaskView.java85 taskInfo.taskDescription.getBackgroundColor());
115 taskInfo.taskDescription.getBackgroundColor());
DRemoteCarRootTaskView.java111 taskInfo.taskDescription.getBackgroundColor());
128 taskInfo.taskDescription.getBackgroundColor());
DControlledRemoteCarTaskView.java81 taskInfo.taskDescription.getBackgroundColor());
95 taskInfo.taskDescription.getBackgroundColor());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java116 mPaint.setColor(getBackgroundColor()); in drawOutlinedText()
146 public int getBackgroundColor() { in getBackgroundColor() method in IconView
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DActivityState.java83 mContentPane.setBackgroundColor(getBackgroundColor()); in setContentPane()
121 protected float[] getBackgroundColor() { in getBackgroundColor() method in ActivityState
DSlideshowPage.java108 canvas.clearBuffer(getBackgroundColor());
DManageCachePage.java99 view.clearBuffer(getBackgroundColor());
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DColorPaletteHelper.java50 result.put(COLOR_TYPE_BACKGROUND_SURFACE, sharedPreferences.getBackgroundColor()); in createColorPaletteMap()
DManagedProvisioningSharedPreferences.java174 public int getBackgroundColor() { in getBackgroundColor() method in ManagedProvisioningSharedPreferences
DUtils.java734 public int getBackgroundColor(Context context) { in getBackgroundColor() method in Utils
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java81 public int getBackgroundColor() { in getBackgroundColor() method in ScrimView
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DStateTransitionAnimation.java149 if (clear) canvas.clearBuffer(view.getBackgroundColor()); in applyOldTexture()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java310 ? target.taskInfo.taskDescription.getBackgroundColor() in getDefaultBackgroundColor()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DProvisioningActivity.java179 sharedPreferences.writeBackgroundColor(mUtils.getBackgroundColor(this)); in writeSharedPreferences()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java249 public float [] getBackgroundColor() { in getBackgroundColor() method in GLView
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java299 getBackgroundColor()); in onCreate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1882 ? launcher.getScrimView().getBackgroundColor() in from()