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

/frameworks/base/core/java/android/hardware/
H A DCamera.java289 * @param callbackBuffer The buffer to register. Size should be width * height * bitsPerPixel / 8.
663 public class Size { class in class:Camera
670 public Size(int w, int h) { method in class:Camera.Size
683 if (!(obj instanceof Size)) {
686 Size s = (Size) obj;
998 * @return a Size object with the height and width setting
1001 public Size getPreviewSize() {
1009 * @return a list of Size object. This method will always return a list
1012 public List<Size> getSupportedPreviewSize
[all...]

Completed in 7 milliseconds