Searched refs:seconds (Results 1 – 8 of 8) sorted by relevance
54 long seconds = time / 1000; in setTime() local55 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()
12 - Set a delay of 10 seconds and press back. The activity and service are finished but the service is13 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 the15 back button. Open the activity again after 6 seconds. The activity will show the onStopTask even
52 double seconds = (double) monoTime / NANOS_PER_SECOND; in onSend() local53 sb.append(String.format(Locale.US, "%10.3f: ", seconds)); in onSend()
444 float seconds = in onDraw() local446 float minutes = mCalendar.get(Calendar.MINUTE) + seconds / 60f; in onDraw()448 final int secIndex = (int) (seconds / 60f * 360f); in onDraw()
663 final float seconds = in drawWatchFace() local665 final float secondsRotation = seconds * 6f; in drawWatchFace()
162 setUpColorPickerSelection(R.id.seconds, KEY_SECONDS_COLOR, config, R.string.color_gray); in setUpAllPickers()167 setUpColorPickerListener(R.id.seconds, KEY_SECONDS_COLOR); in setUpAllPickers()
155 + getString(R.string.seconds); in startScanning()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...