Home
last modified time | relevance | path

Searched refs:titleText (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DLogPane.java54 TextView titleText = new TextView(context); in LogPane() local
55 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()