Searched refs:mTaskLayoutManager (Results 1 – 1 of 1) sorted by relevance
142 private final LinearLayoutManager mTaskLayoutManager; field in IconRecentsView191 mTaskLayoutManager = new LinearLayoutManager(mContext, VERTICAL, true /* reverseLayout */); in IconRecentsView()201 mTaskRecyclerView.setLayoutManager(mTaskLayoutManager); in onFinishInflate()306 mTaskLayoutManager.scrollToPositionWithOffset(TASKS_START_POSITION, 0 /* offset */); in onBeginTransitionToOverview()