Searched refs:infoBottom (Results 1 – 1 of 1) sorted by relevance
109 final TextView infoBottom = (TextView) findViewById(R.id.usage_info_bottom_text); in bind() local110 infoBottom.setVisibility(bottom != null ? View.VISIBLE : View.GONE); in bind()111 infoBottom.setText(bottom); in bind()