Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeSurfaceImpl.kt24 class ShadeSurfaceImpl @Inject constructor() : ShadeSurface, ShadeViewControllerEmptyImpl() {
DShadeSurface.kt30 interface ShadeSurface : interface
DShadeModule.kt168 abstract fun bindsShadeViewController(shadeSurface: ShadeSurface): ShadeViewController
DNotificationPanelViewController.java263 public final class NotificationPanelViewController implements ShadeSurface, Dumpable {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java44 import com.android.systemui.shade.ShadeSurface;
196 static ShadeSurface provideShadeSurface( in provideShadeSurface()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java181 import com.android.systemui.shade.ShadeSurface;
436 private final ShadeSurface mShadeSurface;
635 ShadeSurface shadeSurface, in CentralSurfacesImpl()