Searched defs:nestedStatusTV (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayerInvalidationActivity.java38 TextView nestedStatusTV, invalidateStatusTV; field in class:ViewLayerInvalidationActivity
56 nestedStatusTV = (TextView) findViewById(R.id.nestedStatus);
67 nestedStatusTV.setText(NO_NESTING);
107 nestedStatusTV.setText(nestedLayersOn ? NESTING : NO_NESTING);

Completed in 88 milliseconds