Searched refs:AdapterViewAnimator (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AdapterViewAnimator.java | 46 public abstract class AdapterViewAnimator extends AdapterView<Adapter> class 165 public AdapterViewAnimator(Context context) { in AdapterViewAnimator() method in AdapterViewAnimator 169 public AdapterViewAnimator(Context context, AttributeSet attrs) { in AdapterViewAnimator() method in AdapterViewAnimator 173 public AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) { in AdapterViewAnimator() method in AdapterViewAnimator 177 public AdapterViewAnimator( in AdapterViewAnimator() method in AdapterViewAnimator 182 com.android.internal.R.styleable.AdapterViewAnimator, defStyleAttr, defStyleRes); in AdapterViewAnimator() 183 saveAttributeDataForStyleable(context, com.android.internal.R.styleable.AdapterViewAnimator, in AdapterViewAnimator() 1105 return AdapterViewAnimator.class.getName(); in getAccessibilityClassName()
|
H A D | AdapterViewFlipper.java | 36 public class AdapterViewFlipper extends AdapterViewAnimator {
|
H A D | RemoteViews.java | 1055 if (!(target instanceof AbsListView) && !(target instanceof AdapterViewAnimator)) { in apply() 1070 } else if (target instanceof AdapterViewAnimator) { in apply() 1071 AdapterViewAnimator v = (AdapterViewAnimator) target; in apply() 1325 if (!(target instanceof AbsListView) && !(target instanceof AdapterViewAnimator)) { in apply() 1342 } else if (target instanceof AdapterViewAnimator) { in apply() 1343 AdapterViewAnimator v = (AdapterViewAnimator) target; in apply()
|
H A D | StackView.java | 54 public class StackView extends AdapterViewAnimator {
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-q.txt | 442 Lcom/android/internal/R$styleable;->AdapterViewAnimator:[I
|
H A D | hiddenapi-max-target-o.txt | 43396 Landroid/R$styleable;->AdapterViewAnimator:[I 66255 Landroid/widget/AdapterViewAnimator;->getMetaDataForChild(Landroid/view/View;)Landroid/widget/Adapt… 66258 Landroid/widget/AdapterViewAnimator;->getWindowSize()I 66261 Landroid/widget/AdapterViewAnimator;->mActiveOffset:I 66270 Landroid/widget/AdapterViewAnimator;->mFirstTime:Z 66272 Landroid/widget/AdapterViewAnimator;->mLoopViews:Z 66274 Landroid/widget/AdapterViewAnimator;->modulo(II)I 66282 Landroid/widget/AdapterViewAnimator;->mTouchMode:I 66284 Landroid/widget/AdapterViewAnimator;->mWhichChild:I 66290 Landroid/widget/AdapterViewAnimator;->showOnly(IZ)V [all …]
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 58050 …public abstract class AdapterViewAnimator extends android.widget.AdapterView<android.widget.Adapte… 58051 ctor public AdapterViewAnimator(android.content.Context); 58052 ctor public AdapterViewAnimator(android.content.Context, android.util.AttributeSet); 58053 ctor public AdapterViewAnimator(android.content.Context, android.util.AttributeSet, int); 58054 ctor public AdapterViewAnimator(android.content.Context, android.util.AttributeSet, int, int); 58081 …RemoteViews.RemoteView public class AdapterViewFlipper extends android.widget.AdapterViewAnimator { 60002 …d.widget.RemoteViews.RemoteView public class StackView extends android.widget.AdapterViewAnimator {
|