Home | History | Annotate | Download | only in gallery

Lines Matching refs:listB

15         MockImageList listB = new MockImageList();
18 listB.addImage(new MockImage(1, 1));
20 new IImageList[] {listA, listB}, ImageManager.SORT_DESCENDING);
28 new IImageList[] {listA, listB}, ImageManager.SORT_DESCENDING);
37 MockImageList listB = new MockImageList();
40 listB.addImage(new MockImage(0, 0));
42 new IImageList[] {listB, listA}, ImageManager.SORT_DESCENDING);
50 new IImageList[] {listA, listB}, ImageManager.SORT_DESCENDING);
60 MockImageList listB = new MockImageList();
64 listB.addImage(target);
66 new IImageList[] {listB, listA}, ImageManager.SORT_DESCENDING);
78 MockImageList listB = new MockImageList();
82 listB.addImage(target);
84 new IImageList[] {listB, listA}, ImageManager.SORT_DESCENDING);