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

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java734 private final Bitmap mOutline; // The outline bitmap put on top of each
748 int columns, int blockWidth, Bitmap outline) {
757 mOutline = outline;
950 // (If the user scrolls too fast). It is a gray image with normal outline.
744 ImageBlockManager(Handler handler, Runnable redrawCallback, IImageList imageList, ImageLoader loader, GridViewSpecial.DrawAdapter adapter, GridViewSpecial.LayoutSpec spec, int columns, int blockWidth, Bitmap outline) argument

Completed in 45 milliseconds