Searched refs:NO_NESTING (Results 1 – 1 of 1) sorted by relevance
39 static final String NO_NESTING = "Nested Layer: NO "; field in ViewLayerInvalidationActivity67 nestedStatusTV.setText(NO_NESTING); in onCreate()107 nestedStatusTV.setText(nestedLayersOn ? NESTING : NO_NESTING);