Searched refs:IntSparseArrayMap (Results 1 – 11 of 11) 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()
51 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()
44 import com.android.launcher3.util.IntSparseArrayMap;74 public final IntSparseArrayMap<ItemInfo> itemsIdMap = new IntSparseArrayMap<>();90 public final IntSparseArrayMap<FolderInfo> folders = new IntSparseArrayMap<>();183 IntSparseArrayMap<DumpTargetWrapper> workspaces = new IntSparseArrayMap<>(); in dumpProto()
36 import com.android.launcher3.util.IntSparseArrayMap;211 IntSparseArrayMap<DbEntry> itemMap = new IntSparseArrayMap<>();311 IntSparseArrayMap<DbEntry> itemMap = new IntSparseArrayMap<>();986 public static IntSparseArrayMap<Object> removeBrokenHotseatItems(Context context)999 IntSparseArrayMap<Object> positions = new IntSparseArrayMap<>();
46 import com.android.launcher3.util.IntSparseArrayMap;171 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()
56 import com.android.launcher3.util.IntSparseArrayMap;180 final IntSparseArrayMap<Boolean> removedIds = new IntSparseArrayMap<>(); in onSessionFailure()
95 import com.android.launcher3.util.IntSparseArrayMap;141 @Thunk final IntSparseArrayMap<CellLayout> mWorkspaceScreens = new IntSparseArrayMap<>();3060 IntSparseArrayMap<View> idToViewMap = new IntSparseArrayMap<>(); in removeItemsByMatcher()