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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 35 private static class ColorPickerView extends View {
41 ColorPickerView(Context c, OnColorChangedListener l, int color) {
230 setContentView(new ColorPickerView(getContext(), l, mInitialColor));
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 114 setContentView(new ColorPickerView(getContext(), l, screenWidth, screenHeight, mInitialColor));
123 * ColorPickerView is the meat of this color picker (as opposed to the enclosing class).
133 private static class ColorPickerView extends View {
222 ColorPickerView(Context c, OnColorChangedListener l, int width, int height, int color)

Completed in 559 milliseconds