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

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

Completed in 71 milliseconds