Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java142 private final LinearLayoutManager mTaskLayoutManager; field in IconRecentsView
191 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()