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

1 2 3 4 5 6

  /external/chromium_org/ash/wm/dock/
dock_types.h 12 // Possible values of which side of the screen the windows are docked at.
15 // or out of the docked windows area.
17 // No docked windows.
20 // Some windows are already docked on the left side of the screen.
23 // Some windows are already docked on the right side of the screen.
30 DOCKED_ACTION_DOCK, // Dragged and docked a window.
32 DOCKED_ACTION_RESIZE, // Resized a docked window.
33 DOCKED_ACTION_REORDER, // Possibly reordered docked windows.
34 DOCKED_ACTION_EVICT, // A docked window could not stay docked
    [all...]
docked_window_layout_manager.h 61 // docked to the side of a screen. It is associated with a specific container
81 // Maximum width of the docked windows area.
84 // Minimum width of the docked windows area.
102 // Called by a DockedWindowResizer when a dragged window is docked.
105 // Called by a DockedWindowResizer when a dragged window is no longer docked.
119 // Used to snap docked windows to the side of screen during drag.
122 // Returns true when a window can be docked. Windows cannot be docked at the
128 // Returns current bounding rectangle of docked windows area.
134 // Returns true if currently dragged window is docked at the screen edge
    [all...]
docked_window_resizer.cc 110 // Window could get docked by the WorkspaceWindowResizer, update the state.
113 // in the dock if it gets docked again.
126 // Restore docked state to what it was before the drag if necessary.
170 // Windows only snap magnetically when they were previously docked.
178 // Short-range magnetism when retaining docked state. Same constant as in
208 // inside the docked area.
212 // panels and windows that are already docked. Those do not need reparenting.
218 // Reparent the window into the docked windows container in order to get it
219 // on top of other docked windows.
243 // When drag is completed the dragged docked window is resized to the bound
    [all...]
docked_window_resizer.h 29 // moving or resizing of a window while it is docked to the side of a screen.
69 // Reparents dragged window as necessary to the docked container or back to
92 // Set to true if the window that is being dragged was docked before drag.
95 // True if the dragged window is docked during the drag.
99 // Cleared whenever the target window gets dragged outside of the docked area.
docked_window_resizer_unittest.cc 232 // y-coordinate could be changed by possible automatic layout if docked.
267 // The window should be docked at the right edge.
282 // The window should be docked at the right edge.
289 // the screen edge the window does not get docked and stays in the desktop.
305 // The window right should be past the screen edge but not docked.
323 // The window should be docked at the left edge.
338 // The window should be docked at the left edge.
345 // the screen edge the window does not get docked and stays in the desktop.
354 // The window should be crossing the screen edge but not docked.
370 // The window should be docked at the right edge
    [all...]
docked_window_layout_manager_observer.h 18 // events that occur with the docked windows, such as the bounds change.
docked_window_layout_manager.cc 75 // Sets the docked area background type and starts transition animation.
166 // The alpha to use for drawing image assets covering the docked background.
206 // consistent with docked min and max restrictions and respects the |window|'s
421 // Start observing a window unless it is docked container's child in which
452 // Stop observing a window unless it is docked container's child in which
488 // Test overlap with an existing docked area first.
491 // A window is being added to other docked windows (on the same side).
510 // the docked state).
516 // No docked windows remain other than possibly the window being dragged.
517 // Return |NONE| to indicate that windows may get docked on either side
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
dev_tools_controller.h 26 // A view hosting docked devTools contents.
31 // Docked devtools window instance. NULL when current tab is not inspected
47 // Depending on |contents|'s state, decides whether the docked web inspector
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 40 // We don't want to launch this app when docked because it causes an unnecessary
67 * Starts a dream when docked if the system has been configured to do so,
80 private static void startDream(Context context, boolean docked) {
85 if (docked) {
86 Slog.i(TAG, "Activating dream while docked.");
104 Slog.e(TAG, "Could not start dream when docked.", ex);
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.h 15 // Handles all the drags to docked panels.
panel_drag_controller.cc 19 // The minimum distance that the docked panel gets dragged up in order to
24 // the docked area such that the detached panel becomes docked.
176 // Check if the dragging panel can be docked.
189 case PanelCollection::DOCKED:
299 // It has to come from the docked collection.
300 if (dragging_panel_->collection()->type() != PanelCollection::DOCKED)
303 // The minimized docked panel is not allowed to detach.
337 // To become docked, the panel should fall within the main work area and
453 // indeed should go to the docked collection, the subsequent TryDock will the
    [all...]
panel_drag_browsertest.cc 603 // Create 4 docked panels.
781 // close to the bottom of the docked area to trigger the attach.
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
dev_tools_controller.h 25 // A view hosting docked devTools contents.
41 // Depending on |contents|'s state, decides whether the docked web inspector
  /frameworks/base/docs/html/training/monitoring-device-state/
docking-monitoring.jd 32 <p>Android devices can be docked into several different kinds of docks. These include car or home
34 state as many docks provide power to docked devices.</p>
38 your updates completely if the device is car docked. Conversely, you may choose to maximize your
39 updates while car docked if your background service is updating traffic conditions.</p>
42 query if the device is docked or not, and if so, in which kind of dock.</p>
64 <p>If a device is docked, it can be docked in any one of four different type of dock:
82 <p>Whenever the device is docked or undocked, the {@link
  /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 -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java 51 boolean docked = launchIntent.hasCategory(Intent.CATEGORY_DESK_DOCK);
52 if (docked) {
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 65 bool docked)
68 docked_(docked),
118 // In case of docked tab_contents we own it, so delete here.
188 void DevToolsWindow::SetDocked(bool docked) {
189 if (docked_ == docked)
191 if (docked && (!GetInspectedBrowserWindow() || IsInspectedBrowserPopup())) {
195 docked_ = docked;
197 if (docked) {
402 "%sdevtools.html?docked=%s&toolbar_color=%s&text_color=%s",
devtools_window.h 36 DevToolsWindow(Profile* profile, RenderViewHost* inspected_rvh, bool docked);
47 void SetDocked(bool docked);
devtools_manager.cc 350 void DevToolsManager::ReopenWindow(RenderViewHost* client_rvh, bool docked) {
357 prefs::kDevToolsOpenDocked, docked);
361 window->SetDocked(docked);
378 bool docked = inspected_rvh->process()->profile()->GetPrefs()-> local
383 docked);
389 // If window is docked and visible, we hide it on toggle. If window is
  /external/chromium_org/ash/wm/
solo_window_tracker.h 27 // fullscreen. The solo window header is not used for either panels or docked
49 // Returns true if there is a visible docked window.
solo_window_tracker.cc 31 // Docked windows never use the solo header, but regular windows move to the
32 // docked container when dragged.
158 // candidate (and there are no visible docked windows).
179 // For the purpose of SoloWindowTracker, there is a visible docked window if
  /external/chromium/chrome/browser/ui/
view_ids.h 63 // Docked dev tools.

Completed in 427 milliseconds

1 2 3 4 5 6