Searched refs:mPalette (Results 1 – 7 of 7) sorted by relevance
55 private ColorPickerPalette mPalette; field in ColorPickerDialog112 mPalette = (ColorPickerPalette) view.findViewById(R.id.color_picker); in onCreateDialog()113 mPalette.init(mSize, mColumns, this); in onCreateDialog()142 mPalette.drawPalette(mColors, mSelectedColor); in onColorSelected()149 if (mProgress != null && mPalette != null) { in showPaletteView()152 mPalette.setVisibility(View.VISIBLE); in showPaletteView()157 if (mProgress != null && mPalette != null) { in showProgressBarView()159 mPalette.setVisibility(View.GONE); in showProgressBarView()193 if (mPalette != null && mColors != null) { in refreshPalette()194 mPalette.drawPalette(mColors, mSelectedColor, mColorContentDescriptions); in refreshPalette()
36 private Palette mPalette; field in QuantizerMap50 mPalette = Palette.from(swatches); in quantize()55 return mPalette.getSwatches(); in getQuantizedColors()
61 private Palette mPalette; field in WSMeansQuantizer79 return mPalette.getSwatches(); in getQuantizedColors()123 mPalette = Palette.from(swatches); in quantize()
60 private Palette mPalette; field in WuQuantizer66 return mPalette.getSwatches(); in getQuantizedColors()97 mPalette = Palette.from(swatches); in quantize()
154 mPalette = computePalette(info(), pixels(), rowBytes()); in palette()157 return mPalette; in palette()201 BitmapPalette mPalette = BitmapPalette::Unknown; variable
292 , mPalette(palette) in Bitmap()
905 private final Palette mPalette; field in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester951 mPalette = builder.generate(); in ComplexDrawableTester()963 return mPalette.getSwatches().size() > 1; in isComplexColor()968 final Palette.Swatch mainSwatch = mPalette.getDominantSwatch(); in getDominantColor()977 final List<Palette.Swatch> swatches = mPalette.getSwatches(); in isGrayscale()