Searched defs:childId (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDelta.java127 final Long childId = remoteEntry.getId();
130 final ValuesDelta localEntry = local.getEntry(childId);
300 public ValuesDelta getEntry(Long childId) { argument
301 if (childId == null) {
309 if (childId.equals(entry.getId())) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java101 public boolean addViewToCellLayout(View child, int index, int childId, argument
114 child.setId(childId);
H A DCellLayout.java615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, argument
642 child.setId(childId);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java122 final Long childId = remoteEntry.getId();
125 final ValuesDelta localEntry = local.getEntry(childId);
245 public ValuesDelta getEntry(Long childId) { argument
246 if (childId == null) {
254 if (childId.equals(entry.getId())) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java561 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, argument
582 child.setId(childId);

Completed in 146 milliseconds