This site requires javascript.
Android Code Search
file:androidx/core/widget/RemoteViewsCompat.kt function:setViewBackgroundColor
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
core/core-remoteviews/src/main/java/androidx/core/widget/
RemoteViewsCompat.kt
content_copy
Preview
2990:
2991:
2992:
@JvmStatic
public
fun
RemoteViews.
setViewBackgroundColor
(@IdRes viewId: Int, @ColorInt color: Int) {
setInt(viewId,
"setBackgroundColor"
, color)
3003:
3004:
3005:
@JvmStatic
public
fun
RemoteViews.
setViewBackgroundColor
(
@IdRes viewId: Int,
3018:
3019:
3020:
@JvmStatic
public
fun
RemoteViews.
setViewBackgroundColor
Resource(
@IdRes viewId: Int,
3038:
3039:
3040:
@JvmStatic
public
fun
RemoteViews.
setViewBackgroundColor
Attr(@IdRes viewId: Int, @AttrRes resId: Int) {
Api31Impl.setColorAttr(this, viewId,
"setBackgroundColor"
, resId)
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main