Home
last modified time | relevance | path

Searched refs:newSections (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java277 List<Section> newSections = new ArrayList<Section>(); in insertXMPSection() local
279 newSections.addAll(sections.subList(0, position)); in insertXMPSection()
280 newSections.add(xmpSection); in insertXMPSection()
281 newSections.addAll(sections.subList(position, sections.size())); in insertXMPSection()
282 return newSections; in insertXMPSection()