Searched refs:startPoint (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | RemoveSpaceGesture.java | 34 private RemoveSpaceGesture(PointF startPoint, PointF endPoint, String fallbackText) { in RemoveSpaceGesture() argument 36 mStartPoint = startPoint; in RemoveSpaceGesture() 77 public Builder setPoints(@NonNull PointF startPoint, @NonNull PointF endPoint) { in setPoints() argument 78 mStartPoint = startPoint; in setPoints()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | PerimeterPathGuide.java | 316 Pair<Region, Float> startPoint = placePoint(startCoord); in strokeSegmentInternal() local 319 if (startPoint.first.equals(endPoint.first)) { in strokeSegmentInternal() 320 strokeRegion(path, startPoint.first, startPoint.second, endPoint.second); in strokeSegmentInternal() 322 strokeRegion(path, startPoint.first, startPoint.second, 1f); in strokeSegmentInternal() 325 if (r.equals(startPoint.first)) { in strokeSegmentInternal()
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | GestureHelper.java | 102 public boolean dragWithoutRelease(@NonNull Tuple startPoint, in dragWithoutRelease() argument 105 PointerCoords ptrCoord = getPointerCoord(startPoint.x, startPoint.y, 1, 1); in dragWithoutRelease()
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | SplitPresenter.java | 905 final int startPoint = shouldSplitHorizontally(splitAttributes) in computeBoundaryBetweenContainers() local 914 return (int) (startPoint + dimen * splitRatio.getRatio()); in computeBoundaryBetweenContainers()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 10239 PointF startPoint = convertFromScreenToContentCoordinates(gesture.getStartPoint()); 10243 int startPointLine = getLineForHandwritingGesture(startPoint); 10261 Math.min(startPoint.x, endPoint.x), 10263 Math.max(startPoint.x, endPoint.x),
|