Home
last modified time | relevance | path

Searched defs:bgColor (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskView.java137 final int bgColor = taskInfo.taskDescription.getBackgroundColor(); in onTaskAppeared() local
145 final int bgColor = taskInfo.taskDescription.getBackgroundColor(); in onTaskInfoChanged() local
164 public void setResizeBgColor(SurfaceControl.Transaction t, int bgColor) { in setResizeBgColor()
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/api/
H A DAnimationDataV2.kt21 val bgColor get() = bg_color.toColorSafe() constant
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/ui/
H A DColor.kt15 var bgColor = this ?: "#ffffff" in toColorSafe() variable
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/ui/composable/
DShareouselCardComposable.kt80 val bgColor = MaterialTheme.colorScheme.primary in SelectionIcon() constant
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
H A DRadialGlow.kt34 val bgColor = color(.15f, .15f, .15f) constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DWindowlessSplashWindowCreator.java93 final int bgColor = mSplashscreenContentDrawer.estimateTaskBackgroundColor(myContext); in addSplashScreenStartingWindow() local
110 SurfaceControl childSurface, int bgColor) { in SplashWindowRecord()
/aosp_15_r20/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DUserBadgeDrawable.java79 private UserBadgeDrawable(Drawable base, int bgColor, int baseColor, in UserBadgeDrawable()
157 MyConstantState(ConstantState base, int bgColor, int baseColor, in MyConstantState()
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/
H A DSurfaceView.java120 public void setResizeBackgroundColor(int bgColor) { in setResizeBackgroundColor()
123 public void setResizeBackgroundColor(@NonNull SurfaceControl.Transaction t, int bgColor) { in setResizeBackgroundColor()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DStackEducationView.kt108 val bgColor = ta.getColor(0 /* index */, Color.BLACK) in setTextColor() constant
H A DBubbleOverflowContainerView.java232 int bgColor = typedArray.getColor(0, isNightMode ? Color.BLACK : Color.WHITE); in updateTheme() local
320 final int bgColor = ta.getColor(0, Color.WHITE); in onCreateViewHolder() local
/aosp_15_r20/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/utils/
H A DTypeExtensions.kt88 var bgColor = this ?: "#ffffff" in String() variable
/aosp_15_r20/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionMonitorDebugOverlay.java82 @NonNull @UiThread Handler uiThread, @ColorInt int bgColor, double yOffset) { in InteractionMonitorDebugOverlay()
216 private DebugOverlayView(Context context, @ColorInt int bgColor, double yOffset) { in DebugOverlayView()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
H A DColorSchemeTransition.kt124 val bgColor = context.getColor(com.google.android.material.R.color.material_dynamic_neutral20) constant
/aosp_15_r20/external/skia/gm/
H A Dgm.h280 SimpleGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGM()
299 SimpleGpuGM(SkColor bgColor, const SkString& name, const SkISize& size, DrawProc drawProc) in SimpleGpuGM()
/aosp_15_r20/packages/apps/Messaging/jni/
DGifTranscoder.cpp160 ColorARGB bgColor = TRANSPARENT; in resizeBoxFilter() local
360 ColorARGB bgColor, in renderImage()
/aosp_15_r20/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardDesignLayout.java51 int bgColor = partnerConfigHelper.getColor( in CarSetupWizardDesignLayout() local
/aosp_15_r20/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeader.java36 int bgColor; field in GifHeader
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DTextPaint.java32 public int bgColor; field in TextPaint
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
H A DTextContrastCheck.java1236 private final @Nullable Integer bgColor; field in TextContrastCheck.ColorPair
1238 ColorPair(int start, int end, @Nullable Integer fgColor, @Nullable Integer bgColor) { in ColorPair()
/aosp_15_r20/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIcon.java70 int bgColor = metaData.getInt(META_DATA_PREFERENCE_ICON_BACKGROUND_ARGB, in setBackgroundColor() local
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/impl/
H A DDemoUtility.java34 public static final Color bgColor = Color.lightGray; field in DemoUtility
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/common/
DTopLevelIcon.java77 int bgColor = metaData.getInt(META_DATA_PREFERENCE_ICON_BACKGROUND_ARGB, in setBackgroundColor() local
/aosp_15_r20/external/skia/tests/
H A DFontHostStreamTest.cpp30 static const SkColor bgColor = SK_ColorWHITE; variable
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseDialogFragment.java113 int bgColor = mFragment.getActivity().getColor(R.color.dialog_activity_background); in performEntryTransition() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeHeaderController.kt313 val bgColor = in <lambda>() constant

12345678910>>...16