/frameworks/base/docs/html/preview/features/ |
picture-in-picture.jd | 47 <li>Your app can switch a video into PIP mode while a user watches the end
|
/frameworks/base/services/core/java/com/android/server/display/ |
OverlayDisplayWindow.java | 385 * Watches for significant changes in the overlay display window lifecycle.
|
/frameworks/base/services/core/java/com/android/server/net/ |
LockdownVpnTracker.java | 58 * State tracker for lockdown mode. Watches for normal {@link NetworkInfo} to be
|
NetworkPolicyManagerService.java | [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactRecipientAutoCompleteView.java | 63 * Watches changes in contact chips to determine possible state transitions.
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
BugleGservicesKeys.java | 207 * device (i.e. smartwatch) is paired with the phone. Watches have a different UX model and
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.sat4j.core_2.3.5.v201308161310.jar | |
/cts/tests/tests/display/src/android/display/cts/ |
VirtualDisplayTest.java | 321 * Watches for an image with a large amount of some particular solid color to be shown.
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
AnalogWatchFaceService.java | 300 * insets, so that, on round watches with a "chin", the watch face is centered on the
|
FitDistanceWatchFaceService.java | 293 // Load resources that have alternate values for round watches.
|
FitStepsWatchFaceService.java | 292 // Load resources that have alternate values for round watches.
|
SweepWatchFaceService.java | 265 * insets, so that, on round watches with a "chin", the watch face is centered on the
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
AnalogWatchFaceService.java | 300 * insets, so that, on round watches with a "chin", the watch face is centered on the
|
FitDistanceWatchFaceService.java | 293 // Load resources that have alternate values for round watches.
|
FitStepsWatchFaceService.java | 292 // Load resources that have alternate values for round watches.
|
SweepWatchFaceService.java | 265 * insets, so that, on round watches with a "chin", the watch face is centered on the
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
AnalogWatchFaceService.java | 300 * insets, so that, on round watches with a "chin", the watch face is centered on the
|
FitDistanceWatchFaceService.java | 293 // Load resources that have alternate values for round watches.
|
FitStepsWatchFaceService.java | 292 // Load resources that have alternate values for round watches.
|
SweepWatchFaceService.java | 265 * insets, so that, on round watches with a "chin", the watch face is centered on the
|
/external/avahi/avahi-core/ |
wide-area.c | 596 /* Create watches */
|
/external/tlsdate/src/ |
platform-cros.c | 554 /* Add watches for: proxy changes, default service changes, proxy resolution,
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
VirtualDisplayTest.java | 374 * Watches for an image with a large amount of some particular solid color to be shown.
|
/frameworks/base/docs/html/wear/ |
index.jd | 228 We?re working with partners around the world to build watches powered by Android Wear!
|
/external/dbus/dbus/ |
dbus-connection.c | 289 DBusWatchList *watches; /**< Stores active watches. */ member in struct:DBusConnection 718 if (connection->watches) 721 retval = (* add_function) (connection->watches, watch); 725 (* remove_function) (connection->watches, watch); 730 (* toggle_function) (connection->watches, watch, enabled); [all...] |