Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceSyncGroupTests.java106 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhenTimeout()
155 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhileHoldingTransaction()
170 View backgroundView = mActivity.getBackgroundView(); in addSecondSyncGroup()
220 public View getBackgroundView() { in getBackgroundView() method in SurfaceSyncGroupTests.TestActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
DStatusBarFragmentModule.java139 return new PhoneStatusBarTransitions(view, statusBarWindowController.getBackgroundView()); in providePhoneStatusBarTransitions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java169 public View getBackgroundView() { in getBackgroundView() method in StatusBarWindowController