Searched refs:supportedPrimitivesCount (Results 1 – 1 of 1) sorted by relevance
158 int supportedPrimitivesCount = mSupportedPrimitives.size(); in equals() local159 if (supportedPrimitivesCount != that.mSupportedPrimitives.size()) { in equals()162 for (int i = 0; i < supportedPrimitivesCount; i++) { in equals()468 int supportedPrimitivesCount = mSupportedPrimitives.size(); in getSupportedPrimitivesNames() local469 String[] names = new String[supportedPrimitivesCount]; in getSupportedPrimitivesNames()470 for (int i = 0; i < supportedPrimitivesCount; i++) { in getSupportedPrimitivesNames()