Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutBidiCursorPathTest.java73 expectedPath.moveTo(h1, top); in testGetCursorPathSegments()
104 expectedPath.moveTo(h1, top); in testGetCursorPath_whenShiftIsPressed()
107 expectedPath.moveTo(h1, bottom); in testGetCursorPath_whenShiftIsPressed()
110 expectedPath.moveTo(h1 - dist, bottom + dist - 0.5f); in testGetCursorPath_whenShiftIsPressed()
113 expectedPath.moveTo(h1 + dist, bottom + dist); in testGetCursorPath_whenShiftIsPressed()
143 expectedPath.moveTo(h1, top); in testGetCursorPath_whenAltIsPressed()
146 expectedPath.moveTo(h1, top); in testGetCursorPath_whenAltIsPressed()
149 expectedPath.moveTo(h1 - dist, top - dist + 0.5f); in testGetCursorPath_whenAltIsPressed()
152 expectedPath.moveTo(h1 + dist, top - dist); in testGetCursorPath_whenAltIsPressed()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp54 outPath->moveTo(2, 22); in __anon7d11e9f60102()
58 outPath->moveTo(2, 22); in __anon7d11e9f60102()
78 outPath->moveTo(1.0, 1.0); in __anon7d11e9f60202()
128 outPath->moveTo(0.0, -1.0); in __anon7d11e9f60302()
138 outPath->moveTo(0.0, -1.0); in __anon7d11e9f60302()
139 outPath->moveTo(7.0, -9.0); in __anon7d11e9f60302()
150 outPath->moveTo(7.0, -9.0); in __anon7d11e9f60302()
167 outPath->moveTo(300.0, 70.0); in __anon7d11e9f60402()
193 outPath->moveTo(5.3, 13.2); in __anon7d11e9f60502()
206 outPath->moveTo(5.3, 13.2); in __anon7d11e9f60502()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DCircularCornerPathRenderer.java45 mPath.moveTo(0, mHeight - mCornerRadiusBottom); in getCornerPath()
50 mPath.moveTo(mWidth - mCornerRadiusBottom, mHeight); in getCornerPath()
55 mPath.moveTo(mWidth, mCornerRadiusTop); in getCornerPath()
60 mPath.moveTo(mCornerRadiusTop, 0); in getCornerPath()
H A DPerimeterPathGuide.java257 bottomPath.moveTo(getPhysicalCornerRadius(screenBottomLeft), screenHeight - mEdgeInset); in computeRegions()
263 topPath.moveTo(screenWidth - getPhysicalCornerRadius(screenTopRight), mEdgeInset); in computeRegions()
268 rightPath.moveTo(screenWidth - mEdgeInset, in computeRegions()
274 leftPath.moveTo(mEdgeInset, in computeRegions()
H A DCornerPathRenderer.java93 path.moveTo(points.get(0).x, points.get(0).y); in toPath()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java40 triangularPath.moveTo(0, height); in create()
45 triangularPath.moveTo(0, 0); in create()
58 triangularPath.moveTo(0, height / 2); in createHorizontal()
63 triangularPath.moveTo(0, height); in createHorizontal()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTriangleShape.java42 triangularPath.moveTo(0, height); in create()
47 triangularPath.moveTo(0, 0); in create()
60 triangularPath.moveTo(0, height / 2); in createHorizontal()
65 triangularPath.moveTo(0, height); in createHorizontal()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DPathTools.kt26 moveTo(radius, 0f)
38 moveTo(radius1, 0f)
55 "M" -> moveTo(args[0], args[1])
/aosp14/frameworks/base/core/java/android/widget/
H A 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
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A 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()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsCacheActivity.java56 path.moveTo(0.0f, 0.0f); in buildPath()
69 path.moveTo(0.0f, 0.0f); in buildLargePath()
H A DTextOnPathActivity.java51 path.moveTo(0.0f, 0.0f); in buildPath()
64 path.moveTo(0.0f, 0.0f); in buildStraightPath()
H A DScaledPathsActivity.java52 mPath.moveTo(0.0f, 0.0f); in PathsView()
H A DClearActivity.java59 mPath.moveTo(0.0f, 0.0f); in PathsView()
H A DPathDestructionActivity.java68 path.moveTo(left, top); in getRandomPath()
H A DScaledTextActivity.java87 path.moveTo(0.0f, 0.0f); in buildPath()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPathInterpolatorBuilder.java45 path.moveTo(0, 0); in initQuad()
52 path.moveTo(0, 0); in initCubic()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java151 path.moveTo(0, 0); in initQuad()
158 path.moveTo(0, 0); in initCubic()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DInterpolators.java95 path.moveTo(0f, 0f); in createEmphasizedInterpolator()
/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java134 path.moveTo(x, y); in makePath()
183 path.moveTo(x, y); in toPath()
H A DOrientedBoundingBox.java64 path.moveTo(point[0], point[1]); in toPath()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DPathIteratorPerfTest.java48 path.moveTo(x, y); in constructCircularPath()
/aosp14/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp117 outPath->moveTo(currentX, currentY); in addCommand()
174 outPath->moveTo(points->at(k + 0), points->at(k + 1)); in addCommand()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DShapeAnimation.cpp44 diamondPath.moveTo(size / 2, 0); in createContent()
/aosp14/frameworks/base/core/java/android/transition/
H A DTranslationAnimationCreator.java71 path.moveTo(startX, startY); in createAnimation()

123