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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java73 public class Workspace extends SmoothPagedView class in inherits:SmoothPagedView,DropTarget,DragSource,DragScroller,View.OnTouchListener,DragController.DragListener,LauncherTransitionable,ViewGroup.OnHierarchyChangeListener
76 private static final String TAG = "Launcher.Workspace";
260 * Used to inflate the Workspace from XML.
263 * @param attrs The attributes set containing the Workspace's customization values.
265 public Workspace(Context context, AttributeSet attrs) { method in class:Workspace
270 * Used to inflate the Workspace from XML.
273 * @param attrs The attributes set containing the Workspace's customization values.
276 public Workspace(Context context, AttributeSet attrs, int defStyle) { method in class:Workspace
293 R.styleable.Workspace, defStyle, 0);
444 throw new IllegalArgumentException("A Workspace ca
[all...]

Completed in 38 milliseconds