Home | History | Annotate | Download | only in src

Lines Matching refs:KEY_COUNT

46           KEY_COUNT(min(keyCount, MAX_KEY_COUNT_IN_A_KEYBOARD)),
66 copyOrFillZero(mKeyXCoordinates, keyXCoordinates, KEY_COUNT * sizeof(mKeyXCoordinates[0]));
67 copyOrFillZero(mKeyYCoordinates, keyYCoordinates, KEY_COUNT * sizeof(mKeyYCoordinates[0]));
68 copyOrFillZero(mKeyWidths, keyWidths, KEY_COUNT * sizeof(mKeyWidths[0]));
69 copyOrFillZero(mKeyHeights, keyHeights, KEY_COUNT * sizeof(mKeyHeights[0]));
70 copyOrFillZero(mKeyCharCodes, keyCharCodes, KEY_COUNT * sizeof(mKeyCharCodes[0]));
72 KEY_COUNT * sizeof(mSweetSpotCenterXs[0]));
74 KEY_COUNT * sizeof(mSweetSpotCenterYs[0]));
75 copyOrFillZero(mSweetSpotRadii, sweetSpotRadii, KEY_COUNT * sizeof(mSweetSpotRadii[0]));
84 for (int i = 0; i < KEY_COUNT; ++i) {
166 if (KEY_COUNT == 0 || !mInputXCoordinates || !mInputYCoordinates) {