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

  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerDialog.java 55 private ColorPickerPalette mPalette;
112 mPalette = (ColorPickerPalette) view.findViewById(R.id.color_picker);
113 mPalette.init(mSize, mColumns, this);
142 mPalette.drawPalette(mColors, mSelectedColor);
149 if (mProgress != null && mPalette != null) {
152 mPalette.setVisibility(View.VISIBLE);
157 if (mProgress != null && mPalette != null) {
159 mPalette.setVisibility(View.GONE);
193 if (mPalette != null && mColors != null) {
194 mPalette.drawPalette(mColors, mSelectedColor, mColorContentDescriptions)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 77 private PaletteControl mPalette;
85 mPalette = palette;
167 if (!mPalette.getEditor().renderingSupports(Capability.ADAPTER_BINDING)) {
171 IAndroidTarget renderingTarget = mPalette.getEditor().getRenderingTarget();
175 String themeName = mPalette.getCurrentTheme();
210 GraphicalEditorPart editor = mPalette.getEditor();
368 mPalette.getEditor().recomputeLayout();
385 ResourceResolver resources = mPalette.getEditor().getResourceResolver();
439 GraphicalEditorPart editor = mPalette.getEditor();
517 String targetName = mPalette.getCurrentTarget().hashString()
    [all...]
GraphicalEditorPart.java 261 private PaletteControl mPalette;
400 mPalette = (PaletteControl) decor.getControl();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 96 private String mPalette;
222 mPalette = mStore.getString(PREFS_PALETTE_MODE);
450 return mPalette;
454 mPalette = palette;

Completed in 363 milliseconds