Searched refs:hwBothView (Results 1 – 2 of 2) sorted by relevance
44 final RectsView hwBothView = new RectsView(this, 850, Color.GREEN); in onCreate() local47 hwBothView.setLayerType(View.LAYER_TYPE_HARDWARE, null); in onCreate()48 frame.addView(hwBothView); in onCreate()
44 final LinesView hwBothView = new LinesView(this, 850, Color.GREEN); in onCreate() local47 hwBothView.setLayerType(View.LAYER_TYPE_HARDWARE, null); in onCreate()48 frame.addView(hwBothView); in onCreate()