Home
last modified time | relevance | path

Searched refs:moveTo (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp49 outPath->moveTo(2, 22); in __anon5525bf470102()
53 outPath->moveTo(2, 22); in __anon5525bf470102()
70 outPath->moveTo(1.0, 1.0); in __anon5525bf470202()
112 outPath->moveTo(0.0, -1.0); in __anon5525bf470302()
122 outPath->moveTo(0.0, -1.0); in __anon5525bf470302()
123 outPath->moveTo(7.0, -9.0); in __anon5525bf470302()
134 outPath->moveTo(7.0, -9.0); in __anon5525bf470302()
147 outPath->moveTo(300.0, 70.0); in __anon5525bf470402()
157 outPath->moveTo(300.0, 70.0); in __anon5525bf470402()
174 outPath->moveTo(5.3, 13.2); in __anon5525bf470502()
[all …]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java194 p.moveTo(1029.4f, 357.5f); in renderOnCanvas()
201 p.moveTo(1138.1f, 0f); in renderOnCanvas()
209 p.moveTo(949.8f, 768f); in renderOnCanvas()
216 p.moveTo(471.1f, 768f); in renderOnCanvas()
224 p.moveTo(323.1f, 768f); in renderOnCanvas()
225 p.moveTo(777.5f, 768f); in renderOnCanvas()
231 p.moveTo(178.44286f, 766.8571f); in renderOnCanvas()
238 p.moveTo(146f, 0f); in renderOnCanvas()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java315 mCompatibilityModePath.moveTo(left, top); in drawFakeCornersForCompatibilityMode()
324 mCompatibilityModePath.moveTo(right, top); in drawFakeCornersForCompatibilityMode()
334 mCompatibilityModePath.moveTo(right, bottom); in drawFakeCornersForCompatibilityMode()
343 mCompatibilityModePath.moveTo(left, bottom); in drawFakeCornersForCompatibilityMode()
353 mCompatibilityModePath.moveTo(left, top); in drawFakeCornersForCompatibilityMode()
361 mCompatibilityModePath.moveTo(right, top); in drawFakeCornersForCompatibilityMode()
369 mCompatibilityModePath.moveTo(right, bottom); in drawFakeCornersForCompatibilityMode()
377 mCompatibilityModePath.moveTo(left, bottom); in drawFakeCornersForCompatibilityMode()
411 mClipPath.moveTo(left, top); in recalculatePath()
418 mClipPath.moveTo(left, top - mCornerFlapSide); in recalculatePath()
/frameworks/base/core/java/android/widget/
DCursorTreeAdapter.java103 if (mGroupCursorHelper.moveTo(groupPosition) == null) return null; in getChildrenCursorHelper()
169 return getChildrenCursorHelper(groupPosition, true).moveTo(childPosition); in getChild()
183 return mGroupCursorHelper.moveTo(groupPosition); in getGroup()
196 Cursor cursor = mGroupCursorHelper.moveTo(groupPosition); in getGroupView()
240 Cursor cursor = cursorHelper.moveTo(childPosition); in getChildView()
445 Cursor moveTo(int position) { in moveTo() method in CursorTreeAdapter.MyCursorHelper
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java231 pathDelegate.moveTo(x, y); in nMoveTo()
645 public void moveTo(float x, float y) { in moveTo() method in Path_Delegate
646 mPath.moveTo(mLastX = x, mLastY = y); in moveTo()
662 mPath.moveTo(mLastX = dx, mLastY = dy); in rMoveTo()
675 mPath.moveTo(mLastX = 0, mLastY = 0); in lineTo()
692 mPath.moveTo(mLastX = 0, mLastY = 0); in rLineTo()
735 mPath.moveTo(mLastX = 0, mLastY = 0); in rQuadTo()
759 mPath.moveTo(0, 0); in cubicTo()
772 mPath.moveTo(mLastX = 0, mLastY = 0); in rCubicTo()
834 moveTo(left, top); in addRect()
/frameworks/support/transition/tests/src/android/support/transition/
DPatternPathMotionTest.java36 pattern.moveTo(100, 500); in testStraightPath()
43 expected.moveTo(0, 0); in testStraightPath()
/frameworks/support/compat/java/android/support/v4/view/animation/
DPathInterpolatorApi14.java100 path.moveTo(0.0f, 0.0f); in createQuad()
108 path.moveTo(0.0f, 0.0f); in createCubic()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DGridTaskViewThumbnail.java112 mRestBackgroundOutline.moveTo(l, t); // A in updateThumbnailOutline()
128 mRestBackgroundOutline.moveTo(l, t); // A in updateThumbnailOutline()
147 outPath.moveTo(outerLeft, outerTop); in createThumbnailPath()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java46 clickPath.moveTo(click.x, click.y); in testGestureShorterThanSampleRate_producesStartAndEnd()
115 path0.moveTo(path0Start.x, path0Start.y); in testPathsWithOverlappingTiming_produceCorrectSteps()
204 path.moveTo(baseStartPoint.x + i * xStep, baseStartPoint.y); in testMaxTouchpoints_shouldHaveValidCoords()
245 swipePath.moveTo(10, 20); in testGetGestureSteps_continuedStroke_hasNoEndPoint()
259 swipePath.moveTo(10, 20); in testGetGestureSteps_continuingStroke_hasNoStartPointAndHasContinuedId()
282 swipePath.moveTo(startX, startY); in createSwipeStroke()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPathsCacheActivity.java56 path.moveTo(0.0f, 0.0f); in buildPath()
69 path.moveTo(0.0f, 0.0f); in buildLargePath()
DTextOnPathActivity.java51 path.moveTo(0.0f, 0.0f); in buildPath()
64 path.moveTo(0.0f, 0.0f); in buildStraightPath()
DClearActivity.java59 mPath.moveTo(0.0f, 0.0f); in PathsView()
DScaledPathsActivity.java52 mPath.moveTo(0.0f, 0.0f); in PathsView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPathInterpolatorBuilder.java45 path.moveTo(0, 0); in initQuad()
52 path.moveTo(0, 0); in initCubic()
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DDrawerArrowDrawable.java369 mPath.moveTo(arrowEdge + arrowShaftCut, 0); in draw()
373 mPath.moveTo(arrowEdge, topBottomBarOffset); in draw()
377 mPath.moveTo(arrowEdge, -topBottomBarOffset); in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSignalDrawable.java258 mFullPath.moveTo(width - padding, height - padding - cornerRadius); in draw()
297 mFullPath.moveTo(width - padding, height - padding); in draw()
311 mFullPath.moveTo(width - padding, height - padding); in draw()
333 mCutPath.moveTo(width - padding - cutWidth, height - padding - cutWidth); in draw()
357 mXPath.moveTo(X_PATH[0][0] * width, X_PATH[0][1] * height); in draw()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DRegion.java59 path.moveTo(mPointsXY[i] - bounds.left + mCutOffsetX, in getSourceLocation()
108 path.moveTo(mPointsXY[i] - mRoiBounds.left + cutOffsetX, in findMatch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DHeadsUpAppearInterpolator.java32 path.moveTo(0, 0); in getAppearPath()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DRegion.java68 path.moveTo(mPointsXY[i] - bounds.left + mCutOffsetX, in getSourceLocation()
117 path.moveTo(mPointsXY[i] - mRoiBounds.left + cutOffsetX, in findMatch()
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java149 path.moveTo(0, 0); in initQuad()
156 path.moveTo(0, 0); in initCubic()
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DPathInterpolatorCompat.java123 path.moveTo(0, 0); in initQuad()
130 path.moveTo(0, 0); in initCubic()
/frameworks/base/core/java/android/gesture/
DGestureStroke.java134 path.moveTo(x, y); in makePath()
183 path.moveTo(x, y); in toPath()
DOrientedBoundingBox.java64 path.moveTo(point[0], point[1]); in toPath()
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
DOcquarium.java64 octo.moveTo(motionEvent.getX(), motionEvent.getY()); in onCreate()
/frameworks/base/core/java/android/text/
DLayout.java1777 dest.moveTo(h1, top); in getCursorPath()
1780 dest.moveTo(h1, top); in getCursorPath()
1783 dest.moveTo(h2, (top + bottom) >> 1); in getCursorPath()
1788 dest.moveTo(h2, bottom); in getCursorPath()
1793 dest.moveTo(h2, bottom); in getCursorPath()
1796 dest.moveTo(h2 - dist, bottom + dist - 0.5f); in getCursorPath()
1799 dest.moveTo(h2 + dist, bottom + dist); in getCursorPath()
1804 dest.moveTo(h1, top); in getCursorPath()
1809 dest.moveTo(h1, top); in getCursorPath()
1812 dest.moveTo(h1 - dist, top - dist + 0.5f); in getCursorPath()
[all …]

123