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

  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfoWithIcon.java 96 public static final int FLAG_ICON_BADGED = 1 << 9;
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragView.java 73 import static com.android.launcher3.ItemInfoWithIcon.FLAG_ICON_BADGED;
373 && (((ItemInfoWithIcon) info).runtimeStatusFlags & FLAG_ICON_BADGED) > 0;

Completed in 52 milliseconds