Home
last modified time | relevance | path

Searched refs:circle (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DDismissView.kt39 var circle = DismissCircleView(context) regex
42 private val animator = PhysicsAnimator.getInstance(circle)
60 addView(circle, LayoutParams(targetSize, targetSize,
63 circle.setTranslationY(resources.getDimensionPixelSize(
102 circle.layoutParams.width = targetSize
103 circle.layoutParams.height = targetSize
104 circle.requestLayout()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCbGeoUtilsTest.java81 Circle circle = (Circle) geo.get(1); in testEncodeGeometries() local
82 p = circle.getCenter(); in testEncodeGeometries()
85 assertThat(circle.getRadius()).isWithin(CbGeoUtils.EPS).of(314); in testEncodeGeometries()
113 Circle circle = (Circle) geo.get(1); in testParseGeometriesFromString() local
114 p = circle.getCenter(); in testParseGeometriesFromString()
117 assertThat(circle.getRadius()).isWithin(CbGeoUtils.EPS).of(314); in testParseGeometriesFromString()
187 Circle circle = new Circle(new LatLng(37.42331, -122.08636), 500); in testPointInCircle() local
190 assertThat(circle.contains(new LatLng(37.42124, -122.08405))).isTrue(); in testPointInCircle()
193 assertThat(circle.contains(new LatLng(37.42093, -122.08222))).isTrue(); in testPointInCircle()
196 assertThat(circle.contains(new LatLng(37.41807, -122.08389))).isFalse(); in testPointInCircle()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarScrimView.java116 Path circle = new Path(); in setCornerSizes() local
117 circle.addCircle(mLeftCornerRadius, 0, mLeftCornerRadius, Path.Direction.CW); in setCornerSizes()
118 mInvertedLeftCornerPath.op(square, circle, Path.Op.DIFFERENCE); in setCornerSizes()
121 circle.reset(); in setCornerSizes()
122 circle.addCircle(0, 0, mRightCornerRadius, Path.Direction.CW); in setCornerSizes()
123 mInvertedRightCornerPath.op(square, circle, Path.Op.DIFFERENCE); in setCornerSizes()
H A DTaskbarDragLayer.java89 Path circle = new Path(); in init() local
90 circle.addCircle(mLeftCornerRadius, 0, mLeftCornerRadius, Path.Direction.CW); in init()
91 mInvertedLeftCornerPath.op(square, circle, Path.Op.DIFFERENCE); in init()
94 circle.reset(); in init()
95 circle.addCircle(0, 0, mRightCornerRadius, Path.Direction.CW); in init()
96 mInvertedRightCornerPath.op(square, circle, Path.Op.DIFFERENCE); in init()
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DCbGeoUtils.java126 Circle circle = (Circle) geometry; in encodeGeometryToString() local
130 sb.append(circle.getCenter().lat); in encodeGeometryToString()
132 sb.append(circle.getCenter().lng); in encodeGeometryToString()
136 sb.append(circle.getRadius()); in encodeGeometryToString()
194 DistanceCircle(Circle circle) { in DistanceCircle() argument
195 mCircle = circle; in DistanceCircle()
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DCbGeoUtilsTest.java97 Circle circle = new Circle(new LatLng(37.42331, -122.08636), 500); in testExistingLatLngConversionToPoint() local
102 assertThat(circle.contains(ll622)).isFalse(); in testExistingLatLngConversionToPoint()
103 assertEqualsWithinPrecision(622.0, ll622.distance(circle.getCenter())); in testExistingLatLngConversionToPoint()
105 LatLng origin = circle.getCenter(); in testExistingLatLngConversionToPoint()
106 CbGeoUtils.Point ptCenter = convert(origin, circle.getCenter()); in testExistingLatLngConversionToPoint()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerRoundedCorner.java128 final Path circle = new Path(); in InvertedRoundedCornerDrawInfo() local
129 circle.addCircle( in InvertedRoundedCornerDrawInfo()
133 mPath.op(square, circle, Path.Op.DIFFERENCE); in InvertedRoundedCornerDrawInfo()
/aosp12/art/test/044-proxy/
H A Dexpected-stdout.txt5 Invoke public abstract void Shapes.circle(int)
7 --- circle 3
8 Success: method circle res=null
58 …ng $PROXY_CLASS_NAME0$.toString(), public final void $PROXY_CLASS_NAME0$.circle(int), public final…
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCbGeoUtils.java468 Circle circle = (Circle) geometry; in encodeGeometryToString() local
472 sb.append(circle.getCenter().lat); in encodeGeometryToString()
474 sb.append(circle.getCenter().lng); in encodeGeometryToString()
478 sb.append(circle.getRadius()); in encodeGeometryToString()
/aosp12/art/test/044-proxy/src/
H A DBasicTest.java42 shapes.circle(3); in main()
126 public void circle(int r); in circle() method
174 public void circle(int r) { in circle() method in Mix
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DAdaptiveIconDrawableTest.java116 Path circle = new Path(); in testDraw_withBounds() local
117circle.addCircle(width / 2, height / 2, (right - left)/2 -10 /* room for anti-alias */, Direction… in testDraw_withBounds()
119 region.setPath(circle, region); in testDraw_withBounds()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle, in setup() argument
369 if (circle) { in setup()
377 mCircle = circle; in setup()
/aosp12/system/iorap/docs/binder/
H A DActivityHint.dot23 node [shape = circle ]; STARTED;
H A DTaskResult.dot23 node [shape = circle ]; BEGAN ONGOING;
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbugdroid.rscript77 static short circle(float3 center, float circleRadius, float3 normal, float rad,
123 v -= circle(p1, radius*0.9f, normal, size * 0.05f, 144, img);
178 v += circle(p1, radius, normal, size * 0.07f, 400, img);
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DPieRenderer.java97 private RectF circle; field in PieRenderer
172 circle = new RectF(); in init()
633 circle.set(cx - circleSize, cy - circleSize, cx + circleSize, cy + circleSize); in setCircle()
/aosp12/system/extras/perf2cfg/doc/
H A DFSM.dot10 node [ shape = "circle" ];
/aosp12/hardware/libhardware/include/hardware/
H A Dfused_location.h700 GeofenceCircle circle; member
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A Dluts_for_speedup_f32.rsh63 // circle of radius r and a horizontal line of height y.
/aosp12/hardware/interfaces/gnss/measurement_corrections/1.1/
H A Dtypes.hal62 * physical structure in the circle of position uncertainty. hasEnvironmentBearing becomes false
/aosp12/system/extras/simpleperf/scripts/purgatorio/
H A Dpurgatorio.py80 graph.circle(y='time',
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationSbnAdapter.java145 Drawable bg = mContext.getDrawable(R.drawable.circle); in loadBackground()
/aosp12/bionic/docs/
H A D32-bit-abi.md89 long after the death of the star around which we currently circle.
/aosp12/hardware/interfaces/gnss/1.0/
H A DIGnssGeofenceCallback.hal52 * circle reported by the GNSS subsystem. Now with regard to "b", the system is
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_emoji.combined.gz ... 75 shortcut=⚠,f=14 76 word=circle,f=124,not_a_word=true 77 shortcut ...

12