Searched refs:mCellHeight (Results 1 – 2 of 2) sorted by relevance
141 private int mCellHeight; field in Keyboard727 mCellHeight = (getHeight() + GRID_HEIGHT - 1) / GRID_HEIGHT; in computeNearestNeighbors()731 final int gridHeight = GRID_HEIGHT * mCellHeight; in computeNearestNeighbors()733 for (int y = 0; y < gridHeight; y += mCellHeight) { in computeNearestNeighbors()739 key.squaredDistanceFrom(x + mCellWidth - 1, y + mCellHeight - 1) in computeNearestNeighbors()741 key.squaredDistanceFrom(x, y + mCellHeight - 1) < mProximityThreshold) { in computeNearestNeighbors()747 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()762 int index = (y / mCellHeight) * GRID_WIDTH + (x / mCellWidth); in getNearestKeys()
64 private int mCellHeight; field in QSPanel148 mCellHeight = res.getDimensionPixelSize(R.dimen.qs_tile_height); in updateResources()149 mCellWidth = (int)(mCellHeight * TILE_ASPECT); in updateResources()431 final int ch = record.row == 0 ? mLargeCellHeight : mCellHeight; in onMeasure()486 + mLargeCellHeight - mDualTileUnderlap + (row - 1) * mCellHeight; in getRowTop()