HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentValues (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/content/
RestrictionEntry.java 114 private String[] mCurrentValues;
157 this.mCurrentValues = selectedStrings;
202 return mCurrentValues;
253 mCurrentValues = allSelectedStrings;
380 ((mCurrentValues == null && other.mCurrentValues == null
384 && mCurrentValues != null && equalArrays(mCurrentValues, other.mCurrentValues)));
393 } else if (mCurrentValues != null)
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 336 private String[] mCurrentValues;
358 mCurrentValues = new String[mNumberOfProjections + 1];
419 mCurrentValues[0] = Integer.toString(getCount()); // _ID
422 mCurrentValues[i + 1] = "";
436 mCurrentValues[i + 1] =
453 addRow(mCurrentValues);
466 mCurrentValues[i + 1] += parser.getText();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarHeaderView.java 118 private final LayoutValues mCurrentValues = new LayoutValues();
474 mCurrentValues.interpoloate(mCollapsedValues, mExpandedValues, t);
475 applyLayoutValues(mCurrentValues);

Completed in 6571 milliseconds