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

/frameworks/base/core/java/android/hardware/camera2/params/
H A DBlackLevelPattern.java27 public final class BlackLevelPattern { class
35 * Create a new {@link BlackLevelPattern} from a given offset array.
47 public BlackLevelPattern(int[] offsets) { method in class:BlackLevelPattern
100 * Check if this {@link BlackLevelPattern} is equal to another {@link BlackLevelPattern}.
112 } else if (obj instanceof BlackLevelPattern) {
113 final BlackLevelPattern other = (BlackLevelPattern) obj;
128 * Return this {@link BlackLevelPattern} as a string representation.
130 * <p> {@code "BlackLevelPattern([
[all...]

Completed in 31 milliseconds