Searched defs:array (Results 1 – 7 of 7) sorted by relevance
67 Drawable[] array = new Drawable[] { bitmapDrawable, colorDrawable }; in testConstructor() local93 Drawable[] array = new Drawable[0]; in testInflate() local155 Drawable[] array = new Drawable[] { bitmapDrawable, colorDrawable }; in testFindDrawableByLayerId() local191 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; in testAccessId() local236 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; in testGetNumberOfLayers() local270 Drawable[] array = new Drawable[] { bitmapDrawable, colorDrawable }; in testAccessDrawable() local311 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; in testSetLayerInset() local350 Drawable[] array = new Drawable[0]; in testInvalidateDrawable() local375 Drawable[] array = new Drawable[0]; in testScheduleDrawable() local403 Drawable[] array = new Drawable[0]; in testUnscheduleDrawable() local[all …]
83 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs); in testSetBaseAttributes() local
666 SparseArray array = new SparseArray(); in testDispatchSaveInstanceState() local720 SparseArray array = new SparseArray(); in testDispatchThawSelfOnly() local
434 public static String toHexString(byte[] array) { in toHexString()
437 public static String toHexString(byte[] array) { in toHexString()
358 SparseBooleanArray array = mListView.getCheckedItemPositions(); in testAccessItemChecked() local
755 CharSequence array[] = new CharSequence[len]; in createCharSequenceArray() local