HomeSort by relevance Sort by last modified time
    Searched defs:getGainFactorCount (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/params/
LensShadingMap.java 68 if (elements.length != getGainFactorCount()) {
69 throw new IllegalArgumentException("elements must be " + getGainFactorCount() +
97 public int getGainFactorCount() {
200 if (destination.length + offset < getGainFactorCount()) {
204 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount());
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 34 milliseconds