Searched refs:RootView (Results 1 – 5 of 5) sorted by relevance
26 import com.android.systemui.dagger.qualifiers.RootView;59 static Context provideThemedContext(@RootView View view) { in provideThemedContext()72 @RootView85 static QSPanel provideQSPanel(@RootView View view) { in provideQSPanel()91 static QSContainerImpl providesQSContainerImpl(@RootView View view) { in providesQSContainerImpl()101 static QuickStatusBarHeader providesQuickStatusBarHeader(@RootView View view) { in providesQuickStatusBarHeader()113 static QSFooterView providesQSFooterView(@RootView View view) { in providesQSFooterView()128 static QSCustomizer providesQSCutomizer(@RootView View view) { in providesQSCutomizer()
27 import com.android.systemui.dagger.qualifiers.RootView;41 @RootView49 static KeyguardMessageArea providesKeyguardMessageArea(@RootView ViewGroup viewGroup) { in providesKeyguardMessageArea()56 static KeyguardHostView providesKeyguardHostView(@RootView ViewGroup rootView) { in providesKeyguardHostView()
22 import com.android.systemui.dagger.qualifiers.RootView;31 public KeyguardRootViewController(@RootView ViewGroup view) { in KeyguardRootViewController()
29 public @interface RootView { annotation
43 import com.android.systemui.dagger.qualifiers.RootView;658 public KeyguardBouncer create(@RootView ViewGroup container, in create()