Home
last modified time | relevance | path

Searched refs:mCellWidth (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java31 protected int mCellWidth; field in TileLayout
162 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()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java151 private int mCellWidth; field in Keyboard
751 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()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java105 private int mCellWidth; field in SimpleMonthView
239 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22621 Landroid/inputmethodservice/Keyboard;->mCellWidth:I