/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | GradientDrawable_Delegate.java | 44 float sweep = useLevel ? (360.0f * level / 10000.0f) : 360f; in buildRing() local 46 if (sweep >= 360 || sweep <= -360) { in buildRing()
|
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 122 double sweep) { in arcToBezier() argument 127 int numSegments = ceil(fabs(sweep * 4 / M_PI)); in arcToBezier() 137 double anglePerSegment = sweep / numSegments; in arcToBezier() 229 double sweep = (eta1 - eta0); in drawArc() local 230 if (isPositiveArc != (sweep >= 0)) { in drawArc() 231 if (sweep > 0) { in drawArc() 232 sweep -= 2 * M_PI; in drawArc() 234 sweep += 2 * M_PI; in drawArc() 244 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep); in drawArc()
|
/frameworks/support/compat/java/android/support/v4/graphics/ |
D | PathParser.java | 670 double sweep = (eta1 - eta0); in drawArc() local 671 if (isPositiveArc != (sweep >= 0)) { in drawArc() 672 if (sweep > 0) { in drawArc() 673 sweep -= 2 * Math.PI; in drawArc() 675 sweep += 2 * Math.PI; in drawArc() 685 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep); in drawArc() 711 double sweep) { in arcToBezier() argument 716 int numSegments = (int) Math.ceil(Math.abs(sweep * 4 / Math.PI)); in arcToBezier() 726 double anglePerSegment = sweep / numSegments; in arcToBezier()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | AnqpCacheTest.java | 94 mCache.sweep(); in sweepRemoveExpiredEntry() 99 mCache.sweep(); in sweepRemoveExpiredEntry()
|
D | PasspointManagerTest.java | 719 verify(mAnqpCache).sweep(); in sweepCache()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 754 double sweep = (eta1 - eta0); in drawArc() local 755 if (isPositiveArc != (sweep >= 0)) { in drawArc() 756 if (sweep > 0) { in drawArc() 757 sweep -= 2 * Math.PI; in drawArc() 759 sweep += 2 * Math.PI; in drawArc() 773 + Math.toDegrees(eta0) + " , " + Math.toDegrees(sweep)); in drawArc() 775 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep); in drawArc() 795 double sweep) { in arcToBezier() argument 800 int numSegments = (int) Math.ceil(Math.abs(sweep * 4 / Math.PI)); in arcToBezier() 811 double anglePerSegment = sweep / numSegments; in arcToBezier()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | AnqpCache.java | 74 public void sweep() { in sweep() method in AnqpCache
|
D | PasspointManager.java | 400 mAnqpCache.sweep(); in sweepCache()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 831 float sweep = st.mUseLevelForShape ? (360.0f * getLevel() / 10000.0f) : 360f; 859 if (sweep < 360 && sweep > -360) { 866 ringPath.arcTo(bounds, 0.0f, sweep, false); 868 ringPath.arcTo(innerBounds, sweep, -sweep, false);
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 264 final float startAngle, final float sweep, in nDrawArc() argument 273 -startAngle, -sweep, in nDrawArc()
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseCanvas.java | 592 float bottom, float startAngle, float sweep, boolean useCenter, long nativePaint); in nDrawArc() argument
|
/frameworks/base/core/java/android/view/ |
D | RecordingCanvas.java | 584 float bottom, float startAngle, float sweep, boolean useCenter, long nativePaint); in nDrawArc() argument
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | N5.txt | 602 …0/com.example.xinyiwang.refocus I/art﹕ Background partial concurrent mark sweep GC freed 124(2MB) …
|