Home
last modified time | relevance | path

Searched refs:getRadius (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DNestedBuildersTest.java70 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders()
85 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders()
146 assertEquals(2, vehicleBuilder.getWheel(0).getRadius()); in testRemove_WithNestedBuilders()
160 assertEquals(2, vehicleBuilder.getWheel(0).getRadius()); in testRemove_WithNestedMessages()
/external/replicaisland/src/com/replica/replicaisland/
DSphereCollisionVolume.java71 public float getRadius() { in getRadius() method in SphereCollisionVolume
102 otherRadius = sphereOther.getRadius(); in intersects()
DDynamicCollisionComponent.java53 if (collision != null && mBoundingVolume.getRadius() > 0.0f) { in update()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCornerPathEffect.java17 public float getRadius() { in getRadius() method in ShadowCornerPathEffect
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCornerPathEffectTest.java16 assertThat(shadowOf(cornerPathEffect).getRadius()).isEqualTo(4.0f); in shouldGetRadius()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieRenderer.java47 public float getRadius(RectF rect) { in getRadius() method in PieRenderer
54 float radius = getRadius(plotArea); in onRender()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java116 map.put("radius", circle.getRadius()); in representData()
191 public Integer getRadius() { in getRadius() method in Example2_24Test.Circle