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:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public abstract class
RootLayer
extends
Layer
java.lang.Object
↳
com.cooliris.media.Layer
↳
com.cooliris.media.RootLayer
Known Direct Subclasses
GridLayer
GridLayer
Summary
Public Constructors
RootLayer
()
Public Methods
void
handleLowMemory
()
boolean
onKeyDown
(int keyCode,
KeyEvent
event)
boolean
onKeyUp
(int keyCode,
KeyEvent
event)
void
onOrientationChanged
(int orientation)
void
onPause
()
void
onResume
()
void
onSensorChanged
(
RenderView
view,
SensorEvent
e)
void
onSurfaceChanged
(
RenderView
view, int width, int height)
void
onSurfaceCreated
(
RenderView
renderView,
GL11
gl)
[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)
Public Constructors
public
RootLayer
()
Public Methods
public void
handleLowMemory
()
public boolean
onKeyDown
(int keyCode,
KeyEvent
event)
public boolean
onKeyUp
(int keyCode,
KeyEvent
event)
public void
onOrientationChanged
(int orientation)
public void
onPause
()
public void
onResume
()
public void
onSensorChanged
(
RenderView
view,
SensorEvent
e)
public void
onSurfaceChanged
(
RenderView
view, int width, int height)
public void
onSurfaceCreated
(
RenderView
renderView,
GL11
gl)