Searched refs:mTimerText (Results 1 – 2 of 2) sorted by relevance
45 private lateinit var mTimerText: TextView variable67 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 …]
119 private TextView mTimerText; field in BugReportActivity285 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()