HomeSort by relevance Sort by last modified time
    Searched defs:Workspace (Results 1 - 7 of 7) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/system/
workspace.py 34 class Workspace(object):
workspace_unittest.py 33 from webkitpy.common.system.workspace import Workspace
45 workspace = Workspace(filesystem, None)
46 self.assertEqual(workspace.find_unused_filename("bar", "bar", "bar"), "bar/bar.bar")
47 self.assertEqual(workspace.find_unused_filename("dir", "foo", "jpg", search_limit=1), None)
48 self.assertEqual(workspace.find_unused_filename("dir", "foo", "jpg", search_limit=2), None)
49 self.assertEqual(workspace.find_unused_filename("dir", "foo", "jpg"), "dir/foo-3.jpg")
52 workspace = Workspace(None, MockExecutive(should_log=True)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 66 * The workspace is a wide area with a wallpaper and a finite number of pages.
68 * interact with. A workspace is meant to be used with a fixed width only.
70 public class Workspace extends SmoothPagedView
73 private static final String TAG = "Launcher.Workspace";
75 // Y rotation to apply to the workspace screens
206 // Variables relating to touch disambiguation (scrolling workspace vs. scrolling a widget)
232 // These variables are used for storing the initial and final values during workspace animations
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)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 128 public class Workspace extends JFrame {
187 public Workspace() {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 137 milliseconds