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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 61 private final GcSnapshot mPrevious;
248 mPrevious = null;
267 mPrevious = previous;
275 for (Layer layer : mPrevious.mLayers) {
349 if (mPrevious != null) {
350 mPrevious.dispose();
372 if (mPrevious != null) {
373 return mPrevious.size() + 1;
617 if (mPrevious != null) {
639 for (Layer layer : mPrevious.mLayers)
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 115 private int mPrevious;
313 * Sets the current value of this NumberPicker, and sets mPrevious to the previous
328 mPrevious = mCurrent;
340 mListener.onChanged(this, mPrevious, mCurrent);
367 mPrevious = mCurrent;
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPicker.java 119 private int mPrevious;
311 * Sets the current value of this NumberPicker, and sets mPrevious to the previous
326 mPrevious = mCurrent;
338 mListener.onChanged(this, mPrevious, mCurrent);
365 mPrevious = mCurrent;
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]

Completed in 1436 milliseconds