Merge "Updating the UI for focused state of an icon/folder." into ub-now-porkchop

This commit is contained in:
Sunny Goyal
2014-08-18 21:03:57 +00:00
committed by Android (Google) Code Review
22 changed files with 201 additions and 17 deletions
@@ -999,6 +999,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
icon.setOnLongClickListener(this);
icon.setOnTouchListener(this);
icon.setOnKeyListener(this);
icon.setOnFocusChangeListener(layout.mFocusHandlerView);
int index = i - startIndex;
int x = index % mCellCountX;