Searched refs:nColorModes (Results 1 – 1 of 1) sorted by relevance
384 int nColorModes = source.readInt(); in readFromParcel() local385 supportedColorModes = new int[nColorModes]; in readFromParcel()386 for (int i = 0; i < nColorModes; i++) { in readFromParcel()