Searched refs:mShouldDisableView (Results 1 – 3 of 3) sorted by relevance
145 private boolean mShouldDisableView = true; field in Preference298 mShouldDisableView = a.getBoolean(attr, mShouldDisableView); in Preference()660 if (mShouldDisableView) { in onBindView()886 mShouldDisableView = shouldDisableView; in setShouldDisableView()897 return mShouldDisableView; in getShouldDisableView()
156 private boolean mShouldDisableView = true; field in Preference315 mShouldDisableView = in Preference()622 if (mShouldDisableView) { in onBindViewHolder()860 mShouldDisableView = shouldDisableView; in setShouldDisableView()870 return mShouldDisableView; in getShouldDisableView()
Preference.java package android.support.v7.preference public android.support.v7.preference ...