Merge "Defining various modes for CellLayout: Workspace, Hotseat & Folder" into ub-launcher3-master

This commit is contained in:
Sunny Goyal
2016-12-12 20:45:17 +00:00
committed by Android (Google) Code Review
13 changed files with 114 additions and 91 deletions
+1
View File
@@ -2808,6 +2808,7 @@ public class Launcher extends Activity
}
boolean isHotseatLayout(View layout) {
// TODO: Remove this method
return mHotseat != null && layout != null &&
(layout instanceof CellLayout) && (layout == mHotseat.getLayout());
}