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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java80 public class Workspace extends SmoothPagedView class in inherits:SmoothPagedView,DropTarget,DragSource,DragScroller,View.OnTouchListener,DragController.DragListener
84 private static final String TAG = "Launcher.Workspace";
241 * Used to inflate the Workspace from XML.
244 * @param attrs The attributes set containing the Workspace's customization values.
246 public Workspace(Context context, AttributeSet attrs) { method in class:Workspace
251 * Used to inflate the Workspace from XML.
254 * @param attrs The attributes set containing the Workspace's customization values.
257 public Workspace(Context context, AttributeSet attrs, int defStyle) { method in class:Workspace
272 R.styleable.Workspace, defStyle, 0);
430 throw new IllegalArgumentException("A Workspace ca
[all...]

Completed in 38 milliseconds