Home
last modified time | relevance | path

Searched refs:ring (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DMaterialProgressDrawable.java132 final Ring ring = mRing; in setSizeParameters() local
138 ring.setStrokeWidth((float) strokeWidth * screenDensity); in setSizeParameters()
139 ring.setCenterRadius(centerRadius * screenDensity); in setSizeParameters()
140 ring.setColorIndex(0); in setSizeParameters()
141 ring.setArrowDimensions(arrowWidth * screenDensity, arrowHeight * screenDensity); in setSizeParameters()
142 ring.setInsets((int) mWidth, (int) mHeight); in setSizeParameters()
303 private float getMinProgressArc(Ring ring) { in getMinProgressArc() argument
305 ring.getStrokeWidth() / (2 * Math.PI * ring.getCenterRadius())); in getMinProgressArc()
333 private void updateRingColor(float interpolatedTime, Ring ring) { in updateRingColor() argument
338 ring.setColor(evaluateColorChange((interpolatedTime - COLOR_START_DELAY_OFFSET) in updateRingColor()
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Dvolumes.pfw6 /Policy/policy/streams/ring/applicable_volume_profile/volume_profile = ring
Dstrategy_for_stream.pfw10 /Policy/policy/streams/ring/applicable_strategy/strategy = sonification
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java371 ByteArrayRingBuffer ring = mRingBufferData.get(status.name); in onRingBufferData() local
372 if (ring != null) { in onRingBufferData()
373 ring.appendBuffer(buffer); in onRingBufferData()
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1462 android:shape=["rectangle" | "oval" | "line" | "ring"] >
1522 <tr><td>{@code "ring"}</td>
1523 <td>A ring shape.</td></tr>
1527 <p>The following attributes are used only when {@code android:shape="ring"}:</p>
1531 inner part of the ring (the hole in the middle), as a dimension value or <a
1535 part of the ring, expressed as a ratio of the ring's width. For instance, if {@code
1536 android:innerRadiusRatio="5"}, then the inner radius equals the ring's width divided by 5. This
1540 ring, as a dimension value or <a
1543 <dd><em>Float</em>. The thickness of the ring,
1544 expressed as a ratio of the ring's width. For instance, if {@code android:thicknessRatio="2"}, then
[all …]
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd343 <li>901122: The focus ring in the browser is sometimes incorrect</li>
488 <p>The focus ring shown in the browser may sometimes not properly wrap links.</p>