Searched refs:parcelables (Results 1 – 2 of 2) sorted by relevance
65 final Parcelable[] parcelables = intent.getParcelableArrayExtra(EXTRA_BUTTONS); in onCreate() local66 mButtonInfos = new ButtonInfo[parcelables.length]; in onCreate()67 for (int i = 0; i < parcelables.length; i++) { in onCreate()68 final ButtonInfo buttonInfo = (ButtonInfo) parcelables[i]; in onCreate()190 final Parcelable[] parcelables = source.readParcelableArray(null); in ButtonInfo() local191 if (parcelables != null) { in ButtonInfo()192 mIntents = new Intent[parcelables.length]; in ButtonInfo()193 … for (int i = 0, parcelablesLength = parcelables.length; i < parcelablesLength; i++) { in ButtonInfo()194 mIntents[i] = (Intent) parcelables[i]; in ButtonInfo()
265 Parcelable[] parcelables = text.getExtras() in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull() local268 parcelables, parcelables.length, RectF[].class); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()296 parcelables = text.getExtras() in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()299 parcelables, parcelables.length, RectF[].class); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()416 final Parcelable[] parcelables = info.getExtras() in assertNodeContainsTextLocationInfoOnOneLineLTR() local418 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); in assertNodeContainsTextLocationInfoOnOneLineLTR()