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.java90 public class Workspace extends PagedView class in inherits:PagedView,DropTarget,DragSource,DragScroller,View.OnTouchListener,DragController.DragListener,LauncherTransitionable,ViewGroup.OnHierarchyChangeListener,Insettable,UninstallSource,AccessibilityDragSource,Stats.LaunchSourceProvider
94 private static final String TAG = "Launcher.Workspace";
299 * Used to inflate the Workspace from XML.
302 * @param attrs The attributes set containing the Workspace's customization values.
304 public Workspace(Context context, AttributeSet attrs) { method in class:Workspace
309 * Used to inflate the Workspace from XML.
312 * @param attrs The attributes set containing the Workspace's customization values.
315 public Workspace(Context context, AttributeSet attrs, int defStyle) { method in class:Workspace
329 R.styleable.Workspace, defStyle, 0);
483 throw new IllegalArgumentException("A Workspace ca
[all...]

Completed in 83 milliseconds