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

View File

@@ -971,10 +971,7 @@ public class CellLayout extends ViewGroup {
}
public ShortcutAndWidgetContainer getShortcutsAndWidgets() {
if (getChildCount() > 0) {
return (ShortcutAndWidgetContainer) getChildAt(0);
}
return null;
return mShortcutsAndWidgets;
}
public View getChildAt(int x, int y) {