Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceSyncGroupTests.java92 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhenTimeout()
141 View backgroundView = mActivity.getBackgroundView(); in testOverlappingSyncsEnsureOrder_WhileHoldingTransaction()
156 View backgroundView = mActivity.getBackgroundView(); in addSecondSyncGroup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
H A DStatusBarFragmentModule.java152 return new PhoneStatusBarTransitions(view, statusBarWindowController.getBackgroundView()); in providePhoneStatusBarTransitions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java164 public View getBackgroundView() { in getBackgroundView() method in StatusBarWindowController