Home
last modified time | relevance | path

Searched refs:TypedArray (Results 1 – 21 of 21) sorted by relevance

/development/tools/winscope/src/common/
Darray_utils.ts16 type TypedArray = alias
28 static equal<T>(a: T[] | TypedArray, b: T[] | TypedArray): boolean {
43 array: T[] | TypedArray,
44 subarray: T[] | TypedArray,
65 values: T[] | TypedArray,
97 values: T[] | TypedArray,
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DResourceHelper.java23 import android.content.res.TypedArray;
45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute}); in getThemeColor()
/development/samples/Snake/src/com/example/android/snake/
DTileView.java20 import android.content.res.TypedArray;
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView()
74 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView()
DBackgroundView.java20 import android.content.res.TypedArray;
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView); in BackgroundView()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java20 import android.content.res.TypedArray;
69 TypedArray a = getContext() in init()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DFixedAspectRatioImageView.java20 import android.content.res.TypedArray;
36 final TypedArray a = context.getTheme().obtainStyledAttributes(attrs, in FixedAspectRatioImageView()
DLabelView.java22 import android.content.res.TypedArray;
63 TypedArray a = context.obtainStyledAttributes(attrs, in LabelView()
DDraggableDot.java23 import android.content.res.TypedArray;
107 TypedArray a = context.obtainStyledAttributes(attrs, in DraggableDot()
DCustomLayout.java26 import android.content.res.TypedArray;
230 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.CustomLayoutLP); in LayoutParams()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentArguments.java24 import android.content.res.TypedArray;
76 TypedArray a = activity.obtainStyledAttributes(attrs, in onInflate()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java20 import android.content.res.TypedArray;
49 TypedArray a = context.obtainStyledAttributes( in FixedGridLayout()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoView.java20 import android.content.res.TypedArray;
107 TypedArray attributes = in getAttributes()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleConfigActivity.java22 import android.content.res.TypedArray;
110 TypedArray icons = getResources().obtainTypedArray(R.array.complication_simple_icons); in getComplicationItems()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DTitlesFragment.java24 import android.content.res.TypedArray;
191 final TypedArray a = v.getContext().obtainStyledAttributes(R.styleable.AppTheme); in MyDragShadowBuilder()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java20 import android.content.res.TypedArray;
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java22 import android.content.res.TypedArray;
621 TypedArray a = resources.obtainAttributes(mAttrs, R.styleable.CursorAdapter); in parse()
676 TypedArray a = mResources.obtainAttributes(mAttrs, in parseSelectTag()
694 TypedArray a = resources.obtainAttributes(mAttrs, in parseBindTag()
802 TypedArray a = resources.obtainAttributes(mAttrs, in findMap()
836 TypedArray a = resources.obtainAttributes(mAttrs, in findTransformation()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java21 import android.content.res.TypedArray;
94 TypedArray a = in ApplicationsStackLayout()
/development/apps/Development/src/com/android/development/
DSyncAdapterDriver.java24 import android.content.res.TypedArray;
352 TypedArray sa = res.obtainAttributes(attrs, in parseServiceAttributes()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java26 import android.content.res.TypedArray;
400 TypedArray a = getContext().obtainStyledAttributes(attrs, in initialize()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMyCloudProvider.java23 import android.content.res.TypedArray;
600 TypedArray ar = getContext().getResources().obtainTypedArray(arrayResId);
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java20 import android.content.res.TypedArray;
195 TypedArray a = context.getTheme().obtainStyledAttributes( in InteractiveLineGraphView()