OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagetinyplanet
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorTinyPlanet.java
25
import com.android.gallery3d.filtershow.imageshow.
ImageTinyPlanet
;
30
ImageTinyPlanet
mImageTinyPlanet;
33
super(ID, R.layout.filtershow_tiny_planet_editor, R.id.
imageTinyPlanet
);
39
mImageTinyPlanet = (
ImageTinyPlanet
) mImageShow;
/packages/apps/Gallery2/res/layout/
filtershow_tiny_planet_editor.xml
25
<com.android.gallery3d.filtershow.imageshow.
ImageTinyPlanet
26
android:id="@+id/
imageTinyPlanet
"
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java
32
public class
ImageTinyPlanet
extends ImageShow {
33
private static final String LOGTAG = "
ImageTinyPlanet
";
77
public
ImageTinyPlanet
(Context context) {
82
public
ImageTinyPlanet
(Context context, AttributeSet attrs) {
Completed in 515 milliseconds