OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colorwheel
(Results
1 - 11
of
11
) sorted by null
/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);
ColorWheel.java
38
class
ColorWheel
extends View {
79
public
ColorWheel
(Context context, AttributeSet attrs) {
/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);
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheelLEDController.java
10
public class ColorWheelLEDController implements
ColorWheel
.OnColorChangedListener {
ColorWheel.java
32
public class
ColorWheel
extends View {
53
public
ColorWheel
(Context c, AttributeSet attributes) {
/gdk/samples/PhotoEditor/res/layout/
main.xml
44
<com.android.photoeditor.actions.
ColorWheel
/external/antlr/antlr-3.4/runtime/C/
doxyfile
[
all
...]
/external/llvm/docs/
doxygen.cfg.in
[
all
...]
/frameworks/wilhelm/doc/
Doxyfile
[
all
...]
Completed in 271 milliseconds