Home | History | Annotate | Download | only in params

Lines Matching defs:mElements

66         mElements = checkNotNull(elements, "elements must not be null");
137 return mElements[colorChannel + (row * mColumns + column) * COUNT ];
166 mElements[RED + offset];
168 mElements[GREEN_EVEN + offset];
170 mElements[GREEN_ODD + offset];
172 mElements[BLUE + offset];
204 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount());
227 && Arrays.equals(mElements, other.mElements);
237 int elemsHash = HashCodeHelpers.hashCode(mElements);
244 private final float[] mElements;