HomeSort by relevance Sort by last modified time
    Searched refs:drawBottomOverlay (Results 1 - 2 of 2) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 156 drawBottomOverlay(thumbnail, title, duration);
166 public void drawBottomOverlay(Bitmap bitmap, String title, String duration) {
310 mContextAdapter.drawBottomOverlay(result, mTitle, mDuration);
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 265 drawBottomOverlay(context, canvas, R.drawable.overlay_background_1,
277 drawBottomOverlay(context, canvas, R.drawable.overlay_background_2,
345 private static void drawBottomOverlay(Context context, Canvas canvas, int drawableId,

Completed in 68 milliseconds