Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewLayerInvalidationActivity.java39 static final String NO_NESTING = "Nested Layer: NO "; field in ViewLayerInvalidationActivity
67 nestedStatusTV.setText(NO_NESTING); in onCreate()
107 nestedStatusTV.setText(nestedLayersOn ? NESTING : NO_NESTING);