Searched refs:MutableInt (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMessageArea.java33 import libcore.util.MutableInt;
186 MutableInt icon = new MutableInt(0);
222 private CharSequence getChargeInfo(MutableInt icon) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java28 import libcore.util.MutableInt;
149 final MutableInt tmpIcon = new MutableInt(0);
356 MutableInt icon = new MutableInt(0);
370 private CharSequence getAltTextMessage(MutableInt icon) {
392 private CharSequence getPriorityTextMessage(MutableInt icon) {
629 final MutableInt tmpIcon = new MutableInt(0);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1175 PackedMap<Interval, MutableInt> forwardLinks;
1178 PackedMap<Interval, MutableInt> backwardLinks;
1195 private MutableInt parentMin = new MutableInt(0);
1196 private MutableInt parentMax = new MutableInt(-MAX_SIZE);
1283 private PackedMap<Interval, MutableInt> createLinks(boolean min) {
1284 Assoc<Interval, MutableInt> result = Assoc.of(Interval.class, MutableInt.class);
1288 result.put(span, new MutableInt());
2056 final static class MutableInt { class in class:GridLayout
2059 public MutableInt() { method in class:GridLayout.MutableInt
2063 public MutableInt(int value) { method in class:GridLayout.MutableInt
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1103 PackedMap<Interval, MutableInt> forwardLinks;
1106 PackedMap<Interval, MutableInt> backwardLinks;
1123 private MutableInt parentMin = new MutableInt(0);
1124 private MutableInt parentMax = new MutableInt(-MAX_SIZE);
1205 private PackedMap<Interval, MutableInt> createLinks(boolean min) {
1206 Assoc<Interval, MutableInt> result = Assoc.of(Interval.class, MutableInt.class);
1210 result.put(span, new MutableInt());
1989 final static class MutableInt { class in class:GridLayout
1992 public MutableInt() { method in class:GridLayout.MutableInt
1996 public MutableInt(int value) { method in class:GridLayout.MutableInt
[all...]

Completed in 81 milliseconds