Home
last modified time | relevance | path

Searched refs:getGainFactorCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DLensShadingMap.java67 if (elements.length != getGainFactorCount()) { in LensShadingMap()
68 throw new IllegalArgumentException("elements must be " + getGainFactorCount() + in LensShadingMap()
96 public int getGainFactorCount() { in getGainFactorCount() method in LensShadingMap
199 if (destination.length + offset < getGainFactorCount()) { in copyGainFactors()
203 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount()); in copyGainFactors()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13104 method public int getGainFactorCount();
/frameworks/base/config/
Dhiddenapi-public-dex.txt13439 Landroid/hardware/camera2/params/LensShadingMap;->getGainFactorCount()I
/frameworks/base/api/
Dcurrent.txt16508 method public int getGainFactorCount();