OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPeekCardPositionUpdate
(Results
1 - 7
of
7
) sorted by null
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
CardBoundsWatchFaceService.java
72
public void
onPeekCardPositionUpdate
(Rect bounds) {
73
super.
onPeekCardPositionUpdate
(bounds);
75
Log.d(TAG, "
onPeekCardPositionUpdate
: " + bounds);
77
super.
onPeekCardPositionUpdate
(bounds);
InteractiveWatchFaceService.java
129
public void
onPeekCardPositionUpdate
(Rect bounds) {
130
super.
onPeekCardPositionUpdate
(bounds);
132
Log.d(TAG, "
onPeekCardPositionUpdate
: " + bounds);
134
super.
onPeekCardPositionUpdate
(bounds);
AnalogWatchFaceService.java
464
public void
onPeekCardPositionUpdate
(Rect rect) {
465
super.
onPeekCardPositionUpdate
(rect);
SweepWatchFaceService.java
431
public void
onPeekCardPositionUpdate
(Rect rect) {
432
super.
onPeekCardPositionUpdate
(rect);
ComplicationSimpleWatchFaceService.java
728
public void
onPeekCardPositionUpdate
(Rect rect) {
729
super.
onPeekCardPositionUpdate
(rect);
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
InteractiveWatchFaceService.java
131
public void
onPeekCardPositionUpdate
(Rect bounds) {
132
super.
onPeekCardPositionUpdate
(bounds);
134
Log.d(TAG, "
onPeekCardPositionUpdate
: " + bounds);
136
super.
onPeekCardPositionUpdate
(bounds);
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
InteractiveWatchFaceService.java
131
public void
onPeekCardPositionUpdate
(Rect bounds) {
132
super.
onPeekCardPositionUpdate
(bounds);
134
Log.d(TAG, "
onPeekCardPositionUpdate
: " + bounds);
136
super.
onPeekCardPositionUpdate
(bounds);
Completed in 231 milliseconds