fix setting/unsetting hover on thumbnailed screens

cleaned up dragenter / dragexit events so they're only received by CellLayouts if the workspace isn't small

ignoring enter/exit scrollarea events when workspace is small
This commit is contained in:
Michael Jurka
2010-10-14 15:35:17 -07:00
parent 7a75bd48bf
commit d718d6a7ba
2 changed files with 108 additions and 117 deletions

View File

@@ -1088,8 +1088,6 @@ public class CellLayout extends ViewGroup implements Dimmable {
mDragCell[0] = -1;
mDragCell[1] = -1;
setHover(false);
// Fade out the drag indicators
if (mCrosshairsAnimator != null) {
mCrosshairsAnimator.animateOut();