Home | History | Annotate | Download | only in drawable

Lines Matching defs:trimPathStart

161  * <dt><code>android:trimPathStart</code></dt>
1746 put("trimPathStart", TRIM_PATH_START_INDEX);
1819 new FloatProperty<VFullPath> ("trimPathStart") {
1865 put("trimPathStart", TRIM_PATH_START);
1993 float trimPathStart = properties.getFloat(TRIM_PATH_START_INDEX * 4);
2073 trimPathStart = a.getFloat(
2074 R.styleable.VectorDrawablePath_trimPathStart, trimPathStart);
2078 fillColor, fillAlpha, trimPathStart, trimPathEnd, trimPathOffset,
2206 void setTrimPathStart(float trimPathStart) {
2208 nSetTrimPathStart(mNativePtr, trimPathStart);
2290 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart,
2376 private static native void nSetTrimPathStart(long pathPtr, float trimPathStart);