Searched refs:nestedStatusTV (Results 1 – 1 of 1) sorted by relevance
38 TextView nestedStatusTV, invalidateStatusTV; field in ViewLayerInvalidationActivity56 nestedStatusTV = findViewById(R.id.nestedStatus); in onCreate()67 nestedStatusTV.setText(NO_NESTING); in onCreate()107 nestedStatusTV.setText(nestedLayersOn ? NESTING : NO_NESTING);