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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 101 private Color mFill;
135 mFill = new Color(device, 128, 128, 128);
143 mFill.dispose();
152 gc.setBackground(mFill);
SwtDrawingStyle.java 177 mFill = fill;
210 return mFill;
306 private final RGB mFill;
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java 36 private final Paint mFill = new Paint();
126 mFill.setAntiAlias(true);
127 mFill.setStyle(Paint.Style.FILL);
128 mFill.setColor(mAccentColor);
212 yCenter + (float) (radius * Math.sin(dotRadians)), mDotRadius, mFill);
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptions.java 54 private boolean mFill;
177 } else if (mFill) {
219 mFill = false;
226 mFill = true;
294 mFill = false;
304 mFill = false;
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 58 private short mFill;
426 * @return the mFill
429 return mFill;
433 * @param fill the mFill to set
436 mFill = fill;
470 } else if (mFill != ElementTime.FILL_FREEZE) {
TextModel.java 105 } else if (mFill != ElementTime.FILL_FREEZE) {
MediaModel.java 53 protected short mFill;
163 * @return the mFill
166 return mFill;
170 * @param fill the mFill to set
173 mFill = fill;
ImageModel.java 119 } else if (mFill != ElementTime.FILL_FREEZE) {
VideoModel.java 179 if (mFill != ElementTime.FILL_FREEZE) {

Completed in 144 milliseconds