OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outerR
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java
81
float[]
outerR
= new float[] { 12, 12, 12, 12, 0, 0, 0, 0 };
95
mDrawables[2] = new ShapeDrawable(new RoundRectShape(
outerR
, null,
97
mDrawables[3] = new ShapeDrawable(new RoundRectShape(
outerR
, inset,
99
mDrawables[4] = new ShapeDrawable(new RoundRectShape(
outerR
, inset,
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java
64
float[]
outerR
= new float[] { 12, 12, 0, 0, 0, 0, 0, 0 };
67
RoundRectShape roundRectShape = new RoundRectShape(
outerR
, inset, innerR);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java
451
float
outerR
= (float) (mShutterButtonRadius + mStrokeWidth +
460
mBackgroundRect.set(mCenterX -
outerR
, mCenterY -
outerR
,
461
mCenterX +
outerR
, mCenterY +
outerR
);
Completed in 65 milliseconds