Searched refs:mItemWidth (Results 1 – 2 of 2) sorted by relevance
44 private final int mItemWidth; field in RecentsRecyclerView67 mItemWidth = getResources().getDimensionPixelSize(R.dimen.recent_task_width); in RecentsRecyclerView()128 this.smoothScrollBy(direction == View.FOCUS_FORWARD ? mItemWidth : -mItemWidth, 0); in getNextFocusView()
36 private int mItemWidth = ListView.LayoutParams.MATCH_PARENT; field in CategoryAdapter66 mItemWidth = width; in setItemWidth()99 int width = mItemWidth; in getView()