OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:photoeditor
(Results
1 - 25
of
96
) sorted by null
1
2
3
4
/packages/apps/Gallery2/res/layout/
photoeditor_effects_artistic.xml
21
<com.android.gallery3d.
photoeditor
.actions.CrossProcessAction style="@style/Effect">
30
</com.android.gallery3d.
photoeditor
.actions.CrossProcessAction>
31
<com.android.gallery3d.
photoeditor
.actions.PosterizeAction style="@style/Effect">
40
</com.android.gallery3d.
photoeditor
.actions.PosterizeAction>
41
<com.android.gallery3d.
photoeditor
.actions.LomoishAction style="@style/Effect">
50
</com.android.gallery3d.
photoeditor
.actions.LomoishAction>
51
<com.android.gallery3d.
photoeditor
.actions.DocumentaryAction style="@style/Effect">
60
</com.android.gallery3d.
photoeditor
.actions.DocumentaryAction>
61
<com.android.gallery3d.
photoeditor
.actions.VignetteAction style="@style/Effect">
70
</com.android.gallery3d.
photoeditor
.actions.VignetteAction
[
all
...]
photoeditor_effects_fix.xml
21
<com.android.gallery3d.
photoeditor
.actions.CropAction style="@style/Effect"
31
</com.android.gallery3d.
photoeditor
.actions.CropAction>
32
<com.android.gallery3d.
photoeditor
.actions.RedEyeAction style="@style/Effect"
42
</com.android.gallery3d.
photoeditor
.actions.RedEyeAction>
43
<com.android.gallery3d.
photoeditor
.actions.FaceliftAction style="@style/Effect">
52
</com.android.gallery3d.
photoeditor
.actions.FaceliftAction>
53
<com.android.gallery3d.
photoeditor
.actions.StraightenAction style="@style/Effect"
63
</com.android.gallery3d.
photoeditor
.actions.StraightenAction>
64
<com.android.gallery3d.
photoeditor
.actions.RotateAction style="@style/Effect"
74
</com.android.gallery3d.
photoeditor
.actions.RotateAction
[
all
...]
photoeditor_main.xml
17
<com.android.gallery3d.
photoeditor
.Toolbar
23
<com.android.gallery3d.
photoeditor
.PhotoView
28
<com.android.gallery3d.
photoeditor
.EffectsBar
32
<com.android.gallery3d.
photoeditor
.EffectsMenu
36
</com.android.gallery3d.
photoeditor
.EffectsBar>
38
<com.android.gallery3d.
photoeditor
.ActionBar
43
</com.android.gallery3d.
photoeditor
.Toolbar>
photoeditor_effects_exposure.xml
21
<com.android.gallery3d.
photoeditor
.actions.FillLightAction style="@style/Effect">
30
</com.android.gallery3d.
photoeditor
.actions.FillLightAction>
31
<com.android.gallery3d.
photoeditor
.actions.HighlightAction style="@style/Effect">
40
</com.android.gallery3d.
photoeditor
.actions.HighlightAction>
41
<com.android.gallery3d.
photoeditor
.actions.ShadowAction style="@style/Effect">
50
</com.android.gallery3d.
photoeditor
.actions.ShadowAction>
51
<com.android.gallery3d.
photoeditor
.actions.AutoFixAction style="@style/Effect">
60
</com.android.gallery3d.
photoeditor
.actions.AutoFixAction>
photoeditor_effects_color.xml
21
<com.android.gallery3d.
photoeditor
.actions.ColorTemperatureAction style="@style/Effect">
30
</com.android.gallery3d.
photoeditor
.actions.ColorTemperatureAction>
31
<com.android.gallery3d.
photoeditor
.actions.SaturationAction style="@style/Effect">
40
</com.android.gallery3d.
photoeditor
.actions.SaturationAction>
41
<com.android.gallery3d.
photoeditor
.actions.GrayscaleAction style="@style/Effect">
50
</com.android.gallery3d.
photoeditor
.actions.GrayscaleAction>
51
<com.android.gallery3d.
photoeditor
.actions.SepiaAction style="@style/Effect">
60
</com.android.gallery3d.
photoeditor
.actions.SepiaAction>
61
<com.android.gallery3d.
photoeditor
.actions.NegativeAction style="@style/Effect">
70
</com.android.gallery3d.
photoeditor
.actions.NegativeAction
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
AutoFixAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.AutoFixFilter;
ColorTemperatureAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.ColorTemperatureFilter;
CropAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
23
import com.android.gallery3d.
photoeditor
.filters.CropFilter;
CrossProcessAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.CrossProcessFilter;
DocumentaryAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.DocumentaryFilter;
DuotoneAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.DuotoneFilter;
FaceliftAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.FaceliftFilter;
FillLightAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.FillLightFilter;
FisheyeAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.FisheyeFilter;
GrainAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.GrainFilter;
GrayscaleAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.GrayscaleFilter;
HighlightAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.HighlightFilter;
LomoishAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.LomoishFilter;
NegativeAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.NegativeFilter;
PosterizeAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.PosterizeFilter;
RedEyeAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
23
import com.android.gallery3d.
photoeditor
.filters.RedEyeFilter;
SaturationAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.SaturationFilter;
SepiaAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.SepiaFilter;
ShadowAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.ShadowFilter;
SharpenAction.java
17
package com.android.gallery3d.
photoeditor
.actions;
22
import com.android.gallery3d.
photoeditor
.filters.SharpenFilter;
Completed in 122 milliseconds
1
2
3
4