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

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

Completed in 290 milliseconds