OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dock
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/mac/
dock.h
14
namespace
dock
{
namespace
22
// Adds an icon to the
Dock
pointing to |installed_path| if one is not already
24
// removed if present. If any changes are made to the
Dock
's configuration,
25
// the
Dock
process is restarted so that the changes become visible in the UI.
28
// relative to other items already present in the
Dock
:
29
// - If installed_path is already in the
Dock
, no new tiles for this path
31
// - If dmg_app_path is present in the
Dock
, it will be removed. If
35
// icon from a disk image into the
Dock
and then clicked on the new icon
36
// in the
Dock
.
38
// in the
Dock
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
148
DockObserver
dock
= null;
local
647
Slog.i(TAG, "
Dock
Observer");
648
// Listen for
dock
station changes
649
dock
= new DockObserver(context);
[
all
...]
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java
116
public static final String NODE_DOCK = "
dock
";
531
// Don't know about either the
dock
or plugged-in element
532
Element
dock
= doc.createElement(PREFIX + NODE_DOCK);
local
533
hardware.appendChild(
dock
);
534
dock
.appendChild(doc.createTextNode(" "));
/hardware/ti/omap4xxx/hwc/
hwc.c
74
struct ext_transform_t
dock
; /* docking settings */
member in struct:omap4_hwc_ext
77
__u8 force_dock; /* must
dock
*/
1798
int
dock
;
local
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
132
// Whether to allow
dock
apps with METADATA_DOCK_HOME to temporarily take over the Home key.
348
// (status bar, input method
dock
) accounted for.
608
// enable accelerometer if we are docked in a
dock
that enables accelerometer
4926
Intent
dock
= createHomeDockIntent();
local
4961
Intent
dock
= createHomeDockIntent();
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 190 milliseconds