Searched refs:mPercentageTextView (Results 1 – 1 of 1) sorted by relevance
25 private var mPercentageTextView: TextView? = null in <lambda>() variable41 mPercentageTextView = it.findViewById(R.id.percentage_text_view) in <lambda>()59 mPercentageTextView!!.text = String.format(Locale.getDefault(), "%.2f%%", percent) in <lambda>()95 mPercentageTextView = null in <lambda>()