Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DScrollableLayoutManager.java66 public void layoutDecorated(@NonNull View child, int left, int top, int right, int bottom) { in layoutDecorated() method in ScrollableLayoutManager
67 super.layoutDecorated(child, left, top, right, bottom); in layoutDecorated()