Home
last modified time | relevance | path

Searched defs:childId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDelta.java130 final Long childId = remoteEntry.getId(); in mergeAfter() local
300 public ValuesDelta getEntry(Long childId) { in getEntry()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java122 final Long childId = remoteEntry.getId(); in mergeAfter() local
245 public ValuesDelta getEntry(Long childId) { in getEntry()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailboxUtilities.java83 long childId = childCursor.getLong(Mailbox.ID_PROJECTION_COLUMN); in setFlagsAndChildrensParentKey() local
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java101 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout()
DWorkspace.java564 int childId = LauncherModel.getCellLayoutChildId(container, screen, x, y, spanX, spanY); in addInScreen() local
DCellLayout.java615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1032 int childId = mLauncher.getViewIdForItem(info); in addInScreen() local
DCellLayout.java633 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout()