Home
last modified time | relevance | path

Searched defs:mPath (Results 1 – 11 of 11) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DClipping.java34 private Path mPath; field in Clipping.SampleView
DPathFillTypes.java38 private Path mPath; field in PathFillTypes.SampleView
DRoundRects.java34 private Path mPath; field in RoundRects.SampleView
DCompass.java81 private Path mPath = new Path(); field in Compass.SampleView
DPathEffects.java35 private Path mPath; field in PathEffects.SampleView
DSensorTest.java163 private Path mPath = new Path(); field in SensorTest.SampleView
DFingerPaint.java65 private Path mPath; field in FingerPaint.MyView
DShadowCardDrag.java117 private final Path mPath = new Path(); field in ShadowCardDrag.TriangleShape
/development/samples/Obb/src/com/example/android/obbapp/
DObbMountActivity.java44 private TextView mPath; field in ObbMountActivity
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java194 Path mPath = new Path(); field in PathAnimations.CanvasView
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java651 private final Path mPath; field in GameView.Ship