Searched defs:boundingRectDirty (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1608 boolean leftEdgeDirty, rightEdgeDirty, topEdgeDirty, bottomEdgeDirty, boundingRectDirty; field in class:CellLayout.ViewCluster
1630 boundingRectDirty = true;
1740 if (boundingRectDirty) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1583 boolean leftEdgeDirty, rightEdgeDirty, topEdgeDirty, bottomEdgeDirty, boundingRectDirty; field in class:CellLayout.ViewCluster
1605 boundingRectDirty = true;
1715 if (boundingRectDirty) {

Completed in 557 milliseconds