OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dock
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap4xxx/hwc/
hwc.c
74
struct ext_transform_t
dock
; /* docking settings */
member in struct:omap4_hwc_ext
832
if (ext->
dock
.enabled && !(ext->mirror.enabled && !num->dockable)) {
844
ext->current = ext->
dock
;
[
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
473
// Device in a new
dock
.
577
// TODO Avoid hardcoding
dock
and profiles. Read from system properties
602
// Enable by default for car
dock
615
// Disable by default for desk
dock
761
// 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
343
// (status bar, input method
dock
) accounted for.
497
// enable accelerometer if we are docked in a
dock
that enables accelerometer
3570
Intent
dock
= createHomeDockIntent();
local
3604
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 74 milliseconds