Searched refs:mCurrentValues (Results 1 – 2 of 2) sorted by relevance
114 private String[] mCurrentValues; field in RestrictionEntry157 this.mCurrentValues = selectedStrings; in RestrictionEntry()202 return mCurrentValues; in getAllSelectedStrings()253 mCurrentValues = allSelectedStrings; in setAllSelectedStrings()380 ((mCurrentValues == null && other.mCurrentValues == null in equals()384 && mCurrentValues != null && equalArrays(mCurrentValues, other.mCurrentValues))); in equals()393 } else if (mCurrentValues != null) { in hashCode()394 for (String value : mCurrentValues) { in hashCode()420 mCurrentValues = readArray(in); in RestrictionEntry()448 writeArray(dest, mCurrentValues); in writeToParcel()
120 private final LayoutValues mCurrentValues = new LayoutValues(); field in StatusBarHeaderView474 mCurrentValues.interpoloate(mCollapsedValues, mExpandedValues, t); in updateLayoutValues()475 applyLayoutValues(mCurrentValues); in updateLayoutValues()