Home
last modified time | relevance | path

Searched refs:createSystemUIInitializer (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPhoneSystemUIAppComponentFactory.kt22 override fun createSystemUIInitializer(context: Context) = SystemUIInitializerImpl(context) method in com.android.systemui.PhoneSystemUIAppComponentFactory
DSystemUIAppComponentFactoryBase.kt60 protected abstract fun createSystemUIInitializer(context: Context): SystemUIInitializer in <lambda>() method in com.android.systemui.SystemUIAppComponentFactoryBase
64 val initializer = createSystemUIInitializer(context.applicationContext) in <lambda>()
/frameworks/base/packages/SystemUI/
DREADME.md21 `#createSystemUIInitializer(Context)` which returns a `SystemUIInitializer`.