HomeSort by relevance Sort by last modified time
    Searched defs:TiledScreenNail (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 26 import com.android.gallery3d.ui.TiledScreenNail;
112 TiledScreenNail.disableDrawPlaceholder();
123 TiledScreenNail.enableDrawPlaceholder();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 34 public class TiledScreenNail implements ScreenNail {
36 private static final String TAG = "TiledScreenNail";
55 public TiledScreenNail(Bitmap bitmap) {
62 public TiledScreenNail(int width, int height) {
92 if (!(other instanceof TiledScreenNail)) {
97 // Now both are TiledScreenNail. Move over the information about width,
99 TiledScreenNail newer = (TiledScreenNail) other;

Completed in 589 milliseconds