Searched defs:colorInt (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/ |
H A D | UnfoldBackgroundController.java | 82 int colorInt = context.getResources().getColor(R.color.unfold_transition_background); in getBackgroundColor() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/monet/ |
H A D | ColorSchemeTest.java | 97 int colorInt = 0xffB3588A; // H350 C50 T50 in testTertiaryHueWrapsProperly() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | WallpaperColors.java | 116 final int colorInt = parcel.readInt(); in WallpaperColors() local 122 final int colorInt = parcel.readInt(); in WallpaperColors() local 209 int colorInt = swatch.getInt(); in fromBitmap() local
|
H A D | Notification.java | 9386 @ColorInt Integer colorInt, @ColorRes int defaultColorRes, PendingIntent intent) { in makeAction()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleShader.java | 197 public void setColor(@ColorInt int colorInt, @ColorInt int sparkleColorInt) { in setColor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_effector.cpp | 33 Vector4<int16_t> colorInt, Vector4<float> colorF, Vector4<float> colorSpeed, float deltaTime) in CalculateColorInt() 113 …auto colorInt = Vector4<int16_t>(color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha… in UpdateColor() local
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | Palette.java | 135 public Swatch(@ColorInt int colorInt, int population) { in Swatch()
|
H A D | WSMeansQuantizer.java | 120 int colorInt = mPointProvider.toInt(cluster); in quantize() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.cpp | 604 auto colorInt = themeConstants->GetInt(resourceInfo.type); in ParseColorFromResourceObject() local
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 936 int colorInt = atoi(colorString.c_str()); in parseColorDecimalString() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperManagerService.java | 3523 int colorInt = getAttributeInt(parser, "allColorsValue" + i, 0); in parseWallpaperAttributes() local
|