Searched defs:childId (Results 1 – 8 of 8) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactDelta.java | 130 final Long childId = remoteEntry.getId(); in mergeAfter() local 300 public ValuesDelta getEntry(Long childId) { in getEntry()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntityDelta.java | 122 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/ |
D | MailboxUtilities.java | 83 long childId = childCursor.getLong(Mailbox.ID_PROJECTION_COLUMN); in setFlagsAndChildrensParentKey() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewCellLayout.java | 101 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout()
|
D | Workspace.java | 564 int childId = LauncherModel.getCellLayoutChildId(container, screen, x, y, spanX, spanY); in addInScreen() local
|
D | CellLayout.java | 615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1032 int childId = mLauncher.getViewIdForItem(info); in addInScreen() local
|
D | CellLayout.java | 633 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout()
|