HomeSort by relevance Sort by last modified time
    Searched refs:dock (Results 1 - 6 of 6) sorted by null

  /device/samsung/tuna/
device.mk 138 # Portrait dock image
140 device/samsung/tuna/dock.png:system/vendor/res/images/dock/dock.png
  /hardware/ti/omap4xxx/hwc/
hwc.c 72 struct ext_transform_t dock; /* docking settings */ member in struct:omap4_hwc_ext
75 __u8 force_dock; /* must dock */
1005 if (ext->dock.enabled && !(ext->mirror.enabled && !(num->dockable || ext->force_dock)))
1747 int dock = !strcmp(s, "change@\/devices\/virtual\/switch\/dock"); local
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 127 DockObserver dock = null; local
475 Slog.i(TAG, "Dock Observer");
476 // Listen for dock station changes
477 dock = new DockObserver(context, power);
622 final DockObserver dockF = dock;
674 reportWtf("making Dock Service ready", e);
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 64 // Msg for user wanting the UI to setup the dock
91 * as one time so it's only 3 times for both profiles on the car dock.
199 * This assumes that the intent sender has checked that this is a dock
399 synchronized boolean hasOtherConnectedDevices(BluetoothDevice dock) {
412 if (!btDevice.equals(dock) && btDevices.contains(btDevice) && deviceUI
477 // Device in a new dock.
581 // TODO Avoid hardcoding dock and profiles. Read from system properties
608 // Enable by default for car dock
623 // Disable by default for desk dock
769 // May have race condition as the phone comes in and out and in the dock
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 162 // Whether to allow dock apps with METADATA_DOCK_HOME to temporarily take over the Home key.
380 // (status bar, input method dock) accounted for.
531 // enable accelerometer if we are docked in a dock that enables accelerometer
3597 Intent dock = createHomeDockIntent(); local
3631 Intent dock = createHomeDockIntent(); local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 524 #dock-status-bar-item .glyph {
528 body.detached #dock-status-bar-item .glyph {
532 body.port-qt #dock-status-bar-item {
    [all...]

Completed in 1401 milliseconds