Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShapeDrawable1.java81 float[] outerR = new float[] { 12, 12, 12, 12, 0, 0, 0, 0 }; in SampleView() local
95 mDrawables[2] = new ShapeDrawable(new RoundRectShape(outerR, null, in SampleView()
97 mDrawables[3] = new ShapeDrawable(new RoundRectShape(outerR, inset, in SampleView()
99 mDrawables[4] = new ShapeDrawable(new RoundRectShape(outerR, inset, in SampleView()