Home
last modified time | relevance | path

Searched defs:array (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java67 Drawable[] array = new Drawable[] { bitmapDrawable, colorDrawable }; in testConstructor() local
93 Drawable[] array = new Drawable[0]; in testInflate() local
155 Drawable[] array = new Drawable[] { bitmapDrawable, colorDrawable }; in testFindDrawableByLayerId() local
191 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; in testAccessId() local
236 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; in testGetNumberOfLayers() local
270 Drawable[] array = new Drawable[] { bitmapDrawable, colorDrawable }; in testAccessDrawable() local
311 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; in testSetLayerInset() local
350 Drawable[] array = new Drawable[0]; in testInvalidateDrawable() local
375 Drawable[] array = new Drawable[0]; in testScheduleDrawable() local
403 Drawable[] array = new Drawable[0]; in testUnscheduleDrawable() local
[all …]
/cts/tests/tests/view/src/android/view/cts/
DViewGroup_LayoutParamsTest.java83 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs); in testSetBaseAttributes() local
DViewGroupTest.java666 SparseArray array = new SparseArray(); in testDispatchSaveInstanceState() local
720 SparseArray array = new SparseArray(); in testDispatchThawSelfOnly() local
/cts/tests/tests/telephony/src/android/telephony/gsm/cts/
DSmsMessageTest.java434 public static String toHexString(byte[] array) { in toHexString()
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsMessageTest.java437 public static String toHexString(byte[] array) { in toHexString()
/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java358 SparseBooleanArray array = mListView.getCheckedItemPositions(); in testAccessItemChecked() local
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java755 CharSequence array[] = new CharSequence[len]; in createCharSequenceArray() local