public static class AnimatedSvgView.RatioSizingUtils extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AnimatedSvgView.RatioSizingUtils.RatioMeasureInfo  | 
static class  | 
AnimatedSvgView.RatioSizingUtils.RatioSizingInfo  | 
| Constructor and Description | 
|---|
RatioSizingUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AnimatedSvgView.RatioSizingUtils.RatioMeasureInfo | 
getMeasureInfo(int widthMeasureSpec,
              int heightMeasureSpec,
              AnimatedSvgView.RatioSizingUtils.RatioSizingInfo ratioSizingInfo,
              int widthPadding,
              int heightPadding)  | 
static AnimatedSvgView.RatioSizingUtils.RatioSizingInfo | 
getRatioSizingInfoFromAttrs(android.content.Context context,
                           android.util.AttributeSet attrs)  | 
static AnimatedSvgView.RatioSizingUtils.RatioSizingInfo | 
parseRatioSizingInfo(String ratioString)  | 
public static AnimatedSvgView.RatioSizingUtils.RatioSizingInfo getRatioSizingInfoFromAttrs(android.content.Context context, android.util.AttributeSet attrs) throws IllegalArgumentException
IllegalArgumentExceptionpublic static AnimatedSvgView.RatioSizingUtils.RatioSizingInfo parseRatioSizingInfo(String ratioString) throws IllegalArgumentException
IllegalArgumentExceptionpublic static AnimatedSvgView.RatioSizingUtils.RatioMeasureInfo getMeasureInfo(int widthMeasureSpec, int heightMeasureSpec, AnimatedSvgView.RatioSizingUtils.RatioSizingInfo ratioSizingInfo, int widthPadding, int heightPadding)
Copyright © 2011–2014. All rights reserved.