Searched refs:supportedPrimitivesCount (Results 1 – 1 of 1) sorted by relevance
154 int supportedPrimitivesCount = mSupportedPrimitives.size(); in equals() local155 if (supportedPrimitivesCount != that.mSupportedPrimitives.size()) { in equals()158 for (int i = 0; i < supportedPrimitivesCount; i++) { in equals()461 int supportedPrimitivesCount = mSupportedPrimitives.size(); in getSupportedPrimitivesNames() local462 String[] names = new String[supportedPrimitivesCount]; in getSupportedPrimitivesNames()463 for (int i = 0; i < supportedPrimitivesCount; i++) { in getSupportedPrimitivesNames()