Home
last modified time | relevance | path

Searched refs:mLightColor (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationHandle.java37 private @ColorInt final int mLightColor; field in NavigationHandle
57 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.homeHandleColor); in NavigationHandle()
98 int color = (int) ArgbEvaluator.getInstance().evaluate(intensity, mLightColor, mDarkColor); in setDarkIntensity()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DInvocationLightsView.java64 private final int mLightColor; field in InvocationLightsView
111 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in InvocationLightsView()
261 darkIntensity, mLightColor, mDarkColor); in updateDarkness()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java242 private int mLightColor = DEFAULT_LIGHT_COLOR; field in NotificationChannel
322 mLightColor = in.readInt(); in NotificationChannel()
382 dest.writeInt(mLightColor); in writeToParcel()
554 this.mLightColor = argb; in setLightColor()
736 return mLightColor; in getLightColor()
1313 + ", mLightColor=" + mLightColor in getFieldsString()
1348 proto.write(NotificationChannelProto.LIGHT_COLOR, mLightColor); in dumpDebug()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonDrawable.java123 .evaluate(intensity, mState.mLightColor, mState.mDarkColor); in setDarkIntensity()
205 new PorterDuffColorFilter(mState.mLightColor, PorterDuff.Mode.SRC_IN)); in setColorFilter()
427 final int mLightColor; field in KeyButtonDrawable.ShadowDrawableState
434 mLightColor = lightColor; in ShadowDrawableState()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8010 Landroid/app/NotificationChannel;->mLightColor:I