Searched defs:mForegroundTintList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DFrameLayout.java71 private ColorStateList mForegroundTintList = null; field in class:FrameLayout
139 mForegroundTintList = a.getColorStateList(R.styleable.FrameLayout_foregroundTint);
331 mForegroundTintList = tint;
344 return mForegroundTintList;
381 mForeground.setTintList(mForegroundTintList);

Completed in 27 milliseconds