Searched refs:fullSizeImageId (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
D | ImageListUberUnitTests.java | 18 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 …]
|
D | MockImage.java | 45 public long fullSizeImageId() { in fullSizeImageId() method in MockImage
|
/packages/apps/Camera/tests/src/com/android/camera/gallery/ |
D | ImageListUberUnitTests.java | 18 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 …]
|
D | MockImage.java | 45 public long fullSizeImageId() { in fullSizeImageId() method in MockImage
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | IImage.java | 50 public abstract long fullSizeImageId(); in fullSizeImageId() method
|
D | VideoObject.java | 79 public long fullSizeImageId() { in fullSizeImageId() method in VideoObject
|
D | UriImage.java | 159 public long fullSizeImageId() { in fullSizeImageId() method in UriImage
|
D | BaseImage.java | 120 public long fullSizeImageId() { in fullSizeImageId() method in BaseImage
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
D | IImage.java | 50 public abstract long fullSizeImageId(); in fullSizeImageId() method
|
D | VideoObject.java | 79 public long fullSizeImageId() { in fullSizeImageId() method in VideoObject
|
D | UriImage.java | 159 public long fullSizeImageId() { in fullSizeImageId() method in UriImage
|
D | BaseImage.java | 120 public long fullSizeImageId() { in fullSizeImageId() method in BaseImage
|