Searched defs:startY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/util/
H A DImageUtils.java384 * @param startY The start vertical position
389 String title, String subTitle, int startX, int startY, int width, int height) {
394 Color.WHITE, title, subTitle, startX, startY, width, height);
401 Color.BLACK, title, subTitle, startX, startY, width, height);
423 int textColor, String title, String subTitle, int startX, int startY, int width,
426 final int startHeight = startY + INSET;
429 height - INSET + startY);
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
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DFlingScroller.java76 public void fling(int startX, int startY, int velocityX, int velocityY, argument
79 mStartY = startY;

Completed in 165 milliseconds