-
public class CameraViewGroup.LayoutParams extends ViewGroup.LayoutParams
-
-
Constructor Summary
Constructors Constructor Description CameraViewGroup.LayoutParams(Context c, AttributeSet attrs)CameraViewGroup.LayoutParams(int width, int height)CameraViewGroup.LayoutParams(ViewGroup.LayoutParams source)
-
Method Summary
Modifier and Type Method Description booleanisRotatable()voidsetRotatable(boolean rotatable)-
-
Constructor Detail
-
CameraViewGroup.LayoutParams
CameraViewGroup.LayoutParams(Context c, AttributeSet attrs)
-
CameraViewGroup.LayoutParams
CameraViewGroup.LayoutParams(int width, int height)
-
CameraViewGroup.LayoutParams
CameraViewGroup.LayoutParams(ViewGroup.LayoutParams source)
-
-
Method Detail
-
isRotatable
boolean isRotatable()
-
setRotatable
void setRotatable(boolean rotatable)
-
-
-
-