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:
Inherited Constants
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
BitmapTexture
extends
Texture
java.lang.Object
↳
com.cooliris.media.Texture
↳
com.cooliris.media.BitmapTexture
Summary
[Expand]
Inherited Constants
From class
com.cooliris.media.Texture
int
STATE_ERROR
int
STATE_LOADED
int
STATE_LOADING
int
STATE_QUEUED
int
STATE_UNLOADED
Protected Methods
Bitmap
load
(
RenderView
view)
Returns a bitmap, or null if an error occurs.
[Expand]
Inherited Methods
From class
com.cooliris.media.Texture
final void
clear
()
final int
getHeight
()
final float
getNormalizedHeight
()
final float
getNormalizedWidth
()
final int
getState
()
final int
getWidth
()
boolean
isCached
()
final boolean
isLoaded
()
boolean
isUncachedVideo
()
abstract
Bitmap
load
(
RenderView
view)
Returns a bitmap, or null if an error occurs.
boolean
shouldQueue
()
If this returns true, the texture will be enqueued.
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)
Protected Methods
protected
Bitmap
load
(
RenderView
view)
Returns a bitmap, or null if an error occurs.