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

  /sdk/ide_common/src/com/android/ide/common/resources/
ValueResourceParser.java 52 private StyleResourceValue mCurrentStyle = null;
73 mCurrentStyle = null;
106 mCurrentStyle = new StyleResourceValue(type, name, parent,
108 mRepository.addResourceValue(mCurrentStyle);
131 if (mCurrentStyle != null) {
138 mCurrentStyle.addValue(mCurrentValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 56 private SwtDrawingStyle mCurrentStyle = SwtDrawingStyle.INVALID;
425 mCurrentStyle = swtStyle;
430 mGc.setAlpha(mCurrentStyle.getStrokeAlpha());
435 mGc.setAlpha(mCurrentStyle.getFillAlpha());

Completed in 957 milliseconds