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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatBackgroundHelper.java 34 private int mBackgroundResId = -1;
50 mBackgroundResId = a.getResourceId(
53 .getTintList(mView.getContext(), mBackgroundResId);
74 mBackgroundResId = resId;
86 mBackgroundResId = -1;
117 if (mBackgroundResId >= 0) {
121 mView.getContext(), mBackgroundResId, mBackgroundTint.mOriginalTintList);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 38 milliseconds