Searched defs:subTitle (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieOverlay.java82 * @param subTitle The sub title
86 String subTitle, int type) {
92 mSubtitle = subTitle;
85 MovieOverlay(String id, long startTimeMs, long durationMs, String title, String subTitle, int type) argument
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DImageUtils.java239 * @param subTitle The subtitle
246 String title, String subTitle, int width, int height) {
260 Color.WHITE, title, subTitle, width, height);
266 Color.WHITE, title, subTitle, width, height);
272 Color.BLACK, title, subTitle, width, height);
278 Color.BLACK, title, subTitle, width, height);
298 * @param subTitle The subtitle
303 int textColor, String title, String subTitle, int width, int height) {
325 if (subTitle != null) {
327 subTitle
245 buildOverlayBitmap(Context context, Bitmap inputBitmap, int overlayType, String title, String subTitle, int width, int height) argument
302 drawCenterOverlay(Context context, Canvas canvas, int drawableId, int textColor, String title, String subTitle, int width, int height) argument
345 drawBottomOverlay(Context context, Canvas canvas, int drawableId, int textColor, String title, String subTitle, int width, int height) argument
388 buildOverlayPreview(Context context, Canvas canvas, int overlayType, String title, String subTitle, int startX, int startY, int width, int height) argument
422 drawOverlayPreview(Context context, Canvas canvas, int drawableId, int textColor, String title, String subTitle, int startX, int startY, int width, int height) argument
[all...]

Completed in 63 milliseconds