Searched refs:rawInfoArrayLen (Results 1 – 1 of 1) sorted by relevance
214 int rawInfoArrayLen = rawInfoArray.length; in getResourceTextArray() local215 final int infoArrayLen = rawInfoArrayLen / 2; in getResourceTextArray()219 for (int i = 0, j = 0; i < rawInfoArrayLen; i = i + 2, j++) { in getResourceTextArray()