Lines Matching refs:getFloat

664         float viewportWidth = a.getFloat(
666 float viewportHeight = a.getFloat(
701 final float alphaInFloat = a.getFloat(
1296 float rotate = a.getFloat(R.styleable.VectorDrawableGroup_rotation,
1298 float pivotX = a.getFloat(R.styleable.VectorDrawableGroup_pivotX,
1300 float pivotY = a.getFloat(R.styleable.VectorDrawableGroup_pivotY,
1302 float scaleX = a.getFloat(R.styleable.VectorDrawableGroup_scaleX,
1304 float scaleY = a.getFloat(R.styleable.VectorDrawableGroup_scaleY,
1306 float translateX = a.getFloat(R.styleable.VectorDrawableGroup_translateX,
1308 float translateY = a.getFloat(R.styleable.VectorDrawableGroup_translateY,
1896 float strokeWidth = properties.getFloat(STROKE_WIDTH_INDEX * 4);
1898 float strokeAlpha = properties.getFloat(STROKE_ALPHA_INDEX * 4);
1900 float fillAlpha = properties.getFloat(FILL_ALPHA_INDEX * 4);
1901 float trimPathStart = properties.getFloat(TRIM_PATH_START_INDEX * 4);
1902 float trimPathEnd = properties.getFloat(TRIM_PATH_END_INDEX * 4);
1903 float trimPathOffset = properties.getFloat(TRIM_PATH_OFFSET_INDEX * 4);
1906 float strokeMiterLimit = properties.getFloat(STROKE_MITER_LIMIT_INDEX * 4);
1965 fillAlpha = a.getFloat(R.styleable.VectorDrawablePath_fillAlpha, fillAlpha);
1971 strokeMiterLimit = a.getFloat(
1973 strokeAlpha = a.getFloat(R.styleable.VectorDrawablePath_strokeAlpha,
1975 strokeWidth = a.getFloat(R.styleable.VectorDrawablePath_strokeWidth,
1977 trimPathEnd = a.getFloat(R.styleable.VectorDrawablePath_trimPathEnd,
1979 trimPathOffset = a.getFloat(
1981 trimPathStart = a.getFloat(