Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DRestrictionEntry.java130 private String[] mCurrentValues; field in RestrictionEntry
179 this.mCurrentValues = selectedStrings; in RestrictionEntry()
276 return mCurrentValues; in getAllSelectedStrings()
327 mCurrentValues = allSelectedStrings; in setAllSelectedStrings()
462 if (mCurrentValues == null && other.mCurrentValues == null in equals()
469 && Arrays.equals(mCurrentValues, other.mCurrentValues)) { in equals()
486 } else if (mCurrentValues != null) { in hashCode()
487 for (String value : mCurrentValues) { in hashCode()
506 mCurrentValues = in.readStringArray(); in RestrictionEntry()
530 dest.writeStringArray(mCurrentValues); in writeToParcel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java126 private final LayoutValues mCurrentValues = new LayoutValues(); field in StatusBarHeaderView
495 mCurrentValues.interpoloate(mCollapsedValues, mExpandedValues, t); in updateLayoutValues()
496 applyLayoutValues(mCurrentValues); in updateLayoutValues()