OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gallery3d
(Results
1 - 25
of
333
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Gallery2/
proguard.flags
2
-dontnote com.android.
gallery3d
.common.*
4
# Keep all classes extended from com.android.
gallery3d
.common.Entry
8
-keep class * extends com.android.
gallery3d
.common.Entry {
9
@com.android.
gallery3d
.common.Entry$Column <fields>;
Android.mk
7
LOCAL_STATIC_JAVA_LIBRARIES += com.android.
gallery3d
.common2
14
LOCAL_OVERRIDES_PACKAGES := Gallery
Gallery3D
GalleryNew3D
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
GalleryAppStub.java
17
package com.android.
gallery3d
.data;
19
import com.android.
gallery3d
.app.GalleryApp;
20
import com.android.
gallery3d
.app.StateManager;
21
import com.android.
gallery3d
.ui.GLRoot;
22
import com.android.
gallery3d
.ui.PositionRepository;
23
import com.android.
gallery3d
.util.ThreadPool;
/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_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
...]
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.FaceTanAction style="@style/Effect">
62
</com.android.
gallery3d
.photoeditor.actions.FaceTanAction>
63
<com.android.
gallery3d
.photoeditor.actions.StraightenAction style="@style/Effect"
73
</com.android.
gallery3d
.photoeditor.actions.StraightenAction
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryApp.java
17
package com.android.
gallery3d
.app;
19
import com.android.
gallery3d
.data.DataManager;
20
import com.android.
gallery3d
.data.DownloadCache;
21
import com.android.
gallery3d
.data.ImageCacheService;
22
import com.android.
gallery3d
.util.ThreadPool;
GalleryActivity.java
17
package com.android.
gallery3d
.app;
19
import com.android.
gallery3d
.ui.GLRoot;
20
import com.android.
gallery3d
.ui.PositionRepository;
GalleryAppImpl.java
17
package com.android.
gallery3d
.app;
19
import com.android.
gallery3d
.data.DataManager;
20
import com.android.
gallery3d
.data.DownloadCache;
21
import com.android.
gallery3d
.data.ImageCacheService;
22
import com.android.
gallery3d
.gadget.WidgetUtils;
23
import com.android.
gallery3d
.picasasource.PicasaSource;
24
import com.android.
gallery3d
.util.GalleryUtils;
25
import com.android.
gallery3d
.util.ThreadPool;
GalleryContext.java
17
package com.android.
gallery3d
.app;
19
import com.android.
gallery3d
.data.DataManager;
20
import com.android.
gallery3d
.data.ImageCacheService;
21
import com.android.
gallery3d
.util.ThreadPool;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ImportCompleteListener.java
17
package com.android.
gallery3d
.ui;
19
import com.android.
gallery3d
.R;
20
import com.android.
gallery3d
.app.AlbumPage;
21
import com.android.
gallery3d
.app.GalleryActivity;
22
import com.android.
gallery3d
.data.Path;
23
import com.android.
gallery3d
.util.MediaSetUtils;
DetailsAddressResolver.java
17
package com.android.
gallery3d
.ui;
24
import com.android.
gallery3d
.app.GalleryActivity;
25
import com.android.
gallery3d
.data.MediaDetails;
26
import com.android.
gallery3d
.util.Future;
27
import com.android.
gallery3d
.util.FutureListener;
28
import com.android.
gallery3d
.util.GalleryUtils;
29
import com.android.
gallery3d
.util.ReverseGeocoder;
30
import com.android.
gallery3d
.util.ThreadPool.Job;
31
import com.android.
gallery3d
.util.ThreadPool.JobContext;
GLRoot.java
17
package com.android.
gallery3d
.ui;
19
import com.android.
gallery3d
.anim.CanvasAnimation;
PositionProvider.java
17
package com.android.
gallery3d
.ui;
19
import com.android.
gallery3d
.ui.PositionRepository.Position;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java
17
package com.android.
gallery3d
.data;
19
import com.android.
gallery3d
.app.GalleryApp;
20
import com.android.
gallery3d
.common.BitmapUtils;
21
import com.android.
gallery3d
.data.ImageCacheService.ImageData;
22
import com.android.
gallery3d
.util.ThreadPool.Job;
23
import com.android.
gallery3d
.util.ThreadPool.JobContext;
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
MediaSetSource.java
17
package com.android.
gallery3d
.gadget;
19
import com.android.
gallery3d
.common.Utils;
20
import com.android.
gallery3d
.data.ContentListener;
21
import com.android.
gallery3d
.data.MediaItem;
22
import com.android.
gallery3d
.data.MediaObject;
23
import com.android.
gallery3d
.data.MediaSet;
WidgetSource.java
17
package com.android.
gallery3d
.gadget;
19
import com.android.
gallery3d
.data.ContentListener;
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
CanvasAnimation.java
17
package com.android.
gallery3d
.anim;
19
import com.android.
gallery3d
.ui.GLCanvas;
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
YesNoCancelDialogBuilder.java
1
package com.android.
gallery3d
.photoeditor;
7
import com.android.
gallery3d
.R;
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java
17
package com.android.
gallery3d
.picasasource;
25
import com.android.
gallery3d
.app.GalleryApp;
26
import com.android.
gallery3d
.data.MediaItem;
27
import com.android.
gallery3d
.data.MediaObject;
28
import com.android.
gallery3d
.data.MediaSet;
29
import com.android.
gallery3d
.data.MediaSource;
30
import com.android.
gallery3d
.data.Path;
31
import com.android.
gallery3d
.data.PathMatcher;
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLRootStub.java
17
package com.android.
gallery3d
.ui;
19
import com.android.
gallery3d
.anim.CanvasAnimation;
/packages/apps/Gallery2/res/xml/
widget_info.xml
8
android:configure="com.android.
gallery3d
.gadget.WidgetConfigure"/>
/packages/apps/Gallery2/src/com/android/gallery3d/util/
MediaSetUtils.java
17
package com.android.
gallery3d
.util;
19
import com.android.
gallery3d
.data.MediaSet;
20
import com.android.
gallery3d
.data.MtpContext;
21
import com.android.
gallery3d
.data.Path;
Completed in 8052 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>