Searched refs:progressLabel (Results 1 – 2 of 2) sorted by relevance
645 private TextView progressLabel = null; field in Card.CardProgress727 if (progressLabel != null) { in getProgressLabel()728 return progressLabel; in getProgressLabel()730 progressLabel = (TextView) progressView.findViewById(R.id.card_progress_text); in getProgressLabel()731 return progressLabel; in getProgressLabel()
645 private TextView progressLabel = null;727 if (progressLabel != null) {728 return progressLabel;730 progressLabel = (TextView) progressView.findViewById(R.id.card_progress_text);731 return progressLabel;