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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java71 public class Workspace extends SmoothPagedView class in inherits:SmoothPagedView,DropTarget,DragSource,DragScroller,View.OnTouchListener,DragController.DragListener,LauncherTransitionable,ViewGroup.OnHierarchyChangeListener
74 private static final String TAG = "Launcher.Workspace";
264 * Used to inflate the Workspace from XML.
267 * @param attrs The attributes set containing the Workspace's customization values.
269 public Workspace(Context context, AttributeSet attrs) { method in class:Workspace
274 * Used to inflate the Workspace from XML.
277 * @param attrs The attributes set containing the Workspace's customization values.
280 public Workspace(Context context, AttributeSet attrs, int defStyle) { method in class:Workspace
299 R.styleable.Workspace, defStyle, 0);
441 throw new IllegalArgumentException("A Workspace ca
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java101 public class Workspace extends PagedView class in inherits:PagedView,DropTarget,DragSource,View.OnTouchListener,DragController.DragListener,ViewGroup.OnHierarchyChangeListener,Insettable,DropTargetSource
105 private static final String TAG = "Launcher.Workspace";
319 * Used to inflate the Workspace from XML.
322 * @param attrs The attributes set containing the Workspace's customization values.
324 public Workspace(Context context, AttributeSet attrs) { method in class:Workspace
329 * Used to inflate the Workspace from XML.
332 * @param attrs The attributes set containing the Workspace's customization values.
335 public Workspace(Context context, AttributeSet attrs, int defStyle) { method in class:Workspace
551 throw new IllegalArgumentException("A Workspace can only have CellLayout children.");
573 CellLayout firstPage = insertNewWorkspaceScreen(Workspace
[all...]

Completed in 37 milliseconds