Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java120 .setStartingSurface(mWMComponent.getStartingSurface()) in init()
136 .setStartingSurface(Optional.ofNullable(null)) in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSysUIComponent.java96 Builder setStartingSurface(Optional<StartingSurface> s); in setStartingSurface() method