Searched refs:currentX (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 29 float currentX = 0; member in android::uirenderer::PathResolver 264 currentX = currentSegmentStartX; in addCommand() 268 outPath->moveTo(currentX, currentY); in addCommand() 303 currentX += points->at(k + 0); in addCommand() 312 currentSegmentStartX = currentX; in addCommand() 317 currentX = points->at(k + 0); in addCommand() 326 currentSegmentStartX = currentX; in addCommand() 332 currentX += points->at(k + 0); in addCommand() 337 currentX = points->at(k + 0); in addCommand() 342 currentX += points->at(k + 0); in addCommand() [all …]
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | PathParser.java | 343 float currentX = current[0]; in addCommand() local 359 currentX = currentSegmentStartX; in addCommand() 363 path.moveTo(currentX, currentY); in addCommand() 398 currentX += val[k + 0]; in addCommand() 407 currentSegmentStartX = currentX; in addCommand() 412 currentX = val[k + 0]; in addCommand() 421 currentSegmentStartX = currentX; in addCommand() 427 currentX += val[k + 0]; in addCommand() 432 currentX = val[k + 0]; in addCommand() 437 currentX += val[k + 0]; in addCommand() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 447 float currentX = current[0]; in addCommand() local 463 currentX = currentSegmentStartX; in addCommand() 467 path.moveTo(currentX, currentY); in addCommand() 502 currentX += val[k + 0]; in addCommand() 512 currentSegmentStartX = currentX; in addCommand() 517 currentX = val[k + 0]; in addCommand() 527 currentSegmentStartX = currentX; in addCommand() 533 currentX += val[k + 0]; in addCommand() 538 currentX = val[k + 0]; in addCommand() 543 currentX += val[k + 0]; in addCommand() [all …]
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 445 final float currentX = handleView.getHorizontal(layout, currentOffset); in locateHandlePointsTextIndex() local 448 TextCoordinates.convertToScreenCoordinates(mTextView, currentX, currentY); in locateHandlePointsTextIndex()
|
/frameworks/base/docs/html/training/custom-views/ |
D | making-interactive.jd | 166 … mScroller.fling(currentX, currentY, velocityX / SCALE, velocityY / SCALE, minX, minY, maxX, maxY);
|