Searched refs:getHomepageIconColor (Results 1 – 4 of 4) sorted by relevance
179 final int tintColor = Utils.getHomepageIconColor(getContext()); in onCreatePreferences()
90 mIconColorNormal = Utils.getHomepageIconColor(mContext); in HighlightableTopLevelPreferenceAdapter()
427 iconDrawable.setTint(Utils.getHomepageIconColor(preference.getContext()));
1222 public static int getHomepageIconColor(Context context) { in getHomepageIconColor() method in Utils