Searched refs:inIndex (Results 1 – 2 of 2) sorted by relevance
2178 int inIndex = 0; in byteArrayToNumberArray() local2180 while (inIndex < valuesIn.length && outIndex < valuesOut.length) { in byteArrayToNumberArray()2182 valuesOut[outIndex++] = byteArrayToInt(valuesIn, inIndex); in byteArrayToNumberArray()2183 inIndex += Integer.BYTES; in byteArrayToNumberArray()2185 valuesOut[outIndex++] = byteArrayToFloat(valuesIn, inIndex); in byteArrayToNumberArray()2186 inIndex += Float.BYTES; in byteArrayToNumberArray()
6554 uint32_t inIndex = inIdToIndex[id]; in updateMovedPointers() local6557 const PointerProperties& curInProperties = inProperties[inIndex]; in updateMovedPointers()6558 const PointerCoords& curInCoords = inCoords[inIndex]; in updateMovedPointers()6953 for (size_t inIndex = 0; inIndex < inCount; inIndex++) { in syncTouch() local6955 mMultiTouchMotionAccumulator.getSlot(inIndex); in syncTouch()