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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 43 private int mLabelWidth;
110 if (mLabelWidth == width) return;
111 mLabelWidth = width;
155 labelWidth = mLabelWidth;
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 106 private float mLabelWidth = 0;
140 mLabelWidth = mSpacingRatio * mEm;
145 mWidth = mLabelWidth = 0;
151 return mWidth + mLabelWidth;
159 return mLabelWidth;

Completed in 28 milliseconds