Searched refs:mGridHeight (Results 1 – 3 of 3) sorted by relevance
46 private final int mGridHeight; field in ProximityInfo66 mGridHeight = gridHeight; in ProximityInfo()67 mGridSize = mGridWidth * mGridHeight; in ProximityInfo()69 mCellHeight = (height + mGridHeight - 1) / mGridHeight; in ProximityInfo()222 return setProximityInfoNative(mKeyboardMinWidth, mKeyboardHeight, mGridWidth, mGridHeight, in createNativeProximityInfo()252 final int lastPixelYCoordinate = mGridHeight * mCellHeight - 1; in computeNearestNeighbors()
49 mKeyCount(0), mCellHeight(0), mCellWidth(0), mGridHeight(0), mGridWidth(0), in ProximityInfoState()204 int mGridHeight; variable
62 mGridHeight = proximityInfo->getGridWidth(); in initInputParams()