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

  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfoWithIcon.java 24 public abstract class ItemInfoWithIcon extends ItemInfo {
104 protected ItemInfoWithIcon() { }
106 protected ItemInfoWithIcon(ItemInfoWithIcon info) {
AppInfo.java 36 public class AppInfo extends ItemInfoWithIcon {
105 ItemInfoWithIcon info, LauncherActivityInfo lai) {
SecondaryDropTarget.java 6 import static com.android.launcher3.ItemInfoWithIcon.FLAG_SYSTEM_MASK;
7 import static com.android.launcher3.ItemInfoWithIcon.FLAG_SYSTEM_NO;
139 if (info instanceof ItemInfoWithIcon) {
140 ItemInfoWithIcon iconInfo = (ItemInfoWithIcon) info;
BubbleTextView.java 233 private void applyIconAndLabel(ItemInfoWithIcon info) {
482 if (getTag() instanceof ItemInfoWithIcon) {
483 ItemInfoWithIcon info = (ItemInfoWithIcon) getTag();
581 public void reapplyItemInfo(ItemInfoWithIcon info) {
610 if (getTag() instanceof ItemInfoWithIcon) {
611 ItemInfoWithIcon info = (ItemInfoWithIcon) getTag();
ShortcutInfo.java 34 public class ShortcutInfo extends ItemInfoWithIcon {
IconCache.java 415 final ItemInfoWithIcon info) {
462 public synchronized void getTitleAndIcon(ItemInfoWithIcon info,
472 public synchronized void getTitleAndIcon(ItemInfoWithIcon info, boolean useLowResIcon) {
490 @NonNull ItemInfoWithIcon infoInOut,
508 private void applyCacheEntry(CacheEntry entry, ItemInfoWithIcon info) {
    [all...]
FastBitmapDrawable.java 100 public FastBitmapDrawable(ItemInfoWithIcon info) {
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageItemInfo.java 19 import com.android.launcher3.ItemInfoWithIcon;
24 public class PackageItemInfo extends ItemInfoWithIcon {
UserLockStateChangedTask.java 18 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
LoaderTask.java 19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
20 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_SAFEMODE;
21 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_SUSPENDED;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
BitmapInfo.java 20 import com.android.launcher3.ItemInfoWithIcon;
27 public void applyTo(ItemInfoWithIcon info) {
DrawableFactory.java 35 import com.android.launcher3.ItemInfoWithIcon;
68 public FastBitmapDrawable newIcon(ItemInfoWithIcon info) {
81 public PreloadIconDrawable newPendingIcon(ItemInfoWithIcon info, Context context) {
PreloadIconDrawable.java 35 import com.android.launcher3.ItemInfoWithIcon;
107 public PreloadIconDrawable(ItemInfoWithIcon info, Path progressPath, Context context) {
LauncherIcons.java 50 import com.android.launcher3.ItemInfoWithIcon;
385 final ItemInfoWithIcon badge = getShortcutInfoBadge(shortcutInfo, cache);
395 public ItemInfoWithIcon getShortcutInfoBadge(ShortcutInfoCompat shortcutInfo, IconCache cache) {
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
ItemClickHandler.java 18 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_BY_PUBLISHER;
19 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_LOCKED_USER;
20 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_QUIET_USER;
21 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_SAFEMODE;
22 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_SUSPENDED;
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragView.java 49 import com.android.launcher3.ItemInfoWithIcon;
73 import static com.android.launcher3.ItemInfoWithIcon.FLAG_ICON_BADGED;
372 boolean iconBadged = (info instanceof ItemInfoWithIcon)
373 && (((ItemInfoWithIcon) info).runtimeStatusFlags & FLAG_ICON_BADGED) > 0;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingAppWidgetHostView.java 39 import com.android.launcher3.ItemInfoWithIcon;
130 public void reapplyItemInfo(ItemInfoWithIcon info) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupContainerWithArrow.java 50 import com.android.launcher3.ItemInfoWithIcon;
456 ItemInfoWithIcon itemInfo = (ItemInfoWithIcon) mOriginalIcon.getTag();
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/
LauncherAppTransitionManagerImpl.java 421 if (isBubbleTextView && v.getTag() instanceof ItemInfoWithIcon ) {
424 DrawableFactory.get(mLauncher).newIcon((ItemInfoWithIcon) v.getTag()));
    [all...]

Completed in 519 milliseconds