Home
last modified time | relevance | path

Searched refs:Gallery (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/docs/html/guide/tutorials/views/
Dhello-gallery.jd1 page.title=Hello, Gallery
6 <p>A {@link android.widget.Gallery} is a View commonly used to display items in a horizontally scro…
16 &lt;Gallery xmlns:android="http://schemas.android.com/apk/res/android"
32 Gallery g = (Gallery) findViewById(R.id.gallery);
42 <p>We start as usual: set the layout and capture the View we want (our Gallery).
43 We then set an Adapter, called ImageAdapter for the Gallery&mdash;this is a new class that
44 we'll create next. Then we create an item click listener for the Gallery. This is like a normal
46 that we've added to the Gallery. The <code>onItemClick()</code> callback method
94 i.setLayoutParams(new Gallery.LayoutParams(150, 100));
105 sets up a reference for our Gallery them, which adds the nice framing for each Gallery item.
[all …]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGalleryLtr.java23 import android.widget.Gallery;
31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView()
DBiDiTestGalleryRtl.java23 import android.widget.Gallery;
31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView()
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-gallery.jd1 page.title=Gallery
6 <p>{@link android.widget.Gallery} is a layout widget used to display items in a
21 &lt;Gallery xmlns:android="http://schemas.android.com/apk/res/android"
37 Gallery gallery = (Gallery) findViewById(R.id.gallery);
48 {@link android.widget.Gallery} from
52 instantiated and applied to the {@link android.widget.Gallery} with {@link
78 applied to the individual items placed into the {@link android.widget.Gallery} widget. The
126 imageView.setLayoutParams(new Gallery.LayoutParams(150, 100));
146 {@link android.widget.Gallery}. In this method, the member {@link android.content.Context} is used
149 android.widget.Gallery.LayoutParams} height and width for the image, setting the scale to fit the
[all …]
Dindex.jd100 <a href="hello-gallery.html">Gallery</a><br/>
/frameworks/base/core/java/android/widget/
DGallery.java58 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener { class
180 public Gallery(Context context) { in Gallery() method in Gallery
184 public Gallery(Context context, AttributeSet attrs) { in Gallery() method in Gallery
188 public Gallery(Context context, AttributeSet attrs, int defStyle) { in Gallery() method in Gallery
195 attrs, com.android.internal.R.styleable.Gallery, defStyle, 0); in Gallery()
333 return new Gallery.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in generateDefaultLayoutParams()
868 Gallery.LayoutParams lp = (Gallery.LayoutParams) child.getLayoutParams(); in setUpChild()
870 lp = (Gallery.LayoutParams) generateDefaultLayoutParams(); in setUpChild()
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd26 <p>{@link android.widget.Gallery Gallery}, {@link android.widget.ListView ListView}, and {@link an…
Dlayout-objects.jd231 <td>{@link android.widget.Gallery Gallery} </td>
Dcustom-components.jd30 {@link android.widget.Gallery Gallery},
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd415 to the foreground. This is true for Contacts and Gallery. If the user
448 <b>Contacts Re-Uses Gallery to Get a Picture</b> - The Contacts
449 activity has a field for a picture of a contact, but the Gallery is
450 normally where pictures are kept. So Contacts can re-use the Gallery
452 Gallery activity. The following figure illustrates the sequence of
455 Edit contact and touches the picture field, which launches the Gallery
462 Notice the Gallery returns a picture to the Contacts application that
484 <b>Gallery Re-Uses Messaging for Sharing a Picture</b> - Sharing is
487 starts Gallery, picks a picture to view, chooses MENU &gt; Share, and
492 Gallery, they must press the BACK key. (The user can back up through
[all …]
/frameworks/base/docs/html/sdk/
Dandroid-1.5-highlights.jd37 <li>Camera &amp; Gallery</li>
74 <li>Camera &amp; Gallery
Dandroid-2.2-highlights.jd112 <h3>Camera and Gallery</h3>
120 <p>Gallery allows you to <span class="green">peek into picture stacks</span> using a zoom
Dandroid-3.1-highlights.jd208 <p><strong>Gallery</strong></p>
210 <p>The Gallery app now supports Picture Transfer Protocol (PTP), so that users
211 can connect their cameras over USB and import their pictures to Gallery with a
Dandroid-4.0-highlights.jd375 …padding-bottom:1.25em;margin-top:0;padding-top:0;font-size:.9em">A Photo Gallery widget on the hom…
378 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Redesigned Gallery app
381 <p>The Gallery app now makes it easier to manage, show, and share photos and
385 their best, the Gallery now includes a powerful <strong>photo editor</strong>.
391 <p>An improved <strong>Picture Gallery widget</strong> lets users look at
395 to locate the image they want, then tap to load it in Gallery. </p>
430 Gallery or a similar app.</p>
Dandroid-1.6-highlights.jd81 <h3 id="Camera">Camera, Camcorder, and Gallery</h3>
Dandroid-3.0-highlights.jd128 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Camera and Gallery</strong></p>
130 …n new ways, it adds built-in support for time-lapse video recording. The Gallery application lets …
Dandroid-2.1.jd281 <li>Gallery</li>
Dandroid-1.5.jd293 <li>Gallery</li>
Dandroid-2.0.1.jd150 <li>Gallery</li>
Dandroid-2.3.4.jd252 <li>Gallery</li>
Dandroid-2.0.jd143 <li>Gallery</li>
Dandroid-1.6.jd423 <li>Gallery</li>
Dandroid-2.3.3.jd292 <li>Gallery</li>
/frameworks/base/docs/html/guide/topics/views/
Dcustom-views.jd14 {@link android.widget.Gallery Gallery},
/frameworks/base/docs/html/guide/practices/
Dtablets-and-handsets.jd24 Gallery</a></li>
352 href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a>

12