Home
last modified time | relevance | path

Searched refs:fullSizeImageId (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Gallery/tests/src/com/android/camera/gallery/
DImageListUberUnitTests.java18 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAt()
19 assertEquals(1, uber.getImageAt(1).fullSizeImageId()); in testTheOrderOfGetImageAt()
20 assertEquals(0, uber.getImageAt(2).fullSizeImageId()); in testTheOrderOfGetImageAt()
25 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAt()
26 assertEquals(1, uber.getImageAt(1).fullSizeImageId()); in testTheOrderOfGetImageAt()
27 assertEquals(0, uber.getImageAt(2).fullSizeImageId()); in testTheOrderOfGetImageAt()
40 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
41 assertEquals(1, uber.getImageAt(1).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
42 assertEquals(0, uber.getImageAt(2).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
48 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
[all …]
DMockImage.java45 public long fullSizeImageId() { in fullSizeImageId() method in MockImage
/packages/apps/Camera/tests/src/com/android/camera/gallery/
DImageListUberUnitTests.java18 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAt()
19 assertEquals(1, uber.getImageAt(1).fullSizeImageId()); in testTheOrderOfGetImageAt()
20 assertEquals(0, uber.getImageAt(2).fullSizeImageId()); in testTheOrderOfGetImageAt()
25 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAt()
26 assertEquals(1, uber.getImageAt(1).fullSizeImageId()); in testTheOrderOfGetImageAt()
27 assertEquals(0, uber.getImageAt(2).fullSizeImageId()); in testTheOrderOfGetImageAt()
40 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
41 assertEquals(1, uber.getImageAt(1).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
42 assertEquals(0, uber.getImageAt(2).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
48 assertEquals(2, uber.getImageAt(0).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
[all …]
DMockImage.java45 public long fullSizeImageId() { in fullSizeImageId() method in MockImage
/packages/apps/Gallery/src/com/android/camera/gallery/
DIImage.java50 public abstract long fullSizeImageId(); in fullSizeImageId() method
DVideoObject.java79 public long fullSizeImageId() { in fullSizeImageId() method in VideoObject
DUriImage.java159 public long fullSizeImageId() { in fullSizeImageId() method in UriImage
DBaseImage.java120 public long fullSizeImageId() { in fullSizeImageId() method in BaseImage
/packages/apps/Camera/src/com/android/camera/gallery/
DIImage.java50 public abstract long fullSizeImageId(); in fullSizeImageId() method
DVideoObject.java79 public long fullSizeImageId() { in fullSizeImageId() method in VideoObject
DUriImage.java159 public long fullSizeImageId() { in fullSizeImageId() method in UriImage
DBaseImage.java120 public long fullSizeImageId() { in fullSizeImageId() method in BaseImage