HomeSort by relevance Sort by last modified time
    Searched full:mfill (Results 1 - 7 of 7) 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/Mms/src/com/android/mms/model/
MediaModel.java 55 protected short mFill;
200 * @return the mFill
203 return mFill;
207 * @param fill the mFill to set
210 mFill = fill;
SlideModel.java 56 private short mFill;
418 * @return the mFill
421 return mFill;
425 * @param fill the mFill to set
428 mFill = fill;
462 } else if (mFill != ElementTime.FILL_FREEZE) {
TextModel.java 125 } else if (mFill != ElementTime.FILL_FREEZE) {
VideoModel.java 175 if (mFill != ElementTime.FILL_FREEZE) {
ImageModel.java 129 } else if (mFill != ElementTime.FILL_FREEZE) {

Completed in 343 milliseconds