Gallery3D 10
Package Index
|
Class Index
com.cooliris.app
com.cooliris.cache
com.cooliris.media
com.cooliris.picasa
com.cooliris.wallpaper
Interfaces
Cancelable
<T>
DataSource
MediaFeed.Listener
MonitoredActivity.LifeCycleListener
PopupMenu.Listener
TimeBar.Listener
VirtualFeed.RangeListener
<E>
Classes
ActiveWallpaper
AdaptiveBackgroundTexture
ArrayUtils
BackgroundLayer
BaseCancelable
<T>
BitmapManager
BitmapManager.ThreadSet
BitmapTexture
CanvasTexture
ConcatenatedDataSource
ConcurrentPool
<E>
CropImage
CrossFadingTexture
Deque
<E>
DetailMode
DirectLinkedList
<E>
DirectLinkedList.Entry
<E>
DiskCache
DisplayItem
DisplayList
DisplaySlot
FloatAnim
FloatUtils
Gallery
GridCamera
GridCameraManager
GridDrawables
GridDrawManager
GridInputProcessor
GridLayer
GridLayoutInterface
HudLayer
IconTitleDrawable
IconTitleDrawable.Config
ImageButton
ImageManager
IndexRange
IndexRangeIterator
<E>
Layer
LayoutInterface
LoadingLayer
LocalDataSource
LocationMediaFilter
MatrixStack
MediaBucket
MediaBucketList
MediaClustering
MediaClustering.Cluster
MediaFeed
MediaFilter
MediaItem
MediaItemTexture
MediaItemTexture.Config
MediaSet
MenuBar
MenuBar.Menu
MenuBar.Menu.Builder
MonitoredActivity
MonitoredActivity.LifeCycleAdapter
MovieView
MovieViewControl
PagedFeed
<E>
Pair
<S, T>
PathBarLayer
PhotoAppWidgetBind
PhotoAppWidgetConfigure
PhotoAppWidgetProvider
Photographs
PicasaDataSource
Pool
<E>
PopupMenu
PopupMenu.Option
RenderView
RenderView.Lists
ResourceTexture
ReverseGeocoder
RootLayer
RotateBitmap
Shared
SimpleStringTexture
SortCursor
StringTexture
StringTexture.Config
Texture
TimeBar
UriTexture
Util
Utils
Vector3f
VirtualFeed
<E>
Wallpaper
Enums
ImageManager.DataLocation
Package Index
|
Class Index
View Source
Summary:
Constants
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
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
boolean
containsPoint
(float x, float y)
abstract void
generate
(
RenderView
view,
RenderView.Lists
lists)
final float
getHeight
()
final float
getWidth
()
final float
getX
()
final float
getY
()
boolean
isHidden
()
void
onHiddenChanged
()
void
onSizeChanged
()
void
onSurfaceCreated
(
RenderView
view,
GL11
gl)
boolean
onTouchEvent
(
MotionEvent
event)
void
renderBlended
(
RenderView
view,
GL11
gl)
void
renderOpaque
(
RenderView
view,
GL11
gl)
void
setHidden
(boolean hidden)
final void
setPosition
(float x, float y)
final void
setSize
(float width, float height)
boolean
update
(
RenderView
view, float frameInterval)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
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
()