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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 57 private SwtDrawingStyle mCurrentStyle = SwtDrawingStyle.INVALID;
448 mCurrentStyle = swtStyle;
453 mGc.setAlpha(mCurrentStyle.getStrokeAlpha());
458 mGc.setAlpha(mCurrentStyle.getFillAlpha());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 48 int mCurrentStyle = 0;
82 mCurrentStyle = style % mDrawingsTypes.length;
86 return mCurrentStyle;
281 mDrawingsTypes[mCurrentStyle].paint(
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 74 milliseconds