HomeSort by relevance Sort by last modified time
    Searched refs:CONTAINER (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 127 * The container holding the favorite
130 static final String CONTAINER = "container";
139 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
146 * (if container is CONTAINER_HOTSEAT or CONTAINER_HOTSEAT)
153 * (if container is CONTAINER_DESKTOP)
ItemInfo.java 48 * The id of the container that holds this item. For the desktop, this will be
53 long container = NO_ID; field in class:ItemInfo
116 container = info.container;
143 values.put(LauncherSettings.Favorites.CONTAINER, container);
190 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
LauncherProvider.java 280 "container INTEGER," +
362 final int containerIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CONTAINER);
381 values.put(LauncherSettings.Favorites.CONTAINER, c.getInt(containerIndex));
819 long container = LauncherSettings.Favorites.CONTAINER_DESKTOP; local
    [all...]
LauncherModel.java 252 * <container, screen, cellX, cellY>
254 static void addOrMoveItemInDatabase(Context context, ItemInfo item, long container,
256 if (item.container == ItemInfo.NO_ID) {
258 addItemToDatabase(context, item, container, screen, cellX, cellY, false);
261 moveItemInDatabase(context, item, container, screen, cellX, cellY);
277 modelShortcut.container == shortcut.container &&
336 if (item.container != LauncherSettings.Favorites.CONTAINER_DESKTOP &&
337 item.container != LauncherSettings.Favorites.CONTAINER_HOTSEAT) {
339 if (!sBgFolders.containsKey(item.container)) {
1286 int container; local
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/
NewActivityBasedOnTemplatePage.java 225 if (NewTypeWizardPage.CONTAINER.equals(fieldName))
NewBuildingBlocksWizardPage.java 658 else if (NewTypeWizardPage.CONTAINER.equals(fieldName))
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 60 MC_CHECK_VERSION(CONTAINER, 2, 0);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 50 MC_CHECK_DATA_OBJECT_VERSION(CONTAINER, 2, 0);
661 // Take trustlet blob and append root, sp, and tl container.
676 // Goto end of allocated space and fill in tl container, sp container,
677 // and root container from back to front. Final registry object value
692 // Fill in TL container.
700 LOG_E("Tlt container %s", msg);
705 // Fill in SP container.
714 LOG_E("SP container %s", msg);
719 // Fill in root container
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 137 milliseconds