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 118 LauncherModel.checkItemInfo(this);
BubbleTextView.java 116 LauncherModel.checkItemInfo((ItemInfo) tag);
LauncherModel.java 304 "Error: ItemInfo passed to checkItemInfo doesn't match original";
313 static void checkItemInfo(final ItemInfo item) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfo.java 118 LauncherModel.checkItemInfo(this);
BubbleTextView.java 134 LauncherModel.checkItemInfo((ItemInfo) tag);
LauncherModel.java 563 "Error: ItemInfo passed to checkItemInfo doesn't match original";
572 static void checkItemInfo(final ItemInfo item) {
    [all...]

Completed in 34 milliseconds