Searched refs:mCellWidth (Results 1 – 4 of 4) sorted by relevance
33 protected int mCellWidth; field in TileLayout172 mCellWidth = in onMeasure()180 record.tileView.measure(exactly(mCellWidth), verticalMeasure); in onMeasure()262 final int right = left + mCellWidth; in layoutTileRecords()290 + 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()
106 private int mCellWidth; field in SimpleMonthView244 return mCellWidth; in getCellWidth()557 } else if (mCellWidth == 0) { in findClosestColumn()562 MathUtils.constrain(centerX / mCellWidth, 0, DAYS_IN_WEEK - 1); in findClosestColumn()647 final int colWidth = mCellWidth; in drawDaysOfWeek()674 final int colWidth = mCellWidth; in drawDays()923 mCellWidth = cellWidth; in onLayout()999 final int colWidth = mCellWidth; in getBoundsForDay()
22621 Landroid/inputmethodservice/Keyboard;->mCellWidth:I