Home
last modified time | relevance | path

Searched refs:mCurrentValues (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
DRestrictionEntry.java114 private String[] mCurrentValues; field in RestrictionEntry
157 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java120 private final LayoutValues mCurrentValues = new LayoutValues(); field in StatusBarHeaderView
474 mCurrentValues.interpoloate(mCollapsedValues, mExpandedValues, t); in updateLayoutValues()
475 applyLayoutValues(mCurrentValues); in updateLayoutValues()