HomeSort by relevance Sort by last modified time
    Searched refs:MutableInt (Results 1 - 25 of 42) sorted by null

1 2

  /libcore/luni/src/main/java/android/util/
MutableInt.java 21 public final class MutableInt {
24 public MutableInt(int value) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
StackViewScrolledEvent.java 19 import android.util.MutableInt;
28 public final MutableInt yMovement;
31 yMovement = new MutableInt(0);
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 30 import android.util.MutableInt;
65 MutableInt avail = new MutableInt(0);
170 MutableInt pending = new MutableInt(0);
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 42 import android.util.MutableInt;
481 Map<CharSequence, MutableInt> uriCounters = new TreeMap<>();
486 MutableInt count = uriCounters.get(app);
488 uriCounters.put(app, new MutableInt(1));
496 for (Map.Entry<CharSequence, MutableInt> entry : uriCounters.entrySet()) {
  /packages/apps/TV/src/com/android/tv/data/
ChannelDataManager.java 36 import android.util.MutableInt;
77 private final Map<String, MutableInt> mChannelCountMap = new HashMap<>();
294 MutableInt count = mChannelCountMap.get(inputId);
490 MutableInt count = mChannelCountMap.get(inputId);
492 mChannelCountMap.put(inputId, new MutableInt(1));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
MtpHostTestActivity.java 44 import android.util.MutableInt;
339 final MutableInt result = new MutableInt(-1);
  /libcore/luni/src/main/java/libcore/io/
Os.java 33 import android.util.MutableInt;
95 public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException;
168 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException;
IoBridge.java 25 import android.util.MutableInt;
59 MutableInt available = new MutableInt(0);
Posix.java 33 import android.util.MutableInt;
97 public native int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException;
258 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException;
ForwardingOs.java 33 import android.util.MutableInt;
103 public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return os.ioctlInt(fd, cmd, arg); }
175 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return os.waitpid(pid, status, options); }
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 33 import android.util.MutableInt;
221 final ArrayMap<Object, MutableInt> found = new ArrayMap<>();
238 found.put(label, new MutableInt(1));
  /libcore/luni/src/main/java/android/system/
Os.java 19 import android.util.MutableInt;
237 /** @hide */ public static int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return Libcore.os.ioctlInt(fd, cmd, arg); }
561 public static int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return Libcore.os.waitpid(pid, status, options); }
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 45 import android.util.MutableInt;
189 static final Map<ShortcutKey, MutableInt> sBgPinnedShortcutCounts = new HashMap<>();
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 52 import android.util.MutableInt;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /libcore/
non_openjdk_java_files.mk 25 luni/src/main/java/android/util/MutableInt.java \
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 

Completed in 3103 milliseconds

1 2