Searched refs:Path (Results 1 – 23 of 23) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | PathFillTypes.java | 38 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()
|
D | PathEffects.java | 35 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()
|
D | Clipping.java | 34 private Path mPath; 46 mPath = new Path(); in SampleView() 83 mPath.addCircle(50, 50, 50, Path.Direction.CCW); in onDraw()
|
D | TextAlign.java | 37 private Path mPath; 47 private static void makePath(Path p) { in makePath() 78 mPath = new Path(); in SampleView()
|
D | Compass.java | 81 private Path mPath = new Path();
|
D | RoundRects.java | 34 private Path mPath; 43 mPath = new Path(); in SampleView()
|
D | ShapeDrawable1.java | 85 Path path = new Path(); in SampleView()
|
D | ShadowCardDrag.java | 25 import android.graphics.Path; 117 private final Path mPath = new Path();
|
D | SensorTest.java | 163 private Path mPath = new Path();
|
D | FingerPaint.java | 65 private Path mPath; 71 mPath = new Path(); in MyView()
|
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/ |
D | InterpolatorFragment.java | 20 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/ |
D | PathAnimations.java | 26 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/ |
D | usbdriver_source.properties | 3 Extra.Path=usb_driver
|
/development/tools/repo_diff/service/repodiff/entities/ |
D | entities.go | 105 Path string `xml:"path,attr"` member
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameView.java | 22 import android.graphics.Path; 598 private final Path mPath; 609 mPath = new Path();
|
/development/vndk/tools/definition-tool/datasets/ |
D | minimum_tag_file.csv | 1 Path,Tag,Comments
|
D | eligible-list-26.csv | 1 Path,Tag,Comments
|
D | eligible-list-27.csv | 1 Path,Tag,Comments
|
D | eligible-list-28.csv | 1 Path,Tag,Comments
|
D | eligible-list-29.csv | 1 Path,Tag,Comments
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 28 import android.graphics.Path; 651 private final Path mPath; 679 mPath = new Path(); in Ship()
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 122 Extra.Path path 1
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | Monkey.java | 47 import java.nio.file.Path; 1319 private void waitForTombstoneToBeWritten(Path path) { in waitForTombstoneToBeWritten()
|