Home
last modified time | relevance | path

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

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