Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DManualActivity.java41 private MainView mSoftwareView; field in ManualActivity
97 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()