Searched refs:IntSparseArrayMap (Results 1 – 10 of 10) sorted by relevance
30 import com.android.launcher3.util.IntSparseArrayMap;40 private final IntSparseArrayMap<DbEntry> mOriginalItems;41 private final IntSparseArrayMap<DbEntry> mUpdates;50 mOriginalItems = new IntSparseArrayMap<>(); in LossyScreenMigrationTask()51 mUpdates = new IntSparseArrayMap<>(); in LossyScreenMigrationTask()
52 import com.android.launcher3.util.IntSparseArrayMap;287 … IntSparseArrayMap<Object> hotseatItems = GridSizeMigrationTask.removeBrokenHotseatItems(mContext); in importWorkspaceItems()381 private final IntSparseArrayMap<Object> mExistingItems;387 HashSet<String> existingApps, IntSparseArrayMap<Object> existingItems, in HotseatParserCallback()
42 import com.android.launcher3.util.IntSparseArrayMap;67 public final IntSparseArrayMap<ItemInfo> itemsIdMap = new IntSparseArrayMap<>();83 public final IntSparseArrayMap<FolderInfo> folders = new IntSparseArrayMap<>();176 IntSparseArrayMap<DumpTargetWrapper> workspaces = new IntSparseArrayMap<>(); in dumpProto()
36 import com.android.launcher3.util.IntSparseArrayMap;209 IntSparseArrayMap<DbEntry> itemMap = new IntSparseArrayMap<>();309 IntSparseArrayMap<DbEntry> itemMap = new IntSparseArrayMap<>();983 public static IntSparseArrayMap<Object> removeBrokenHotseatItems(Context context)996 IntSparseArrayMap<Object> positions = new IntSparseArrayMap<>();
47 import com.android.launcher3.util.IntSparseArrayMap;174 final IntSparseArrayMap<Boolean> removedShortcuts = new IntSparseArrayMap<>(); in execute()
52 import com.android.launcher3.util.IntSparseArrayMap;73 private final IntSparseArrayMap<GridOccupancy> occupied = new IntSparseArrayMap<>();
26 public class IntSparseArrayMap<E> extends SparseArray<E> implements Iterable<E> { class37 public IntSparseArrayMap<E> clone() { in clone()38 return (IntSparseArrayMap<E>) super.clone(); in clone()
108 static ItemInfoMatcher ofItemIds(IntSparseArrayMap<Boolean> ids, Boolean matchDefault) { in ofItemIds()
21 import com.android.launcher3.util.IntSparseArrayMap;45 private IntSparseArrayMap<GridOccupancy> screenOccupancy;50 screenOccupancy = new IntSparseArrayMap<>(); in initData()
94 import com.android.launcher3.util.IntSparseArrayMap;143 @Thunk final IntSparseArrayMap<CellLayout> mWorkspaceScreens = new IntSparseArrayMap<>();3025 IntSparseArrayMap<View> idToViewMap = new IntSparseArrayMap<>(); in removeItemsByMatcher()