public class FillResolutionStrategy extends Object implements ResolutionStrategy
ResolutionStrategy will stretch the GLSurfaceView to full screen. FillResolutionStrategy is the default
ResolutionStrategy if none is specified.ResolutionStrategy.MeasuredDimension| Constructor and Description |
|---|
FillResolutionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ResolutionStrategy.MeasuredDimension |
calcMeasures(int widthMeasureSpec,
int heightMeasureSpec) |
public ResolutionStrategy.MeasuredDimension calcMeasures(int widthMeasureSpec, int heightMeasureSpec)
calcMeasures in interface ResolutionStrategyCopyright © 2016. All rights reserved.