Home
last modified time | relevance | path

Searched refs:mTimerText (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerItem.kt45 private lateinit var mTimerText: TextView variable
67 mTimerText = findViewById<View>(R.id.timer_time_text) as TextView in onFinishInflate()
68 mTimerTextController = TimerTextController(mTimerText) in onFinishInflate()
70 val c = mTimerText.context in onFinishInflate()
73 mTimerText.setTextColor(ColorStateList( in onFinishInflate()
103 if (!timer.isPaused || !blinkOff || mTimerText.isPressed) { in update()
104 mTimerText.alpha = 1f in update()
106 mTimerText.alpha = 0f in update()
117 mTimerText.isClickable = true in update()
118 mTimerText.isActivated = false in update()
[all …]
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportActivity.java119 private TextView mTimerText; field in BugReportActivity
285 mTimerText = findViewById(R.id.voice_recording_timer_text_view); in prepareUi()
340 mTimerText.setVisibility(View.VISIBLE); in showSubmitBugReportUi()
344 mTimerText.setVisibility(View.GONE); in showSubmitBugReportUi()
646 mTimerText.setText(String.format(Locale.US, "%d %s remaining", secondsRemaining, in createCountDownTimer()