HomeSort by relevance Sort by last modified time
    Searched full:gallery (Results 26 - 50 of 459) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher2/res/layout/
wallpaper_chooser.xml 32 <Gallery android:id="@+id/gallery"
  /packages/apps/Gallery2/
CleanSpec.mk 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/Gallery*)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 37 should appear. From there, you can go to the gallery with the gallery button or
44 bottom preview and save them to the Gallery. It does this by looking at the
  /packages/apps/TV/tests/input/tools/
get_test_logos.sh 19 # From http://developers.google.com/chart/image/docs/gallery/dynamic_icons#basic-icons
22 art-gallery atm baby bank-dollar bank-euro
48 # See https://developers.google.com/chart/image/docs/gallery/dynamic_icons
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PointerShapes.java 25 * A gallery of the different styles of buttons.
Buttons1.java 27 * A gallery of the different styles of buttons.
Controls1.java 31 * A gallery of basic controls: Button, EditText, RadioButton, Checkbox,
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
BucketNames.java 20 * Bucket names for buckets that are created and used in the Gallery.
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java 17 package com.android.camera.gallery;
44 * The interface of all image collections used in gallery.
IImage.java 17 package com.android.camera.gallery;
25 * The interface of all images used in gallery.
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 41 import android.widget.Gallery;
143 final Gallery gallery = (Gallery) view.findViewById(R.id.gallery); local
144 gallery.setCallbackDuringFling(false);
145 gallery.setOnItemSelectedListener(this);
146 gallery.setAdapter(new ImageAdapter(getActivity()));
152 selectWallpaper(gallery.getSelectedItemPosition());
179 // Selection handler for the embedded Gallery vie
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 45 * The default values for the Gallery assume you will be using
47 * each View given to the Gallery from the Adapter. If you are not doing this,
48 * you may need to adjust some Gallery properties, such as the spacing.
50 * Views given to the Gallery should use {@link Gallery.LayoutParams} as their
63 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener {
65 private static final String TAG = "Gallery";
186 * Offset between the center of the selected child view and the center of the Gallery.
191 public Gallery(Context context) {
195 public Gallery(Context context, AttributeSet attrs)
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 32 import android.widget.Gallery;
73 final Gallery parent = new Gallery(mActivity);
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 77 /** gallery type */
80 /** album gallery */
83 /** reference gallery */
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
style.css 106 div.gallery-float
111 div.gallery-float img
115 div.gallery-spacer
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 40 import android.widget.Gallery;
75 new Gallery(mActivity);
76 new Gallery(mActivity, null);
77 new Gallery(mActivity, null, 0);
81 new Gallery(mActivity, attrs);
82 new Gallery(mActivity, attrs, 0);
190 AbsSpinner absSpinner = new Gallery(mActivity);
225 AbsSpinner absSpinner = new Gallery(mActivity);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java 11 import android.widget.Gallery;
37 adapterView = new Gallery(context);
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 19 import com.android.camera.gallery.IImage;
20 import com.android.camera.gallery.IImageList;
  /packages/screensavers/PhotoTable/res/values/
strings.xml 26 <!-- Name of the album that contains all g+ post photos, copy from Gallery. -->
35 <!-- Name for photos that are stored on this device, copy from Gallery. -->
  /development/samples/HoneycombGallery/res/values/
strings.xml 18 <string name="app_name">Honeycomb Gallery</string>
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
UsbAccessoryActivity.java 26 * USB service and springboards to the main Gallery activity
  /frameworks/base/tests/BiDiTests/res/layout/
gallery_ltr.xml 23 <Gallery
gallery_rtl.xml 23 <Gallery
  /frameworks/base/tests/UiBench/res/menu/
activity_navigation_drawer_drawer.xml 25 android:title="Gallery"/>
  /packages/apps/Camera2/res/values-v14/
styles.xml 25 <style name="Theme.Photos.Gallery" parent="android:Theme.Holo.Light">

Completed in 638 milliseconds

12 3 4 5 6 7 8 91011>>