Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewLayerInvalidationActivity.java34 ArrayList<LinearLayout> topLayouts = new ArrayList<LinearLayout>(); field in ViewLayerInvalidationActivity
60 topLayouts.add(container1); in onCreate()
61 topLayouts.add(container2); in onCreate()
62 topLayouts.add(container3); in onCreate()
113 for (LinearLayout layout : topLayouts) {