Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPathFillTypes.java38 private Path mPath;
45 mPath = new Path(); in SampleView()
46 mPath.addCircle(40, 40, 45, Path.Direction.CCW); in SampleView()
47 mPath.addCircle(80, 80, 45, Path.Direction.CCW); in SampleView()
50 private void showPath(Canvas canvas, int x, int y, Path.FillType ft, in showPath()
70 showPath(canvas, 0, 0, Path.FillType.WINDING, paint); in onDraw()
71 showPath(canvas, 160, 0, Path.FillType.EVEN_ODD, paint); in onDraw()
72 showPath(canvas, 0, 160, Path.FillType.INVERSE_WINDING, paint); in onDraw()
73 showPath(canvas, 160, 160, Path.FillType.INVERSE_EVEN_ODD, paint); in onDraw()
DPathEffects.java35 private Path mPath;
100 private static Path makeFollowPath() { in makeFollowPath()
101 Path p = new Path(); in makeFollowPath()
109 private static Path makePathDash() { in makePathDash()
110 Path p = new Path(); in makePathDash()
DClipping.java34 private Path mPath;
46 mPath = new Path(); in SampleView()
83 mPath.addCircle(50, 50, 50, Path.Direction.CCW); in onDraw()
DTextAlign.java37 private Path mPath;
47 private static void makePath(Path p) { in makePath()
78 mPath = new Path(); in SampleView()
DCompass.java81 private Path mPath = new Path();
DRoundRects.java34 private Path mPath;
43 mPath = new Path(); in SampleView()
DShapeDrawable1.java85 Path path = new Path(); in SampleView()
DShadowCardDrag.java25 import android.graphics.Path;
117 private final Path mPath = new Path();
DSensorTest.java163 private Path mPath = new Path();
DFingerPaint.java65 private Path mPath;
71 mPath = new Path(); in MyView()
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/
DInterpolatorFragment.java20 import android.graphics.Path;
68 private Path mPathIn;
72 private Path mPathOut;
112 Path path = mIsOut ? mPathIn : mPathOut; in onCreateView()
181 mPathIn = new Path(); in onCreateView()
186 mPathOut = new Path(); in onCreateView()
205 public ObjectAnimator startAnimation(Interpolator interpolator, long duration, Path path) { in startAnimation()
232 public Path getPathIn() { in getPathIn()
241 public Path getPathOut() { in getPathOut()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java26 import android.graphics.Path;
46 final static Path sTraversalPath = new Path();
82 sTraversalPath.addCircle(3.5f, 3.5f, 0.5f, Path.Direction.CCW);
136 Path path = mCanvasView.getPath(); in startAnimator()
194 Path mPath = new Path();
232 public Path getPath() { in getPath()
/development/sdk/
Dusbdriver_source.properties3 Extra.Path=usb_driver
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go105 Path string `xml:"path,attr"` member
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java22 import android.graphics.Path;
598 private final Path mPath;
609 mPath = new Path();
/development/vndk/tools/definition-tool/datasets/
Dminimum_tag_file.csv1 Path,Tag,Comments
Deligible-list-26.csv1 Path,Tag,Comments
Deligible-list-27.csv1 Path,Tag,Comments
Deligible-list-28.csv1 Path,Tag,Comments
Deligible-list-29.csv1 Path,Tag,Comments
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java28 import android.graphics.Path;
651 private final Path mPath;
679 mPath = new Path(); in Ship()
/development/build/tools/
Dmk_sdk_repo_xml.sh122 Extra.Path path 1
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java47 import java.nio.file.Path;
1319 private void waitForTombstoneToBeWritten(Path path) { in waitForTombstoneToBeWritten()