Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 8 of 8) sorted by relevance

/developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
DTimerFormat.java54 long seconds = time / 1000; in setTime() local
55 long hundreds = (time - seconds * 1000) / 10; in setTime()
56 long minutes = seconds / 60; in setTime()
57 seconds = seconds - minutes * 60; in setTime()
66 if (hours == 0 && minutes == 0 && seconds == 0) { in setTime()
72 seconds++; in setTime()
73 if (seconds == 60) { in setTime()
74 seconds = 0; in setTime()
104 mSeconds = String.format(TWO_DIGITS, seconds); in setTime()
/developers/samples/android/background/JobScheduler/kotlinApp/
DREADME.md12 - Set a delay of 10 seconds and press back. The activity and service are finished but the service is
13 launched again in 10 seconds (logcat will show debug messages).
14 - Set a delay of 5 seconds and a work duration of 10 seconds. Schedule job and press the
15 back button. Open the activity again after 6 seconds. The activity will show the onStopTask even
/developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
DLoggingReceiver.java52 double seconds = (double) monoTime / NANOS_PER_SECOND; in onSend() local
53 sb.append(String.format(Locale.US, "%10.3f: ", seconds)); in onSend()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DOpenGLWatchFaceService.java444 float seconds = in onDraw() local
446 float minutes = mCalendar.get(Calendar.MINUTE) + seconds / 60f; in onDraw()
448 final int secIndex = (int) (seconds / 60f * 360f); in onDraw()
DAnalogComplicationWatchFaceService.java663 final float seconds = in drawWatchFace() local
665 final float secondsRotation = seconds * 6f; in drawWatchFace()
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DDigitalWatchFaceCompanionConfigActivity.java162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray); in setUpAllPickers()
167 setUpColorPickerListener(R.id.seconds, KEY_SECONDS_COLOR); in setUpAllPickers()
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
DScannerFragment.java155 + getString(R.string.seconds); in startScanning()
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...