Searched refs:titleText (Results 1 – 1 of 1) sorted by relevance
54 TextView titleText = new TextView(context); in LogPane() local55 titleText.setText(R.string.log_pane_label); in LogPane()56 titleText.setTextSize(TypedValue.COMPLEX_UNIT_PX, in LogPane()61 this.addView(titleText, titleTextLayoutParams); in LogPane()