MCPcopy Create free account
hub / github.com/comaps/comaps / tint

Method tint

android/app/src/main/java/app/organicmaps/util/Graphics.java:70–73  ·  view source on GitHub ↗
(TextView view)

Source from the content-addressed store, hash-verified

68 }
69
70 public static void tint(TextView view)
71 {
72 tint(view, R.attr.iconTint);
73 }
74
75 public static void tint(TextView view, @AttrRes int tintAttr)
76 {

Callers 12

onTabSelectedMethod · 0.95
onTabUnselectedMethod · 0.95
ViewHolderMethod · 0.95
onCreateViewHolderMethod · 0.95
BaseResultViewHolderMethod · 0.95
createButtonMethod · 0.95
setExampleDrawablesMethod · 0.95
setNamesArrowMethod · 0.95
showAddStartFrameMethod · 0.95
setupItemMethod · 0.95

Calls 3

getColorMethod · 0.95
setBoundsMethod · 0.80
getDrawableMethod · 0.45

Tested by

no test coverage detected