Searched refs:stackedLinks (Results 1 – 2 of 2) sorted by relevance
1802 ArrayList<LinkProperties> stackedLinks = new ArrayList<>(mStackedLinks.values()); in writeToParcel() local1803 dest.writeList(stackedLinks); in writeToParcel()1893 ArrayList<LinkProperties> stackedLinks = new ArrayList<LinkProperties>();1894 in.readList(stackedLinks, LinkProperties.class.getClassLoader());1895 for (LinkProperties stackedLink: stackedLinks) {
1370 final List<LinkProperties> stackedLinks = state.linkProperties.getStackedLinks();1371 for (LinkProperties stackedLink : stackedLinks) {