This site requires javascript.
Android Code Search
file:androidx/core/widget/RemoteViewsCompat.kt function:setTextViewHintTextColor
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
2309:
2310:
2311:
@JvmStatic
public
fun
RemoteViews.
setTextViewHintTextColor
(@IdRes viewId: Int, @ColorInt color: Int) {
setInt(viewId,
"setHintTextColor"
, color)
2322:
2323:
2324:
@JvmStatic
public
fun
RemoteViews.
setTextViewHintTextColor
(
@IdRes viewId: Int,
2338:
2339:
2340:
@JvmStatic
public
fun
RemoteViews.
setTextViewHintTextColor
Resource(
@IdRes viewId: Int,
2353:
2354:
2355:
@JvmStatic
public
fun
RemoteViews.
setTextViewHintTextColor
Attr(@IdRes viewId: Int, @AttrRes resId: Int) {
Api31Impl.setColorAttr(this, viewId,
"setHintTextColor"
, 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