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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 187 /** dock mode. Guaranteed to be non null */
188 DockMode dock = DockMode.NONE; field in class:ConfigurationComposite.ConfigState
210 sb.append(dock.getResourceValue());
241 dock = DockMode.getEnum(values[4]);
242 if (dock == null) {
243 dock = DockMode.NONE;
278 sb.append(dock.getResourceValue());
367 int cols = 9; // device+config+locale+dock+day/night+separator*2+theme+createBtn
694 mDockCombo.select(DockMode.getIndex(mState.dock));
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 125 DockObserver dock = null; local
393 Slog.i(TAG, "Dock Observer");
394 // Listen for dock station changes
395 dock = new DockObserver(context, power);
497 final DockObserver dockF = dock;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 250 // (status bar, input method dock) accounted for.
372 // We're in a dock that has a rotation affinity, and the app is willing to rotate.
402 // enable accelerometer if we are docked in a dock that enables accelerometer
575 // register for dock events
584 // Retrieve current sticky dock event broadcast.
2299 Intent dock = createHomeDockIntent(); local
2333 Intent dock = createHomeDockIntent(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 66 // Msg for user wanting the UI to setup the dock
96 * as one time so it's only 3 times for both profiles on the car dock.
178 * This assumes that the intent sender has checked that this is a dock
353 public synchronized boolean hasOtherConnectedDevices(BluetoothDevice dock) {
365 if (!btDevice.equals(dock) && btDevices.contains(btDevice) && device.isConnected()) {
419 // Device in a new dock.
497 // TODO Avoid hardcoding dock and profiles. Read from system properties
521 // Enable by default for car dock
536 // Disable by default for desk dock
682 // May have race condition as the phone comes in and out and in the dock
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 400 #dock-status-bar-item .glyph {
404 body.detached #dock-status-bar-item .glyph {
408 body.port-qt #dock-status-bar-item {
    [all...]

Completed in 3387 milliseconds