Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1453 config.getBoundingRectForViews(views, boundingRect); in getBoundingRect()
1586 currentState.getBoundingRectForViews(views, boundingRect); in addViewsToTempLocation()
2421 void getBoundingRectForViews(ArrayList<View> views, Rect outRect) { in getBoundingRectForViews() method in CellLayout.ItemConfiguration