OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollableBitmap
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ScrollableBitmap.java
23
public class
ScrollableBitmap
extends DrawableBitmap {
27
public
ScrollableBitmap
(Texture texture, int width, int height) {
DrawableFactory.java
52
public
ScrollableBitmap
allocateScrollableBitmap() {
101
private class ScrollableBitmapPool extends TObjectPool<
ScrollableBitmap
> {
115
ScrollableBitmap
entry = new
ScrollableBitmap
(null, 0, 0);
123
((
ScrollableBitmap
)entry).reset();
TiledBackgroundVertexGrid.java
19
public class TiledBackgroundVertexGrid extends
ScrollableBitmap
{
ScrollerComponent.java
21
* May be used to scroll a
ScrollableBitmap
or TiledWorld to match the camera. Uses DrawableFactory
92
ScrollableBitmap
background;
Completed in 68 milliseconds