public final class

HudLayer

extends Layer
java.lang.Object
   ↳ com.cooliris.media.Layer
     ↳ com.cooliris.media.HudLayer

Summary

Constants
int MODE_NORMAL
int MODE_SELECT
Public Methods
void autoHide(boolean hide)
void cancelSelection()
void clear()
void closeSelectionMenu()
void computeBottomMenu()
boolean containsPoint(float x, float y)
void enterSelectionMode()
void fullscreenSelectionChanged(MediaItem item, int index, int count)
void generate(RenderView view, RenderView.Lists lists)
float getAlpha()
GridLayer getGridLayer()
Layer getMenuBar()
PathBarLayer getPathBar()
TimeBar getTimeBar()
void hideZoomButtons(boolean hide)
boolean isLoaded()
void onGridStateChanged()
boolean onTouchEvent(MotionEvent event)
void renderBlended(RenderView view, GL11 gl)
void renderOpaque(RenderView view, GL11 gl)
void setAlpha(float alpha)
void setContext(Context context)
void setFeed(MediaFeed feed, int state, boolean needsLayout)
void setTimeBarTime(long time)
void swapFullscreenLabel()
boolean update(RenderView view, float frameInterval)
void updateNumItemsSelected(int numItems)
Protected Methods
void deleteSelection()
void onSizeChanged()
[Expand]
Inherited Methods
From class com.cooliris.media.Layer
From class java.lang.Object

Constants

public static final int MODE_NORMAL

Constant Value: 0 (0x00000000)

public static final int MODE_SELECT

Constant Value: 1 (0x00000001)

Public Methods

public void autoHide (boolean hide)

public void cancelSelection ()

public void clear ()

public void closeSelectionMenu ()

public void computeBottomMenu ()

public boolean containsPoint (float x, float y)

public void enterSelectionMode ()

public void fullscreenSelectionChanged (MediaItem item, int index, int count)

public void generate (RenderView view, RenderView.Lists lists)

public float getAlpha ()

public GridLayer getGridLayer ()

public Layer getMenuBar ()

public PathBarLayer getPathBar ()

public TimeBar getTimeBar ()

public void hideZoomButtons (boolean hide)

public boolean isLoaded ()

public void onGridStateChanged ()

public boolean onTouchEvent (MotionEvent event)

public void renderBlended (RenderView view, GL11 gl)

public void renderOpaque (RenderView view, GL11 gl)

public void setAlpha (float alpha)

public void setContext (Context context)

public void setFeed (MediaFeed feed, int state, boolean needsLayout)

public void setTimeBarTime (long time)

public void swapFullscreenLabel ()

public boolean update (RenderView view, float frameInterval)

public void updateNumItemsSelected (int numItems)

Protected Methods

protected void deleteSelection ()

protected void onSizeChanged ()