Home | History | Annotate | Download | only in resources

Lines Matching refs:spaceIndex

347     var spaceIndex = -1;
350 if (spaceIndex == -1) {
352 spaceIndex = i;
363 if (spaceIndex == -1) {
369 allKeys[spaceIndex].weight;
376 (spaceIndex * params.pitchX) +
384 allKeys[spaceIndex].weight * (params.keyWidth/100);
393 var leftKeys = allKeys.array().slice(0, spaceIndex);
404 updateKey(allKeys[spaceIndex],
411 var rightKeys = allKeys.array().slice(spaceIndex + 1);