Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java106 List<Section> sections = parse(is, true); in extractXMPMeta() local
153 List<Section> sections = null; in writeXMPMeta() local
189 List<Section> sections = parse(inputStream, false); in writeXMPMeta() local
215 private static void writeJpegFile(OutputStream os, List<Section> sections) in writeJpegFile()
235 List<Section> sections, XMPMeta meta) { in insertXMPSection()
343 List<Section> sections = new ArrayList<Section>(); in parse() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactEntryAdapter.java78 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) { in ContactEntryAdapter()
90 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) { in setSections()
103 public final int setSections(ArrayList<ArrayList<E>> sections, E entry) { in setSections()
179 public final static <T extends Entry> T getEntry(ArrayList<ArrayList<T>> sections, in getEntry()
203 public static <T extends Entry> int countEntries(ArrayList<ArrayList<T>> sections, in countEntries()
DContactFragment.java659 ViewAdapter(Context context, ArrayList<ArrayList<ViewEntry>> sections) { in ViewAdapter()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactSectionIndexer.java102 final String[] sections = cursorExtras.getStringArray( in buildIndexerFromCursorExtras() local
134 final ArrayList<String> sections = new ArrayList<String>(); in buildIndexerFromDisplayNames() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactsSectionIndexer.java41 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer()
DContactEntryListAdapter.java502 String sections[] = in updateIndexer() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java41 private int[] sections; field in SectionedAlbumDataAdapter
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java384 final List<String> sections = new ArrayList<>(approximateSectionCount); in getSections() local
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java997 ArrayList<SectionInfo> sections = new ArrayList<>(); in rebuildSections() local