Home
last modified time | relevance | path

Searched refs:currentY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp30 float currentY = 0; member in android::uirenderer::PathResolver
114 currentY = currentSegmentStartY; in addCommand()
117 outPath->moveTo(currentX, currentY); in addCommand()
153 currentY += points->at(k + 1); in addCommand()
162 currentSegmentStartY = currentY; in addCommand()
167 currentY = points->at(k + 1); in addCommand()
176 currentSegmentStartY = currentY; in addCommand()
182 currentY += points->at(k + 1); in addCommand()
187 currentY = points->at(k + 1); in addCommand()
194 outPath->lineTo(points->at(k + 0), currentY); in addCommand()
[all …]
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java451 float currentY = current[1]; in addCommand() local
467 currentY = currentSegmentStartY; in addCommand()
470 path.moveTo(currentX, currentY); in addCommand()
506 currentY += val[k + 1]; in addCommand()
516 currentSegmentStartY = currentY; in addCommand()
521 currentY = val[k + 1]; in addCommand()
531 currentSegmentStartY = currentY; in addCommand()
537 currentY += val[k + 1]; in addCommand()
542 currentY = val[k + 1]; in addCommand()
549 path.lineTo(val[k + 0], currentY); in addCommand()
[all …]
/frameworks/native/include/input/
DInputTransport.h474 float currentY = getHistory(0)->getPointerById(id).getY(); in recentCoordinatesAreIdentical() local
477 if (currentX == previousX && currentY == previousY) { in recentCoordinatesAreIdentical()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java463 final float currentY = layout.getLineTop(currentLine); in locateHandlePointsTextIndex() local
465 TextCoordinates.convertToScreenCoordinates(mTextView, currentX, currentY); in locateHandlePointsTextIndex()