Searched refs:supportedPrimitivesCount (Results 1 – 1 of 1) sorted by relevance
169 int supportedPrimitivesCount = mSupportedPrimitives.size(); in equalContent() local170 if (supportedPrimitivesCount != that.mSupportedPrimitives.size()) { in equalContent()173 for (int i = 0; i < supportedPrimitivesCount; i++) { in equalContent()527 int supportedPrimitivesCount = mSupportedPrimitives.size(); in getSupportedPrimitivesNames() local528 String[] names = new String[supportedPrimitivesCount]; in getSupportedPrimitivesNames()529 for (int i = 0; i < supportedPrimitivesCount; i++) { in getSupportedPrimitivesNames()