HomeSort by relevance Sort by last modified time
    Searched full:dock (Results 1 - 25 of 374) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/apps/DeviceConfig/res/values-car/
strings.xml 3 <string name="dock">CAR</string>
  /sdk/apps/DeviceConfig/res/values-desk/
strings.xml 3 <string name="dock">DESK</string>
  /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...]
dock.mm 5 #import "chrome/browser/mac/dock.h"
22 // Undocumented private internal CFURL functions. The Dock uses these to
29 // 10.7.2, the Dock plist always used kCFURLPOSIXPathStyle (0), formatting
40 namespace dock {
81 // pathnames of the Dock tiles contained therein. Returns nil on failure, such
126 // Restart the Dock process by sending it a SIGHUP.
129 // handle the restart. Unlike "killall Dock", looking this up via launchd
131 pid_t pid = base::mac::PIDForJob("com.apple.Dock.agent");
136 // Sending a SIGHUP to the Dock seems to be a more reliable way to get the
137 // replacement Dock process to read the newly written plist than using th
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac_unittest.mm 23 // Size of the normal (non-hidden) dock.
25 // Size of the hidden dock.
31 // The assumed size of the hidden dock.
34 // A cursor position that is within the dock. This must be < kDockSize.
36 // A cursor position that is within kWindowWidth pixels of the dock.
38 // A cursor position that is more than kWindowWidth pixels away from the dock.
40 // A cursor position that is within kWindowHeight pixels of the dock.
42 // A cursor position that is more than kWindowHeight pixels away from the dock.
77 // Sets up the test environment with the dock in a given location.
138 // Bottom dock. Expect the app list to be centered on the dock
    [all...]
app_list_service_mac.h 35 // Finds the position for a window to anchor it to the dock. This chooses the
36 // most appropriate position for the window based on whether the dock exists,
37 // the position of the dock (calculated by the difference between the display
  /external/chromium_org/chrome/browser/ui/gtk/
unity_service.h 15 // If unity is running, sets the download counter in the dock icon. Any value
19 // If unity is running, sets the download progress bar in the dock icon. Any
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.h 13 // If unity is running, sets the download counter in the dock icon. Any value
17 // If unity is running, sets the download progress bar in the dock icon. Any
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
messages.properties 5 FlyoutControlComposite_dockManager=&Dock On
  /sdk/apps/DeviceConfig/res/values/
strings.xml 4 <string name="dock">DEFAULT</string>
  /frameworks/base/docs/html/training/monitoring-device-state/
docking-monitoring.jd 19 <li><a href="#DockType">Determine the Current Dock Type</a></li>
20 <li><a href="#MonitorDockState">Monitor for Changes in the Dock State or Type</a></li>
33 docks and digital versus analog docks. The dock-state is typically closely linked to the charging
36 <p>How the dock-state of the phone affects your update rate depends on your app. You may choose
37 to increase the update frequency of a sports center app when it's in the desktop dock, or disable
41 <p>The dock state is also broadcast as a sticky {@link android.content.Intent}, allowing you to
42 query if the device is docked or not, and if so, in which kind of dock.</p>
47 <p>The dock-state details are included as an extra in a sticky broadcast of the {@link
62 <h2 id="DockType">Determine the Current Dock Type</h2>
64 <p>If a device is docked, it can be docked in any one of four different type of dock:
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
dock_icon.h 7 // A class representing the dock icon of the Chromium app. It's its own class
8 // since several parts of the app want to manipulate the display of the dock
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DockController.js 37 this._dockToggleButton = new WebInspector.StatusBarButton("", "dock-status-bar-item", 3);
38 this._dockToggleButtonOption = new WebInspector.StatusBarButton("", "dock-status-bar-item", 3);
99 body.classList.remove("dock-to-right");
100 body.classList.add("dock-to-bottom");
104 body.classList.add("dock-to-right");
105 body.classList.remove("dock-to-bottom");
109 body.classList.remove("dock-to-right");
110 body.classList.remove("dock-to-bottom");
138 button.title = WebInspector.UIString("Dock to main window.");
142 button.title = WebInspector.UIString("Dock to main window.")
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac.h 20 // folder in the dock to bounce.
  /frameworks/base/services/java/com/android/server/
DockObserver.java 45 private static final String DOCK_UEVENT_MATCH = "DEVPATH=/devices/virtual/switch/dock";
46 private static final String DOCK_STATE_PATH = "/sys/class/switch/dock/state";
74 Slog.v(TAG, "Dock UEVENT: " + event.toString());
109 Slog.w(TAG, "This kernel does not have dock station support");
133 Slog.i(TAG, "Dock state changed: " + mDockState);
135 // Skip the dock intent if not yet provisioned.
139 Slog.i(TAG, "Device not provisioned, skipping dock broadcast");
148 // Play a sound to provide feedback to confirm dock connection.
186 // Send the dock event intent.
  /external/chromium_org/chrome/browser/ui/cocoa/
dock_icon.h 9 // A class representing the dock icon of the Chromium app. It's its own class
10 // since several parts of the app want to manipulate the display of the dock
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 15 // DockInfo is used to do determine possible dock locations for a dragged
17 // DockInfo whose type indicates the type of dock that should occur based
27 // Possible dock positions.
29 // Indicates there is no valid dock position for the current location.
65 // Size of the popup window shown to indicate a valid dock location.
71 // dragged window as well as any windows showing possible dock locations.
109 // The window to dock too. Is null for dock types that are relative to the
  /external/chromium_org/ui/base/cocoa/
fullscreen_window_manager.h 31 // Enables fullscreen mode which causes the menubar and dock to be hidden as
35 // Exists fullscreen mode which stops hiding the menubar and dock.
  /frameworks/base/core/java/android/app/
UiModeManager.java 33 * physical places the device into and out of a dock. When that happens,
41 * physically being in a dock. While in car mode -- whether by manual action
42 * from the user or being physically placed in a dock -- a notification is
43 * displayed allowing the user to exit dock mode. Thus the dock mode
45 * dock event broadcast.
56 * by being placed in a car dock or explicit action of the user. After
77 * by being placed in a desk dock. After
128 * Force device into car mode, like it had been placed in the car dock.
  /device/asus/grouper/
mixer_paths.xml 11 <!-- This is the dock volume -->
14 <!-- This is the dock (line out) source -->
39 <path name="dock">
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 5 #include "ash/wm/dock/docked_window_resizer.h"
22 #include "ash/wm/dock/docked_window_layout_manager.h"
169 // All other windows that are tested here are parented by dock container
228 // Release the mouse and the panel should be attached to the dock.
259 // Verifies a window can be dragged and attached to the dock.
273 // Verifies a window can be dragged and attached to the dock
315 // Verifies a window can be dragged and attached to the dock.
329 // Verifies a window can be dragged and attached to the dock
361 // Dock on the right side, change shelf alignment, check that windows move to
379 // The window should have moved and get attached to the left dock
    [all...]
  /device/asus/deb/overlay/packages/apps/Settings/res/values/
bools.xml 21 <!-- Show dock settings when docked -->
  /device/asus/flo/overlay/packages/apps/Settings/res/values/
bools.xml 21 <!-- Show dock settings when docked -->
  /device/asus/grouper/overlay/packages/apps/Settings/res/values/
bools.xml 21 <!-- Show dock settings when docked -->
  /device/asus/tilapia/overlay/packages/apps/Settings/res/values/
bools.xml 21 <!-- Show dock settings when docked -->

Completed in 956 milliseconds

1 2 3 4 5 6 7 8 91011>>