Searched refs:mRadius (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DZoomControl.java39 private double mRadius; field in class:ZoomControl
74 mRadius = width * THUMB_RADIUS_CONTAINER_SIZE_RATIO;
156 mThumbX = (int)((mRadius * Math.cos(alpha)) + (getWidth() / 2));
157 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
160 mThumbX = (int)((mRadius * Math.cos(alpha)) + (getWidth() / 2));
161 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha)));
164 mThumbX = (int)((getWidth() / 2) - (mRadius * Math.cos(alpha)));
165 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha)));
168 mThumbX = (int)((getWidth() / 2) - (mRadius * Math.cos(alpha)));
169 mThumbY = (int)((getHeight() / 2) + (mRadius * Mat
[all...]
/packages/apps/Browser/src/com/android/browser/view/
H A DPieMenu.java72 private int mRadius; field in class:PieMenu
126 mRadius = (int) res.getDimension(R.dimen.qc_radius_start);
202 int inner = mRadius + rgap;
203 int outer = mRadius + mRadiusInc - rgap;
204 int radius = mRadius;
350 int maxr = mRadius + mLevels * mRadiusInc + 50;

Completed in 38 milliseconds