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

/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java160 * @param childId ID of the child view in question.
162 /* package */ int groupFromChildId(long childId) { argument
167 if (getLong(mIdIndex) == childId) {
363 public long getCombinedChildId(long groupId, long childId) { argument
365 return childId;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDelta.java127 final Long childId = remoteEntry.getId();
130 final ValuesDelta localEntry = local.getEntry(childId);
297 public ValuesDelta getEntry(Long childId) { argument
298 if (childId == null) {
306 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.java611 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, argument
632 child.setId(childId);

Completed in 272 milliseconds