Home
last modified time | relevance | path

Searched refs:mCellHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java28 protected int mCellHeight; field in TileLayout
166 mCellHeight = record.tileView.getMeasuredHeight(); in onMeasure()
169 int height = (mCellHeight + mCellMarginVertical) * mRows; in onMeasure()
241 return row * (mCellHeight + mCellMarginVertical); in getRowTop()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java152 private int mCellHeight; field in Keyboard
751 mCellHeight = (getHeight() + GRID_HEIGHT - 1) / GRID_HEIGHT; in computeNearestNeighbors()
755 final int gridHeight = GRID_HEIGHT * mCellHeight; in computeNearestNeighbors()
757 for (int y = 0; y < gridHeight; y += mCellHeight) { in computeNearestNeighbors()
763 key.squaredDistanceFrom(x + mCellWidth - 1, y + mCellHeight - 1) in computeNearestNeighbors()
765 key.squaredDistanceFrom(x, y + mCellHeight - 1) < mProximityThreshold) { in computeNearestNeighbors()
771 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell; in computeNearestNeighbors()
786 int index = (y / mCellHeight) * GRID_WIDTH + (x / mCellWidth); in getNearestKeys()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25498 Landroid/inputmethodservice/Keyboard;->mCellHeight:I