HomeSort by relevance Sort by last modified time
    Searched full:gallery (Results 101 - 125 of 273) sorted by null

1 2 3 45 6 7 8 91011

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 26 * Wallpaper picker for the gallery application. This just redirects to the
Gallery.java 41 public final class Gallery extends AbstractGalleryActivity implements OnCancelListener {
51 private static final String TAG = "Gallery";
AlbumPage.java 201 if (mData.getString(Gallery.EXTRA_CROP) != null) {
269 mGetContent = data.getBoolean(Gallery.KEY_GET_CONTENT, false);
449 int typeBits = mData.getInt(Gallery.KEY_TYPE_BITS,
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
PhotoAppWidgetProvider.java 77 intent.setData(Uri.parse("widget://gallery/" + widgetId));
  /packages/apps/Launcher2/res/xml/
default_workspace.xml 49 launcher:className="com.android.gallery3d.app.Gallery"
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 25 import com.android.gallery3d.app.Gallery;
130 uri.getQueryParameter(Gallery.KEY_MEDIA_TYPES),
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 19 import com.android.gallery.R;
60 import com.android.camera.gallery.IImage;
61 import com.android.camera.gallery.IImageList;
62 import com.android.camera.gallery.VideoObject;
558 // gallery and the title of the gallery.
    [all...]
Util.java 19 import com.android.gallery.R;
41 import com.android.camera.gallery.IImage;
  /packages/apps/Camera/res/values/
strings.xml 34 <!-- label for the folder that contains Camera pictures in the gallery -->
37 <!-- label for the folder that contains Camera videos in the gallery -->
79 <!-- Button indicating to go to the image gallery -->
80 <string name="camera_gallery_photos_text">Gallery</string>
306 <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] -->
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 215 <h3>Gallery</h3>
218 <dd> Demonstrates implementing a Gallery widget and extending GalleryAdapter to create a custom class to serve out source images to the widget. </dd>
221 <dd>Demonstrates populating a Gallery with images from the contacts photos. </dd>
  /frameworks/base/docs/html/sdk/
android-4.0-highlights.jd 333 <a href="{@docRoot}sdk/images/4.0/gallery-edit-lg.png" target="_android">
334 <img src="{@docRoot}sdk/images/4.0/gallery-edit.png" alt="" width="240" height="144" style="border:1px solid #ddd;border-radius: 6px;" /></a>
335 <a href="{@docRoot}sdk/images/4.0/gallery-share-lg.png" target="_android">
336 <img src="{@docRoot}sdk/images/4.0/gallery-share.png" alt="" width="240" height="144" style="border:1px solid #ddd;border-radius: 6px;" /></a>
374 <img src="{@docRoot}sdk/images/4.0/gallery-widget.png" alt="" width="144" style="border:1px solid #ddd;border-radius: 6px;" />
375 <div style="padding-left:1em;padding-bottom:1.25em;margin-top:0;padding-top:0;font-size:.9em">A Photo Gallery widget on the home screen.</div>
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 a
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
autoupdate.html 6 <p>If you publish your extension using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>ignore this page</em>. You can use the dashboard to release updated versions of your extension to users, as well as to the Extensions Gallery or Chrome Web Store.</p>
8 <p>If you want to host your extension somewhere other than the gallery or store, keep reading.
packaging.html 22 <!-- [PENDING: Refer to instructions on submitting an extension for inclusion in the gallery.] -->
themes.html 12 <a href="https://tools.google.com/chrome/intl/en/themes/">themes gallery</a>.
  /external/chromium/chrome/common/extensions/
extension_constants.h 235 // The greatest common prefixes of the main extensions gallery's browse and
240 // themes gallery that we put up when we launched themes.
  /packages/apps/Gallery/
AndroidManifest.xml 2 package="com.android.gallery"
5 <original-package android:name="com.android.gallery" />
  /packages/apps/Gallery2/res/values-en-rGB/
strings.xml 19 <string name="app_name" msgid="1928079047368929634">"Gallery"</string>
98 <string name="appwidget_title" msgid="6410561146863700411">"Photo Gallery"</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtilsTest.java 150 assertFalse(DescriptorsUtils.canInsertChildren(createDesc("android:Gallery",
151 "android.widget.Gallery", true), null));
  /build/target/product/
sdk.mk 26 Gallery \
  /development/samples/AppNavigation/res/values/
strings.xml 36 <string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this demo. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main demo task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
  /development/samples/WiFiDirectDemo/
_index.html 2 the Wi-Fi Direct APIs. The application allows you to transfer jpeg images from the gallery after a succesful connection.</p>
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 74 // be auto-updated, or claimed in the gallery.
  /external/chromium/chrome/browser/sync/glue/
extension_util.cc 29 // Disallow extensions with non-gallery auto-update URLs for now.
theme_util.cc 92 // (i.e., those not on either Google gallery).
  /external/neven/Embedded/common/src/b_APIEm/
Types.h 69 bpi_ID_SIGNATURE_NAME = 512, /** (ASCII String) name of gallery element (=signature) */

Completed in 424 milliseconds

1 2 3 45 6 7 8 91011