Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridActivity.java178 mLayoutManager.setShouldLayoutChildren(true); in handleDistractionOptimization()
495 mLayoutManager.setShouldLayoutChildren(false); in onItemSelected()
514 mLayoutManager.setShouldLayoutChildren(true); in onItemDropped()
563 mLayoutManager.setShouldLayoutChildren(false); in onScrollStateChanged()
597 mLayoutManager.setShouldLayoutChildren(true); in postDelayedPageFling()
620 mLayoutManager.setShouldLayoutChildren(true); in onDrag()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridLayoutManager.java48 public void setShouldLayoutChildren(boolean shouldLayoutChildren) { in setShouldLayoutChildren() method in AppGridLayoutManager