Home
last modified time | relevance | path

Searched refs:RootView (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
DStatusBarFragmentModule.java23 import com.android.systemui.dagger.qualifiers.RootView;
54 static BatteryMeterView provideBatteryMeterView(@RootView PhoneStatusBarView view) { in provideBatteryMeterView()
69 static View startSideContent(@RootView PhoneStatusBarView view) { in startSideContent()
77 static View endSideContent(@RootView PhoneStatusBarView view) { in endSideContent()
85 static View provideLightsOutNotifView(@RootView PhoneStatusBarView view) { in provideLightsOutNotifView()
93 static View provideOperatorNameView(@RootView PhoneStatusBarView view) { in provideOperatorNameView()
103 static Optional<View> provideOperatorFrameNameView(@RootView PhoneStatusBarView view) { in provideOperatorFrameNameView()
110 static Clock provideClock(@RootView PhoneStatusBarView view) { in provideClock()
118 @RootView PhoneStatusBarView view) { in provideStatusBarUserSwitcherContainer()
127 @RootView PhoneStatusBarView phoneStatusBarView) { in providePhoneStatusBarViewController()
[all …]
DStatusBarFragmentComponent.java20 import com.android.systemui.dagger.qualifiers.RootView;
58 @BindsInstance @RootView PhoneStatusBarView phoneStatusBarView); in create()
94 @RootView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
DQSScopeModule.kt6 import com.android.systemui.dagger.qualifiers.RootView
28 fun provideThemedContext(@RootView view: View): Context { in provideThemedContext()
43 fun provideQSPanel(@RootView view: View): QSPanel { in provideQSPanel()
50 fun providesQSContainerImpl(@RootView view: View): QSContainerImpl { in providesQSContainerImpl()
57 fun providesQuickStatusBarHeader(@RootView view: View): QuickStatusBarHeader { in providesQuickStatusBarHeader()
71 fun providesQSFooterView(@RootView view: View): QSFooterView { in providesQSFooterView()
88 fun providesQSCutomizer(@RootView view: View): QSCustomizer { in providesQSCutomizer()
DQSSceneComponent.kt20 import com.android.systemui.dagger.qualifiers.RootView
30 fun create(@RootView @BindsInstance rootView: View): QSSceneComponent
DQSFragmentComponent.java21 import com.android.systemui.dagger.qualifiers.RootView;
38 QSFragmentComponent create(@BindsInstance @RootView View view); in create()
DQSComponent.kt4 import com.android.systemui.dagger.qualifiers.RootView
39 @RootView fun getRootView(): View
/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardBouncerComponent.java23 import com.android.systemui.dagger.qualifiers.RootView;
37 KeyguardBouncerComponent create(@BindsInstance @RootView ViewGroup bouncerContainer); in create()
DKeyguardBouncerModule.java25 import com.android.systemui.dagger.qualifiers.RootView;
40 static KeyguardSecurityContainer providesKeyguardSecurityContainer(@RootView ViewGroup rootView, in providesKeyguardSecurityContainer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/qualifiers/
DRootView.java29 public @interface RootView { annotation
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java31 import com.android.systemui.dagger.qualifiers.RootView;
145 public QSAnimator(@RootView View rootView, QuickQSPanel quickPanel, in QSAnimator()