Searched refs:swBothView (Results 1 – 2 of 2) sorted by relevance
49 final RectsView swBothView = new RectsView(this, 854, Color.RED); in onCreate() local50 swBothView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); in onCreate()51 frame.addView(swBothView); in onCreate()
49 final LinesView swBothView = new LinesView(this, 854, Color.RED); in onCreate() local50 swBothView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); in onCreate()51 frame.addView(swBothView); in onCreate()