Home
last modified time | relevance | path

Searched refs:setImageTintList (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconController.java389 v.setImageTintList(ColorStateList.valueOf(mIconTint)); in applyIconTint()
392 mMoreIcon.setImageTintList(ColorStateList.valueOf(mIconTint)); in applyIconTint()
404 v.setImageTintList(ColorStateList.valueOf(mIconTint)); in applyNotificationIconsTint()
/frameworks/base/core/java/android/widget/
DDayPickerView.java140 mPrevButton.setImageTintList(monthColor); in DayPickerView()
141 mNextButton.setImageTintList(monthColor); in DayPickerView()
DImageView.java513 public void setImageTintList(@Nullable ColorStateList tint) { in setImageTintList() method in ImageView
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSimPinView.java94 mSimImageView.setImageTintList(ColorStateList.valueOf(color)); in resetState()
DKeyguardSimPukView.java137 mSimImageView.setImageTintList(ColorStateList.valueOf(color)); in reset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java481 v.setImageTintList(ColorStateList.valueOf(tint)); in setTint()
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd1402 is really associated with {@link android.widget.ImageView#setImageTintList}, not
1410 method = "setImageTintList"),
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt883 NO DOC BLOCK: android.widget.ImageView Method setImageTintList(android.content.res.ColorStateList)
/frameworks/base/api/
Dcurrent.txt40375 method public void setImageTintList(android.content.res.ColorStateList);
Dsystem-current.txt42981 method public void setImageTintList(android.content.res.ColorStateList);