Home
last modified time | relevance | path

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

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGalleryRtl.java23 import android.widget.Gallery;
31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView()
DBiDiTestGalleryLtr.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.txt1008 Lcom/android/internal/R$styleable;->Gallery:[I
Dhiddenapi-greylist-max-o.txt62154 Landroid/R$styleable;->Gallery:[I
87976 Landroid/widget/Gallery$FlingRunnable;
87977 Landroid/widget/Gallery$FlingRunnable;-><init>()V
87978 Landroid/widget/Gallery$FlingRunnable;->endFling(Z)V
87979 Landroid/widget/Gallery$FlingRunnable;->mLastFlingX:I
87980 Landroid/widget/Gallery$FlingRunnable;->mScroller:Landroid/widget/Scroller;
87981 Landroid/widget/Gallery$FlingRunnable;->startCommon()V
87982 Landroid/widget/Gallery$FlingRunnable;->startUsingDistance(I)V
87983 Landroid/widget/Gallery$FlingRunnable;->stop(Z)V
87984 Landroid/widget/Gallery;->calculateTop(Landroid/view/View;Z)I
[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/api/
Dcurrent.txt55637 …@Deprecated public class Gallery extends android.widget.AbsSpinner implements android.view.Gesture…
55638 ctor @Deprecated public Gallery(android.content.Context);
55639 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet);
55640 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet, int);
55641 ctor @Deprecated public Gallery(android.content.Context, android.util.AttributeSet, int, int);
55655 @Deprecated public static class Gallery.LayoutParams extends android.view.ViewGroup.LayoutParams {
55656 … ctor @Deprecated public Gallery.LayoutParams(android.content.Context, android.util.AttributeSet);
55657 ctor @Deprecated public Gallery.LayoutParams(int, int);
55658 ctor @Deprecated public Gallery.LayoutParams(android.view.ViewGroup.LayoutParams);