Searched defs:mCurrentValues (Results 1 - 2 of 2) sorted by path

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

Completed in 86 milliseconds