Searched refs:getGainFactorCount (Results 1 – 4 of 4) sorted by relevance
75 if (elements.length != getGainFactorCount()) { in LensShadingMap()76 throw new IllegalArgumentException("elements must be " + getGainFactorCount() + in LensShadingMap()104 public int getGainFactorCount() { in getGainFactorCount() method in LensShadingMap207 if (destination.length + offset < getGainFactorCount()) { in copyGainFactors()211 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount()); in copyGainFactors()
1044 float[] lsmArray = new float[lensShadingMap.getGainFactorCount()]; in setLensShadingMap()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
19352 method public int getGainFactorCount();