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

/packages/apps/Gallery/src/com/android/camera/
H A DPhotoAppWidgetBind.java43 // This is dangerous because the caller could set bitmaps on
52 final ArrayList<Bitmap> bitmaps =
55 if (appWidgetIds == null || bitmaps == null
56 || appWidgetIds.length != bitmaps.size()) {
66 helper.setPhoto(appWidgetId, bitmaps.get(i));
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DTransitionView.java162 // Release the current set of bitmaps
200 // Request the preview bitmaps
227 * @param bitmaps The bitmaps array
229 * @return true if the bitmaps were used
231 public boolean setBitmaps(Bitmap[] bitmaps) { argument
236 // Release the current set of bitmaps
245 mBitmaps = bitmaps;
266 // Draw the bitmaps
320 * @return true if the bitmaps alread
[all...]
H A DMediaLinearLayout.java1233 * @param bitmaps The bitmaps array
1235 * @return true if the bitmaps were used
1237 public boolean setTransitionThumbnails(String transitionId, Bitmap[] bitmaps) { argument
1244 return ((TransitionView)getChildAt(i)).setBitmaps(bitmaps);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java3584 final Bitmap[] bitmaps = (Bitmap[])result;
3589 bitmaps, ex);
3593 if (bitmaps != null) {
3594 for (int i = 0; i < bitmaps.length; i++) {
3595 if (bitmaps[i] != null) {
3596 bitmaps[i].recycle();

Completed in 105 milliseconds