Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/view/
DRecentsRecyclerView.java44 private final int mItemWidth; field in RecentsRecyclerView
67 mItemWidth = getResources().getDimensionPixelSize(R.dimen.recent_task_width); in RecentsRecyclerView()
128 this.smoothScrollBy(direction == View.FOCUS_FORWARD ? mItemWidth : -mItemWidth, 0); in getNextFocusView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryAdapter.java36 private int mItemWidth = ListView.LayoutParams.MATCH_PARENT; field in CategoryAdapter
66 mItemWidth = width; in setItemWidth()
99 int width = mItemWidth; in getView()