Searched refs:backgroundView (Results 1 – 1 of 1) sorted by relevance
153 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder() local155 firstSsg.add(backgroundView.getRootSurfaceControl(), in testOverlappingSyncsEnsureOrder()156 () -> backgroundView.setBackgroundColor(Color.RED)); in testOverlappingSyncsEnsureOrder()178 View backgroundView = mActivity.getBackgroundView(); in addSecondSyncGroup() local179 ViewTreeObserver viewTreeObserver = backgroundView.getViewTreeObserver(); in addSecondSyncGroup()181 surfaceSyncGroup.add(backgroundView.getRootSurfaceControl(), in addSecondSyncGroup()182 () -> backgroundView.setBackgroundColor(Color.BLUE)); in addSecondSyncGroup()