OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LegacySizeComparator
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java
82
Collections.sort(supportedJpegDimens, new CameraUtils.
LegacySizeComparator
());
83
Collections.sort(supportedPreviewDimens, new CameraUtils.
LegacySizeComparator
());
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
CameraUtils.java
69
public static class
LegacySizeComparator
implements Comparator<Camera.Size> {
Completed in 920 milliseconds