HomeSort by relevance Sort by last modified time
    Searched defs:mTintStateList (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
TintDrawableWrapper.java 30 private final ColorStateList mTintStateList;
42 mTintStateList = tintStateList;
48 return (mTintStateList != null && mTintStateList.isStateful()) || super.isStateful();
59 if (mTintStateList != null) {
60 final int color = mTintStateList.getColorForState(state, mCurrentColor);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 375 milliseconds