FileDocCategorySizeDatePackage
ColorSpaceTransform.javaAPI DocAndroid 5.1 API816Sat Mar 14 14:09:38 GMT 2015android.hardware.camera2.params

ColorSpaceTransform.java

package android.hardware.camera2.params;
public final class ColorSpaceTransform
{
public  ColorSpaceTransform(android.util.Rational[] elements) { throw new RuntimeException("Stub!"); }
public  ColorSpaceTransform(int[] elements) { throw new RuntimeException("Stub!"); }
public  android.util.Rational getElement(int column, int row) { throw new RuntimeException("Stub!"); }
public  void copyElements(android.util.Rational[] destination, int offset) { throw new RuntimeException("Stub!"); }
public  void copyElements(int[] destination, int offset) { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}