Searched refs:RootView (Results 1 – 10 of 10) sorted by relevance
23 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 …]
20 import com.android.systemui.dagger.qualifiers.RootView;58 @BindsInstance @RootView PhoneStatusBarView phoneStatusBarView); in create()94 @RootView
6 import com.android.systemui.dagger.qualifiers.RootView28 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()
20 import com.android.systemui.dagger.qualifiers.RootView30 fun create(@RootView @BindsInstance rootView: View): QSSceneComponent
21 import com.android.systemui.dagger.qualifiers.RootView;38 QSFragmentComponent create(@BindsInstance @RootView View view); in create()
4 import com.android.systemui.dagger.qualifiers.RootView39 @RootView fun getRootView(): View
23 import com.android.systemui.dagger.qualifiers.RootView;37 KeyguardBouncerComponent create(@BindsInstance @RootView ViewGroup bouncerContainer); in create()
25 import com.android.systemui.dagger.qualifiers.RootView;40 static KeyguardSecurityContainer providesKeyguardSecurityContainer(@RootView ViewGroup rootView, in providesKeyguardSecurityContainer()
29 public @interface RootView { annotation
31 import com.android.systemui.dagger.qualifiers.RootView;145 public QSAnimator(@RootView View rootView, QuickQSPanel quickPanel, in QSAnimator()