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

  /packages/apps/Launcher2/src/com/android/launcher2/
ItemInfo.java 136 LauncherModel.checkItemInfo(this);
BubbleTextView.java 119 LauncherModel.checkItemInfo((ItemInfo) tag);
LauncherModel.java 314 "Error: ItemInfo passed to checkItemInfo doesn't match original";
323 static void checkItemInfo(final ItemInfo item) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfo.java 118 LauncherModel.checkItemInfo(this);
BubbleTextView.java 256 LauncherModel.checkItemInfo((ItemInfo) tag);
LauncherModel.java 235 "Error: ItemInfo passed to checkItemInfo doesn't match original";
244 static void checkItemInfo(final ItemInfo item) {

Completed in 104 milliseconds