Searched defs:setRadius (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DOval.java21 void setRadius(float w, float h); method in interface:Oval
H A DImageVignette.java80 public void setRadius(float w, float h) { method in class:ImageVignette.OvalSpaceAdapter
84 mOval.setRadius(mTmp[0] / mImgWidth, mTmp[1] / mImgHeight);
207 mElipse.setRadius(mScreenOval.getRadiusX(), mScreenOval.getRadiusY());
235 mElipse.setRadius(mScreenOval.getRadiusX(), mScreenOval.getRadiusY());
H A DEclipseControl.java67 public void setRadius(float x, float y) { method in class:EclipseControl
185 oval.setRadius((rx * nr / r), (ry * nr / r));
/packages/apps/Camera2/src/com/android/camera/ui/focus/
H A DFocusRingRenderer.java120 public void setRadius(long tMs, float value) { method in class:FocusRingRenderer
123 Log.v(TAG, "FOCUS STATE ENTER VIA setRadius(" + tMs + ", " + value + ")");
H A DFocusRingView.java154 setRadius(mRatioScale.scale(mRatioScale.clamp(ratio)));
181 private void setRadius(float radiusPx) { method in class:FocusRingView
185 currentFocusAnimation.setRadius(tMs, radiusPx);
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DCircleView.java56 * {@link #setRadius(float)} and {@link #getRadius()} methods.
67 view.setRadius(value);
149 * {@link #setRadius(float)} will automatically clear any conflicting gravity bits.
250 public CircleView setRadius(float radius) { method in class:CircleView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterVignetteRepresentation.java128 public void setRadius(float radiusX, float radiusY) { method in class:FilterVignetteRepresentation

Completed in 182 milliseconds