Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DKeypadChannelSwitchView.java55 private static final int MAX_CHANNEL_ITEM = 8; field in KeypadChannelSwitchView
320 int itemListHeight = mItemHeight * Math.min(MAX_CHANNEL_ITEM, mAdapter.getCount()); in updateViewHeight()