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

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
ToolbarLayoutHandler.java 47 View colorWheel = tools.findViewById(R.id.color_wheel);
48 colorWheel.offsetTopAndBottom((height - colorWheel.getHeight()) / 2);
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
TintAction.java 40 colorWheel.setOnColorChangeListener(new ColorWheel.OnColorChangeListener() {
51 colorWheel.setColorIndex(DEFAULT_COLOR_INDEX);
52 colorWheel.setVisibility(View.VISIBLE);
54 filter.setTint(colorWheel.getColor());
DoodleAction.java 44 colorWheel.setOnColorChangeListener(new ColorWheel.OnColorChangeListener() {
54 colorWheel.setColorIndex(DEFAULT_COLOR_INDEX);
55 colorWheel.setVisibility(View.VISIBLE);
73 int color = colorWheel.getColor();
FilterAction.java 47 protected final ColorWheel colorWheel;
65 colorWheel = (ColorWheel) tools.findViewById(R.id.color_wheel);
126 if (colorWheel.getVisibility() == View.VISIBLE) {
127 colorWheel.setOnColorChangeListener(null);
128 colorWheel.setVisibility(View.INVISIBLE);

Completed in 68 milliseconds