Searched refs:mSoftwareView (Results 1 – 1 of 1) sorted by relevance
41 private MainView mSoftwareView; field in ManualActivity97 mSoftwareView.invalidate(); in redrawViews()106 mSoftwareView = (MainView) findViewById(R.id.software_view); in onCreate()107 mSoftwareView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); in onCreate()108 mSoftwareView.setBackgroundColor(Color.WHITE); in onCreate()109 mSoftwareView.addDrawCallback(mDrawCallback); in onCreate()