/development/tools/winscope/src/common/ |
D | array_utils.ts | 16 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/ |
D | ResourceHelper.java | 23 import android.content.res.TypedArray; 45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute}); in getThemeColor()
|
/development/samples/Snake/src/com/example/android/snake/ |
D | TileView.java | 20 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()
|
D | BackgroundView.java | 20 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/ |
D | TouchHighlightImageButton.java | 20 import android.content.res.TypedArray; 69 TypedArray a = getContext() in init()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | FixedAspectRatioImageView.java | 20 import android.content.res.TypedArray; 36 final TypedArray a = context.getTheme().obtainStyledAttributes(attrs, in FixedAspectRatioImageView()
|
D | LabelView.java | 22 import android.content.res.TypedArray; 63 TypedArray a = context.obtainStyledAttributes(attrs, in LabelView()
|
D | DraggableDot.java | 23 import android.content.res.TypedArray; 107 TypedArray a = context.obtainStyledAttributes(attrs, in DraggableDot()
|
D | CustomLayout.java | 26 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/ |
D | FragmentArguments.java | 24 import android.content.res.TypedArray; 76 TypedArray a = activity.obtainStyledAttributes(attrs, in onInflate()
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayout.java | 20 import android.content.res.TypedArray; 49 TypedArray a = context.obtainStyledAttributes( in FixedGridLayout()
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoView.java | 20 import android.content.res.TypedArray; 107 TypedArray attributes = in getAttributes()
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | ComplicationSimpleConfigActivity.java | 22 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/ |
D | TitlesFragment.java | 24 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/ |
D | FixedGridLayout.java | 20 import android.content.res.TypedArray;
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | Adapters.java | 22 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/ |
D | ApplicationsStackLayout.java | 21 import android.content.res.TypedArray; 94 TypedArray a = in ApplicationsStackLayout()
|
/development/apps/Development/src/com/android/development/ |
D | SyncAdapterDriver.java | 24 import android.content.res.TypedArray; 352 TypedArray sa = res.obtainAttributes(attrs, in parseServiceAttributes()
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
D | CardStreamLinearLayout.java | 26 import android.content.res.TypedArray; 400 TypedArray a = getContext().obtainStyledAttributes(attrs, in initialize()
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
D | MyCloudProvider.java | 23 import android.content.res.TypedArray; 600 TypedArray ar = getContext().getResources().obtainTypedArray(arrayResId);
|
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
D | InteractiveLineGraphView.java | 20 import android.content.res.TypedArray; 195 TypedArray a = context.getTheme().obtainStyledAttributes( in InteractiveLineGraphView()
|