OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Workspace
(Results
26 - 28
of
28
) sorted by null
1
2
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java
54
private final
Workspace
workspace
;
field in class:ScreenViewer
77
ScreenViewer(
Workspace
workspace
, IDevice device, int spacing) {
81
this.
workspace
=
workspace
;
667
workspace
.beginTask();
781
workspace
.endTask();
804
workspace
.beginTask();
828
workspace
.endTask()
[
all
...]
Workspace.java
126
public class
Workspace
extends JFrame {
185
public
Workspace
() {
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
74
* The
workspace
is a wide area with a wallpaper and a finite number of pages.
76
* interact with. A
workspace
is meant to be used with a fixed width only.
78
public class
Workspace
extends SmoothPagedView
82
private static final String TAG = "Launcher.
Workspace
";
84
// Y rotation to apply to the
workspace
screens
205
// Variables relating to touch disambiguation (scrolling
workspace
vs. scrolling a widget)
212
// These variables are used for storing the initial and final values during
workspace
animations
240
* Used to inflate the
Workspace
from XML.
243
* @param attrs The attributes set containing the
Workspace
's customization values.
245
public
Workspace
(Context context, AttributeSet attrs)
[
all
...]
Completed in 232 milliseconds
1
2