Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceSyncGroupTests.java153 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder() local
155 firstSsg.add(backgroundView.getRootSurfaceControl(), in testOverlappingSyncsEnsureOrder()
156 () -> backgroundView.setBackgroundColor(Color.RED)); in testOverlappingSyncsEnsureOrder()
178 View backgroundView = mActivity.getBackgroundView(); in addSecondSyncGroup() local
179 ViewTreeObserver viewTreeObserver = backgroundView.getViewTreeObserver(); in addSecondSyncGroup()
181 surfaceSyncGroup.add(backgroundView.getRootSurfaceControl(), in addSecondSyncGroup()
182 () -> backgroundView.setBackgroundColor(Color.BLUE)); in addSecondSyncGroup()