Searched refs:tintManager (Results 1 – 4 of 4) sorted by relevance
60 public TintResources(Resources resources, TintManager tintManager) { in TintResources() argument62 mTintManager = tintManager; in TintResources()
39 AppCompatBackgroundHelper(View view, TintManager tintManager) { in AppCompatBackgroundHelper() argument41 mTintManager = tintManager; in AppCompatBackgroundHelper()
52 AppCompatCompoundButtonHelper(CompoundButton view, TintManager tintManager) { in AppCompatCompoundButtonHelper() argument54 mTintManager = tintManager; in AppCompatCompoundButtonHelper()
379 final TintManager tintManager = TintManager.get(getContext()); in setError() local381 tintManager.getTintList(R.drawable.abc_edit_text_material)); in setError()