Method | Description | |
---|---|---|
AutoFitTextureView ( Android.Content.Context context ) : System | ||
AutoFitTextureView ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
AutoFitTextureView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System | ||
SetAspectRatio ( int width, int height ) : void |
Method | Description | |
---|---|---|
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void |
public AutoFitTextureView ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
return | System |
public AutoFitTextureView ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
return | System |
public AutoFitTextureView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
defStyle | int | |
return | System |
protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void | ||
widthMeasureSpec | int | |
heightMeasureSpec | int | |
return | void |
public SetAspectRatio ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |