Searched refs:mIndicator (Results 1 – 1 of 1) sorted by relevance
41 private TextView mIndicator; field in ElementLayoutActivity52 mIndicator = new TextView(this); in onCreate()53 mLayout.addView(mIndicator); in onCreate()54 mIndicator.setText("***\n***"); in onCreate()55 mIndicator.setBackgroundColor(BACKGROUND_COLOR); in onCreate()152 mIndicator.setBackgroundColor(background); in onPreDraw()