OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BlackLevelPattern
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/params/
BlackLevelPattern.java
27
public final class
BlackLevelPattern
{
35
* Create a new {@link
BlackLevelPattern
} from a given offset array.
47
public
BlackLevelPattern
(int[] offsets) {
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
([%d, %d], [%d, %d])"}, where each {@code %d} represents on
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_23/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 345 milliseconds