public final class

GridCameraManager

extends Object
java.lang.Object
   ↳ com.cooliris.media.GridCameraManager

Summary

Public Constructors
GridCameraManager(GridCamera camera)
Public Methods
void centerCameraForSlot(LayoutInterface layout, int slotIndex, float baseConvergence, Vector3f deltaAnchorPositionIn, int selectedSlotIndex, float zoomValue, float imageTheta, int state)
void computeVisibleRange(MediaFeed feed, LayoutInterface layout, Vector3f deltaAnchorPositionIn, IndexRange outVisibleRange, IndexRange outBufferedVisibleRange, IndexRange outCompleteRange, int state)
boolean constrainCameraForSlot(LayoutInterface layout, int slotIndex, Vector3f deltaAnchorPositionIn, float currentFocusItemWidth, float currentFocusItemHeight)
final static float getFillScreenZoomValue(GridCamera camera, Pool<Vector3f> pool, float currentFocusItemWidth, float currentFocusItemHeight)
final static void getSlotPositionForSlotIndex(int slotIndex, GridCamera camera, LayoutInterface layout, Vector3f deltaAnchorPosition, Vector3f outVal)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GridCameraManager (GridCamera camera)

Public Methods

public void centerCameraForSlot (LayoutInterface layout, int slotIndex, float baseConvergence, Vector3f deltaAnchorPositionIn, int selectedSlotIndex, float zoomValue, float imageTheta, int state)

public void computeVisibleRange (MediaFeed feed, LayoutInterface layout, Vector3f deltaAnchorPositionIn, IndexRange outVisibleRange, IndexRange outBufferedVisibleRange, IndexRange outCompleteRange, int state)

public boolean constrainCameraForSlot (LayoutInterface layout, int slotIndex, Vector3f deltaAnchorPositionIn, float currentFocusItemWidth, float currentFocusItemHeight)

public static final float getFillScreenZoomValue (GridCamera camera, Pool<Vector3f> pool, float currentFocusItemWidth, float currentFocusItemHeight)

public static final void getSlotPositionForSlotIndex (int slotIndex, GridCamera camera, LayoutInterface layout, Vector3f deltaAnchorPosition, Vector3f outVal)