Searched refs:pool (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java42 // to the pool with different non-square aspect ratios but the same width, as
104 * @return Capacity of the pool in bytes.
111 * @return Approximate total size in bytes of the bitmaps stored in the pool.
115 // might be getting and putting Bitmaps from the pool and we lock at the
116 // sub-pool level to avoid unnecessary blocking.
125 * @return Bitmap from the pool with the desired height/width or null if none available.
128 SparseArrayBitmapPool pool = getPoolForDimensions(width, height);
129 if (pool == null) {
132 return pool.get(width, height);
137 * Adds the given bitmap to the pool
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DJobLimiter.java131 public JobLimiter(ThreadPool pool, int limit) { argument
132 mPool = Utils.checkNotNull(pool);
/packages/apps/Camera/src/com/android/camera/
H A DSoundClips.java168 public void onLoadComplete(SoundPool pool, int soundID, int status) { argument
/packages/apps/Camera2/src/com/android/camera/
H A DSoundClips.java181 public void onLoadComplete(SoundPool pool, int soundID, int status) { argument
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 96 milliseconds