HomeSort by relevance Sort by last modified time
    Searched refs:mTintList (Results 1 - 12 of 12) 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 303 tintInfo.mTintList = tintList;
AppCompatDrawableManager.java 702 tint.mHasTintList ? tint.mTintList : null,
    [all...]
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
NavigationBarButton.java 125 private ColorStateList mTintList = null;
144 mTintList = colors;
151 if (mTintList != null) {
152 final int color = mTintList.getColorForState(getState(), 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SlashDrawable.java 64 private ColorStateList mTintList;
92 if (mTintList != null) mDrawable.setTintList(mTintList);
198 mTintList = tint;
  /frameworks/base/graphics/java/android/graphics/drawable/
Icon.java 78 private ColorStateList mTintList;
278 if (result != null && (mTintList != null || mTintMode != DEFAULT_TINT_MODE)) {
280 result.setTintList(mTintList);
643 mTintList = tintList;
660 return (mTintList != null) || (mTintMode != DEFAULT_TINT_MODE);
705 if (mTintList != null) {
708 for (int c : mTintList.getColors()) {
761 mTintList = ColorStateList.CREATOR.createFromParcel(in);
787 if (mTintList == null) {
791 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 425 ColorStateList mTintList;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 228 milliseconds