Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryAdapter.java34 private int mItemHeight; field in CategoryAdapter
45 mItemHeight = (int) (context.getResources().getDisplayMetrics().density * 100); in CategoryAdapter()
62 mItemHeight = height; in setItemHeight()
100 int height = mItemHeight; in getView()
/packages/apps/TV/src/com/android/tv/ui/
DKeypadChannelSwitchView.java95 private final int mItemHeight; field in KeypadChannelSwitchView
123 mItemHeight = resources.getDimensionPixelSize(R.dimen.keypad_channel_switch_item_height); in KeypadChannelSwitchView()
307 int itemListHeight = mItemHeight * Math.min(MAX_CHANNEL_ITEM, mAdapter.getCount()); in updateViewHeight()