HomeSort by relevance Sort by last modified time
    Searched refs:mTintList (Results 1 - 11 of 11) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintInfo.java 23 public ColorStateList mTintList;
29 mTintList = null;
AppCompatBackgroundHelper.java 93 mBackgroundTint.mTintList = tint;
99 return mBackgroundTint != null ? mBackgroundTint.mTintList : null;
141 mInternalBackgroundTint.mTintList = tint;
181 info.mTintList = tintList;
AppCompatImageHelper.java 112 mImageTint.mTintList = tint;
118 return mImageTint != null ? mImageTint.mTintList : null;
164 mInternalImageTint.mTintList = tint;
204 info.mTintList = tintList;
AppCompatTextHelper.java 276 tintInfo.mTintList = tintList;
AppCompatDrawableManager.java 704 tint.mHasTintList ? tint.mTintList : null,
    [all...]
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
NavigationBarButton.java 121 private ColorStateList mTintList = null;
140 mTintList = colors;
147 if (mTintList != null) {
148 final int color = mTintList.getColorForState(getState(), 0);
  /frameworks/base/graphics/java/android/graphics/drawable/
Icon.java 77 private ColorStateList mTintList;
277 if (result != null && (mTintList != null || mTintMode != DEFAULT_TINT_MODE)) {
279 result.setTintList(mTintList);
642 mTintList = tintList;
659 return (mTintList != null) || (mTintMode != DEFAULT_TINT_MODE);
704 if (mTintList != null) {
707 for (int c : mTintList.getColors()) {
760 mTintList = ColorStateList.CREATOR.createFromParcel(in);
786 if (mTintList == null) {
790 mTintList.writeToParcel(dest, flags)
    [all...]
DrawableContainer.java 188 if (mDrawableContainerState.mTintList != tint) {
189 mDrawableContainerState.mTintList = tint;
543 d.setTintList(mDrawableContainerState.mTintList);
728 ColorStateList mTintList;
759 mTintList = orig.mTintList;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 423 ColorStateList mTintList;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 167 milliseconds