/cts/tests/tests/transition/src/android/transition/cts/ |
PathMotionTest.java | 19 import android.graphics.PathMeasure; 25 PathMeasure expectedMeasure = new PathMeasure(expectedPath, false); 26 PathMeasure pathMeasure = new PathMeasure(path, false); 29 assertEquals(expectedLength, pathMeasure.getLength(), 0.01f); 31 float minLength = Math.min(expectedLength, pathMeasure.getLength()); 41 pathMeasure.getPosTan(along, pos, null);
|
ArcMotionTest.java | 19 import android.graphics.PathMeasure;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
PathMeasure_Delegate.java | 30 * Delegate implementing the native methods of {@link android.graphics.PathMeasure} 32 * Through the layoutlib_create tool, the original native methods of PathMeasure have been 38 * and the original PathMeasure class. 83 "PathMeasure.getPostTan is not supported.", null, null); 91 "PathMeasure.getMatrix is not supported.", null, null); 98 "PathMeasure.nextContour is not supported.", null, null); 105 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); 106 assert pathMeasure != null; 116 pathMeasure.mOriginalPathIterator = new CachedPathIteratorFactory(pathDelegate.getJavaShape() 120 pathMeasure.mNativePath = native_path [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathMeasureTest.java | 22 import android.graphics.PathMeasure; 27 private PathMeasure mPathMeasure; 34 mPathMeasure = new PathMeasure(); 39 mPathMeasure = new PathMeasure(); 41 // new the PathMeasure instance 43 mPathMeasure = new PathMeasure(path, true); 45 // new the PathMeasure instance 46 mPathMeasure = new PathMeasure(path, false); 89 PathMeasure measure = new PathMeasure(circle, false) [all...] |
/frameworks/support/compat/gingerbread/android/support/v4/view/animation/ |
PathInterpolatorGingerbread.java | 20 import android.graphics.PathMeasure; 37 final PathMeasure pathMeasure = new PathMeasure(path, false /* forceClosed */); 39 final float pathLength = pathMeasure.getLength(); 48 pathMeasure.getPosTan(distance, position, null /* tangent */);
|
/packages/apps/PhoneCommon/src/com/android/phone/common/compat/ |
PathInterpolatorCompat.java | 20 import android.graphics.PathMeasure; 44 final PathMeasure pathMeasure = new PathMeasure(path, false /* forceClosed */); 46 final float pathLength = pathMeasure.getLength(); 55 pathMeasure.getPosTan(distance, position, null /* tangent */);
|
/frameworks/base/core/java/android/transition/ |
PatternPathMotion.java | 24 import android.graphics.PathMeasure; 103 PathMeasure pathMeasure = new PathMeasure(patternPath, false); 104 float length = pathMeasure.getLength(); 106 pathMeasure.getPosTan(length, pos, null); 109 pathMeasure.getPosTan(0, pos, null);
|
/frameworks/base/graphics/java/android/graphics/ |
PathMeasure.java | 19 public class PathMeasure { 23 * Create an empty PathMeasure object. To uses this to measure the length 31 public PathMeasure() { 37 * Create a PathMeasure object associated with the specified path object 50 public PathMeasure(Path path, boolean forceClosed) {
|
/external/skia/include/core/ |
SkPathMeasure.h | 19 /** Initialize the pathmeasure with the specified path. The path must remain valid 30 /** Reset the pathmeasure with the specified path. The path must remain valid
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
GestureDescriptionTest.java | 19 import android.graphics.PathMeasure; 180 PathMeasure measure = new PathMeasure(returnedPath, false);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
TextOnPathActivity.java | 24 import android.graphics.PathMeasure; 74 private final PathMeasure mMeasure; 98 mMeasure = new PathMeasure(mPath, false);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterDraw.java | 27 import android.graphics.PathMeasure; 188 PathMeasure mPathMeasure = new PathMeasure();
|
FilterDrawRepresentation.java | 21 import android.graphics.PathMeasure; 324 PathMeasure mPathMeasure = new PathMeasure();
|
/external/skia/src/animator/ |
SkDrawPath.cpp | 139 SkPathMeasure pathMeasure(path, false); 140 fLength = pathMeasure.getLength();
|
/frameworks/base/core/jni/android/graphics/ |
PathMeasure.cpp | 1 /* libs/android_runtime/android/graphics/PathMeasure.cpp 159 return RegisterMethodsOrDie(env, "android/graphics/PathMeasure", methods, NELEM(methods));
|
/frameworks/base/core/java/android/accessibilityservice/ |
GestureDescription.java | 22 import android.graphics.PathMeasure; 203 private PathMeasure mPathMeasure; 235 mPathMeasure = new PathMeasure(path, false); 241 PathMeasure pathMeasure = new PathMeasure(tempPath, false); 242 pathMeasure.getPosTan(0, mTapLocation, null);
|
/external/skia/tests/ |
PathMeasureTest.cpp | 76 DEF_TEST(PathMeasure, reporter) {
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
Region.java | 25 import android.graphics.PathMeasure;
|
/frameworks/base/core/jni/ |
Android.mk | 125 android/graphics/PathMeasure.cpp \
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
VectorDrawable_Delegate.java | 34 import android.graphics.PathMeasure; [all...] |
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
VectorDrawableCompat.java | 34 import android.graphics.PathMeasure; [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
CreateInfo.java | 287 "android.graphics.PathMeasure",
|
/prebuilts/sdk/current/support/graphics/drawable/libs/ |
android-support-vectordrawable.jar | |
/frameworks/base/ |
preloaded-classes | 859 android.graphics.PathMeasure [all...] |
compiled-classes-phone | [all...] |