Home
last modified time | relevance | path

Searched refs:startY (Results 1 – 7 of 7) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/util/
DImageUtils.java389 String title, String subTitle, int startX, int startY, int width, int height) { in buildOverlayPreview() argument
394 Color.WHITE, title, subTitle, startX, startY, width, height); in buildOverlayPreview()
401 Color.BLACK, title, subTitle, startX, startY, width, height); in buildOverlayPreview()
423 int textColor, String title, String subTitle, int startX, int startY, int width, in drawOverlayPreview() argument
426 final int startHeight = startY + INSET; in drawOverlayPreview()
429 height - INSET + startY); in drawOverlayPreview()
/packages/apps/Camera/src/com/android/camera/ui/
DSecondLevelIndicatorControlBar.java222 int startY = height - iconSize - padding; in onLayout() local
225 getChildAt(i).layout(0, startY, width, startY + iconSize); in onLayout()
226 startY -= decrement; in onLayout()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DFlingScroller.java75 public void fling(int startX, int startY, int velocityX, int velocityY, in fling() argument
78 mStartY = startY; in fling()
/packages/apps/Settings/src/com/android/settings/widget/
DChartNetworkSeriesView.java218 final float startY = lastY; in generatePath() local
223 mPathStroke.lineTo(startX, startY); in generatePath()
224 mPathFill.lineTo(startX, startY); in generatePath()
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java591 int startY; in realTimeReorder() local
596 startY = wrap ? empty[1] + 1 : empty[1]; in realTimeReorder()
597 for (int y = startY; y <= target[1]; y++) { in realTimeReorder()
613 startY = wrap ? empty[1] - 1 : empty[1]; in realTimeReorder()
614 for (int y = startY; y >= target[1]; y--) { in realTimeReorder()
DCellLayout.java2553 int startY = 0; in findCellForSpanThatIntersectsIgnoring() local
2555 startY = Math.max(startY, intersectY - (spanY - 1)); in findCellForSpanThatIntersectsIgnoring()
2562 for (int y = startY; y < endY && !foundCell; y++) { in findCellForSpanThatIntersectsIgnoring()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java2600 final float startY = 0; in drawGridBackground() local
2627 mLines[linesIndex++] = startY; in drawGridBackground()
2858 final float startY = DAY_HEADER_HEIGHT; in drawAllDayEvents() local
2859 final float stopY = startY + mAlldayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()
2869 mLines[linesIndex++] = startY; in drawAllDayEvents()
2871 mLines[linesIndex++] = startY; in drawAllDayEvents()
2876 mLines[linesIndex++] = startY; in drawAllDayEvents()