Searched refs:IntSet (Results 1 – 7 of 7) sorted by relevance
37 IntSet set = new IntSet(); in shouldBeEmptyInitially()43 IntSet set = new IntSet(); in oneElementSet()53 IntSet set = new IntSet(); in twoElementSet()63 IntSet set = new IntSet(); in threeElementSet()74 IntSet set = new IntSet(); in duplicateEntries()
23 public class IntSet { class61 return (obj instanceof IntSet) && ((IntSet) obj).mArray.equals(mArray); in equals()71 public void copyFrom(IntSet other) { in copyFrom()75 public static IntSet wrap(IntArray array) { in wrap()76 IntSet set = new IntSet(); in wrap()
35 import com.android.launcher3.util.IntSet;191 IntSet itemsOnScreen = new IntSet(); in filterCurrentWorkspaceItems()
43 import com.android.launcher3.util.IntSet;133 IntSet screenSet = new IntSet(); in collectWorkspaceScreens()
37 import com.android.launcher3.util.IntSet;349 IntSet removedNotifications = new IntSet(); in filterNotifications()
37 import com.android.launcher3.util.IntSet;59 private final IntSet mPromiseIconIds;67 mPromiseIconIds = IntSet.wrap(IntArray.fromConcatString( in PackageInstallerCompatVL()
69 import com.android.launcher3.util.IntSet;831 final IntSet validWidgets = IntSet.wrap(LauncherDbUtils.queryIntArray(db, in removeGhostWidgets()