Searched defs:gc (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
H A DLongSparseArray.java153 private void gc() { method in class:LongSparseArray
154 // Log.e("SparseArray", "gc start with " + mSize);
178 // Log.e("SparseArray", "gc end with " + mSize);
201 gc();
219 gc();
237 gc();
257 gc();
270 gc();
283 gc();
299 gc();
[all...]
H A DSparseArray.java184 private void gc() { method in class:SparseArray
185 // Log.e("SparseArray", "gc start with " + mSize);
209 // Log.e("SparseArray", "gc end with " + mSize);
232 gc();
250 gc();
268 gc();
288 gc();
301 gc();
314 gc();
332 gc();
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java243 Graphics2D gc = image.createGraphics();
245 drawRectangleShadow(gc, x, y, width, height);
247 gc.dispose();
264 Graphics2D gc = image.createGraphics();
266 drawSmallRectangleShadow(gc, x, y, width, height);
268 gc.dispose();
289 * @param gc the graphics context to draw into
295 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { argument
309 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null);
310 gc
336 drawSmallRectangleShadow(Graphics2D gc, int x, int y, int width, int height) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java121 private void gc() { method in class:SparseWeakArray
166 gc();
184 gc();
197 gc();
210 gc();
223 gc();
236 gc();
252 gc();
288 gc();
/frameworks/support/v4/java/android/support/v4/util/
H A DLongSparseArray.java145 private void gc() { method in class:LongSparseArray
146 // Log.e("SparseArray", "gc start with " + mSize);
170 // Log.e("SparseArray", "gc end with " + mSize);
193 gc();
231 gc();
244 gc();
258 gc();
271 gc();
284 gc();
300 gc();
[all...]
H A DSparseArrayCompat.java138 private void gc() { method in class:SparseArrayCompat
139 // Log.e("SparseArray", "gc start with " + mSize);
163 // Log.e("SparseArray", "gc end with " + mSize);
186 gc();
224 gc();
237 gc();
251 gc();
264 gc();
277 gc();
295 gc();
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java148 private void gc() { method in class:PositionMap
149 // Log.e("SparseArray", "gc start with " + mSize);
173 // Log.e("SparseArray", "gc end with " + mSize);
196 gc();
234 gc();
247 gc();
261 gc();
274 gc();
287 gc();
305 gc();
[all...]

Completed in 3874 milliseconds