Searched refs:mColCount (Results 1 – 1 of 1) sorted by relevance
100 private int mColCount; field in LeanbackKeyboardView119 mColCount = a.getInteger(R.styleable.LeanbackKeyboardView_columnCount, -1); in LeanbackKeyboardView()158 return mColCount; in getColCount()216 int index = mColCount * row + col; in getNearestIndex()498 int currentRow = mFocusIndex / mColCount; in onKeyLongPress()499 int nextRow = (mFocusIndex + totalAccentKeys) / mColCount; in onKeyLongPress()503 baseIndex = nextRow * mColCount - totalAccentKeys; in onKeyLongPress()542 setFocus(mColCount * row + col, clicked); in setFocus()