Searched defs:mSwatchLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java41 private int mSwatchLength; field in class:ColorPickerPalette
61 mSwatchLength = res.getDimensionPixelSize(R.dimen.color_swatch_large);
64 mSwatchLength = res.getDimensionPixelSize(R.dimen.color_swatch_small);
177 TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength);
189 TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength);

Completed in 93 milliseconds