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.java1516 config.getBoundingRectForViews(views, boundingRect); in getBoundingRect()
1649 currentState.getBoundingRectForViews(views, boundingRect); in addViewsToTempLocation()
2484 void getBoundingRectForViews(ArrayList<View> views, Rect outRect) { in getBoundingRectForViews() method in CellLayout.ItemConfiguration