Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DWorkspaceAndHotseatScrim.java151 CellLayout currCellLayout = mWorkspace.getCurrentDragOverlappingLayout(); in draw() local
153 if (currCellLayout != null && currCellLayout != mLauncher.getHotseat()) { in draw()
156 .getDescendantRectRelativeToSelf(currCellLayout, mHighlightRect); in draw()