OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toolKit
(Results
1 - 19
of
19
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
EffectAction.java
48
protected EffectToolKit
toolKit
;
63
toolKit
= new EffectToolKit(root, ((TextView) findViewById(R.id.effect_label)).getText());
92
toolKit
.cancel();
113
toolKit
.close();
DoodleAction.java
41
final DoodleView doodleView =
toolKit
.addDoodleView();
61
ColorSeekBar colorPicker =
toolKit
.addColorPicker();
RotateAction.java
43
final RotateView rotateView =
toolKit
.addRotateView();
48
PhotoView photoView =
toolKit
.getPhotoView();
ColorTemperatureAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.COLOR);
CropAction.java
42
CropView cropView =
toolKit
.addCropView();
FaceTanAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.GENERIC);
FaceliftAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.GENERIC);
FillLightAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.LIGHT);
FisheyeAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.GENERIC);
GrainAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.GENERIC);
HighlightAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.LIGHT);
RedEyeAction.java
39
TouchView touchView =
toolKit
.addTouchView();
SaturationAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.COLOR);
ShadowAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.SHADOW);
SharpenAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.GENERIC);
StraightenAction.java
40
RotateView rotateView =
toolKit
.addRotateView();
TintAction.java
39
ColorSeekBar colorPicker =
toolKit
.addColorPicker();
VignetteAction.java
39
ScaleSeekBar scalePicker =
toolKit
.addScalePicker(EffectToolKit.ScaleType.GENERIC);
FlipAction.java
43
final FlipView flipView =
toolKit
.addFlipView();
49
PhotoView photoView =
toolKit
.getPhotoView();
Completed in 240 milliseconds