Searched defs:TiledScreenNail (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTiledScreenNail.java34 public class TiledScreenNail implements ScreenNail { class in inherits:ScreenNail
36 private static final String TAG = "TiledScreenNail";
55 public TiledScreenNail(Bitmap bitmap) { method in class:TiledScreenNail
62 public TiledScreenNail(int width, int height) { method in class:TiledScreenNail
92 if (!(other instanceof TiledScreenNail)) {
97 // Now both are TiledScreenNail. Move over the information about width,
99 TiledScreenNail newer = (TiledScreenNail) other;

Completed in 119 milliseconds