Searched refs:mCellWidth (Results 1 – 4 of 4) sorted by relevance
31 protected int mCellWidth; field in TileLayout162 mCellWidth = in onMeasure()170 record.tileView.measure(exactly(mCellWidth), verticalMeasure); in onMeasure()237 final int right = left + mCellWidth; in layoutTileRecords()265 + column * (mCellWidth + mCellMarginHorizontal); in getColumnStart()
151 private int mCellWidth; field in Keyboard751 mCellWidth = (getMinWidth() + GRID_WIDTH - 1) / GRID_WIDTH; in computeNearestNeighbors()755 final int gridWidth = GRID_WIDTH * mCellWidth; in computeNearestNeighbors()757 for (int x = 0; x < gridWidth; x += mCellWidth) { in computeNearestNeighbors()763 key.squaredDistanceFrom(x + mCellWidth - 1, y) < mProximityThreshold || in computeNearestNeighbors()764 key.squaredDistanceFrom(x + mCellWidth - 1, y + mCellHeight - 1) in computeNearestNeighbors()772 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()787 int index = (y / mCellHeight) * GRID_WIDTH + (x / mCellWidth); in getNearestKeys()
105 private int mCellWidth; field in SimpleMonthView239 return mCellWidth; in getCellWidth()552 } else if (mCellWidth == 0) { in findClosestColumn()557 MathUtils.constrain(centerX / mCellWidth, 0, DAYS_IN_WEEK - 1); in findClosestColumn()642 final int colWidth = mCellWidth; in drawDaysOfWeek()669 final int colWidth = mCellWidth; in drawDays()918 mCellWidth = cellWidth; in onLayout()994 final int colWidth = mCellWidth; in getBoundsForDay()
22621 Landroid/inputmethodservice/Keyboard;->mCellWidth:I