Package arc.backend.android.surfaceview
Class FixedResolutionStrategy
java.lang.Object
arc.backend.android.surfaceview.FixedResolutionStrategy
- All Implemented Interfaces:
ResolutionStrategy
This
ResolutionStrategy
will place the GLSurfaceView with the given height and width in the center the screen.-
Nested Class Summary
Nested classes/interfaces inherited from interface arc.backend.android.surfaceview.ResolutionStrategy
ResolutionStrategy.MeasuredDimension
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FixedResolutionStrategy
public FixedResolutionStrategy(int width, int height)
-
-
Method Details
-
calcMeasures
public ResolutionStrategy.MeasuredDimension calcMeasures(int widthMeasureSpec, int heightMeasureSpec) - Specified by:
calcMeasures
in interfaceResolutionStrategy
-