OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPropertiesChanged
(Results
1 - 21
of
21
) sorted by null
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
InteractiveWatchFaceService.java
142
public void
onPropertiesChanged
(Bundle properties) {
143
super.
onPropertiesChanged
(properties);
151
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
AnalogWatchFaceService.java
214
public void
onPropertiesChanged
(Bundle properties) {
215
super.
onPropertiesChanged
(properties);
217
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
FitDistanceWatchFaceService.java
320
public void
onPropertiesChanged
(Bundle properties) {
321
super.
onPropertiesChanged
(properties);
328
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
SweepWatchFaceService.java
180
public void
onPropertiesChanged
(Bundle properties) {
181
super.
onPropertiesChanged
(properties);
183
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
ComplicationSimpleWatchFaceService.java
271
public void
onPropertiesChanged
(Bundle properties) {
272
super.
onPropertiesChanged
(properties);
274
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
DigitalWatchFaceService.java
315
public void
onPropertiesChanged
(Bundle properties) {
316
super.
onPropertiesChanged
(properties);
324
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
FitStepsWatchFaceService.java
315
public void
onPropertiesChanged
(Bundle properties) {
316
super.
onPropertiesChanged
(properties);
324
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
InteractiveWatchFaceService.java
142
public void
onPropertiesChanged
(Bundle properties) {
143
super.
onPropertiesChanged
(properties);
151
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
AnalogWatchFaceService.java
214
public void
onPropertiesChanged
(Bundle properties) {
215
super.
onPropertiesChanged
(properties);
217
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
FitDistanceWatchFaceService.java
320
public void
onPropertiesChanged
(Bundle properties) {
321
super.
onPropertiesChanged
(properties);
328
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
SweepWatchFaceService.java
180
public void
onPropertiesChanged
(Bundle properties) {
181
super.
onPropertiesChanged
(properties);
183
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
ComplicationSimpleWatchFaceService.java
271
public void
onPropertiesChanged
(Bundle properties) {
272
super.
onPropertiesChanged
(properties);
274
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
DigitalWatchFaceService.java
315
public void
onPropertiesChanged
(Bundle properties) {
316
super.
onPropertiesChanged
(properties);
324
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
FitStepsWatchFaceService.java
315
public void
onPropertiesChanged
(Bundle properties) {
316
super.
onPropertiesChanged
(properties);
324
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
InteractiveWatchFaceService.java
142
public void
onPropertiesChanged
(Bundle properties) {
143
super.
onPropertiesChanged
(properties);
151
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
AnalogWatchFaceService.java
214
public void
onPropertiesChanged
(Bundle properties) {
215
super.
onPropertiesChanged
(properties);
217
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
FitDistanceWatchFaceService.java
320
public void
onPropertiesChanged
(Bundle properties) {
321
super.
onPropertiesChanged
(properties);
328
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
SweepWatchFaceService.java
180
public void
onPropertiesChanged
(Bundle properties) {
181
super.
onPropertiesChanged
(properties);
183
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
ComplicationSimpleWatchFaceService.java
271
public void
onPropertiesChanged
(Bundle properties) {
272
super.
onPropertiesChanged
(properties);
274
Log.d(TAG, "
onPropertiesChanged
: low-bit ambient = " + mLowBitAmbient);
DigitalWatchFaceService.java
315
public void
onPropertiesChanged
(Bundle properties) {
316
super.
onPropertiesChanged
(properties);
324
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
FitStepsWatchFaceService.java
315
public void
onPropertiesChanged
(Bundle properties) {
316
super.
onPropertiesChanged
(properties);
324
Log.d(TAG, "
onPropertiesChanged
: burn-in protection = " + burnInProtection
Completed in 250 milliseconds