Home
last modified time | relevance | path

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

/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/core/java/android/widget/
DGallery.java65 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener { class
199 public Gallery(Context context) { in Gallery() method in Gallery
203 public Gallery(Context context, AttributeSet attrs) { in Gallery() method in Gallery
207 public Gallery(Context context, AttributeSet attrs, int defStyleAttr) { in Gallery() method in Gallery
211 public Gallery(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Gallery() method in Gallery
215 attrs, com.android.internal.R.styleable.Gallery, defStyleAttr, defStyleRes); in Gallery()
216 saveAttributeDataForStyleable(context, com.android.internal.R.styleable.Gallery, in Gallery()
365 return new Gallery.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in generateDefaultLayoutParams()
916 Gallery.LayoutParams lp = (Gallery.LayoutParams) child.getLayoutParams(); in setUpChild()
918 lp = (Gallery.LayoutParams) generateDefaultLayoutParams(); in setUpChild()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt44 bottom preview and save them to the Gallery. It does this by looking at the
/frameworks/base/config/
Dhiddenapi-greylist-max-q.txt533 Lcom/android/internal/R$styleable;->Gallery:[I
Dhiddenapi-greylist-max-o.txt57979 Landroid/R$styleable;->Gallery:[I
82092 Landroid/widget/Gallery$FlingRunnable;->endFling(Z)V
82093 Landroid/widget/Gallery$FlingRunnable;->mLastFlingX:I
82094 Landroid/widget/Gallery$FlingRunnable;->mScroller:Landroid/widget/Scroller;
82095 Landroid/widget/Gallery$FlingRunnable;->startCommon()V
82096 Landroid/widget/Gallery$FlingRunnable;->startUsingDistance(I)V
82097 Landroid/widget/Gallery$FlingRunnable;->stop(Z)V
82098 Landroid/widget/Gallery;->calculateTop(Landroid/view/View;Z)I
82099 Landroid/widget/Gallery;->detachOffScreenChildren(Z)V
82100 Landroid/widget/Gallery;->dispatchLongPress(Landroid/view/View;IJFFZ)Z
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37443 …public deprecated class Gallery extends android.widget.AbsSpinner implements android.view.GestureD…
37444 ctor public Gallery(android.content.Context);
37445 ctor public Gallery(android.content.Context, android.util.AttributeSet);
37446 ctor public Gallery(android.content.Context, android.util.AttributeSet, int);
37447 ctor public Gallery(android.content.Context, android.util.AttributeSet, int, int);
37461 public static class Gallery.LayoutParams extends android.view.ViewGroup.LayoutParams {
37462 ctor public Gallery.LayoutParams(android.content.Context, android.util.AttributeSet);
37463 ctor public Gallery.LayoutParams(int, int);
37464 ctor public Gallery.LayoutParams(android.view.ViewGroup.LayoutParams);
/frameworks/base/non-updatable-api/
Dcurrent.txt57001 …@Deprecated public class Gallery extends android.widget.AbsSpinner implements android.view.Gesture…
57002 ctor @Deprecated public Gallery(android.content.Context);
57003 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet);
57004 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet, int);
57005 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet, int, int);
57019 @Deprecated public static class Gallery.LayoutParams extends android.view.ViewGroup.LayoutParams {
57020 … ctor @Deprecated public Gallery.LayoutParams(android.content.Context, android.util.AttributeSet);
57021 ctor @Deprecated public Gallery.LayoutParams(int, int);
57022 ctor @Deprecated public Gallery.LayoutParams(android.view.ViewGroup.LayoutParams);
/frameworks/base/api/
Dcurrent.txt57145 …@Deprecated public class Gallery extends android.widget.AbsSpinner implements android.view.Gesture…
57146 ctor @Deprecated public Gallery(android.content.Context);
57147 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet);
57148 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet, int);
57149 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet, int, int);
57163 @Deprecated public static class Gallery.LayoutParams extends android.view.ViewGroup.LayoutParams {
57164 … ctor @Deprecated public Gallery.LayoutParams(android.content.Context, android.util.AttributeSet);
57165 ctor @Deprecated public Gallery.LayoutParams(int, int);
57166 ctor @Deprecated public Gallery.LayoutParams(android.view.ViewGroup.LayoutParams);