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

  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerDialog.java 53 private ColorPickerPalette mPalette;
108 mPalette = (ColorPickerPalette) view.findViewById(R.id.color_picker);
109 mPalette.init(mSize, mColumns, this);
138 mPalette.drawPalette(mColors, mSelectedColor);
145 if (mProgress != null && mPalette != null) {
148 mPalette.setVisibility(View.VISIBLE);
153 if (mProgress != null && mPalette != null) {
155 mPalette.setVisibility(View.GONE);
182 if (mPalette != null && mColors != null) {
183 mPalette.drawPalette(mColors, mSelectedColor)
    [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...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 294 private ClockPalette mPalette;
346 mPalette = CyclingClockPalette.getFallback();
402 mPalette = pal;
460 if (mPalette == null) {
484 c.drawColor(mPalette.getBackgroundColor());
503 paint.setColor(mPalette.getSecondColor(angle));
517 paint.setColor(mPalette.getMinuteColor(angle));
530 paint.setColor(mPalette.getHourColor(angle));
544 paint.setColor(mPalette.getDayColor(angle));
558 paint.setColor(mPalette.getMonthColor(angle))
    [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 587 milliseconds