Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java57 @QSThemedContext
64 @QSThemedContext
65 static LayoutInflater provideThemedLayoutInflater(@QSThemedContext Context context) { in provideThemedLayoutInflater()
H A DQSThemedContext.java32 public @interface QSThemedContext {} annotation
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java55 import com.android.systemui.qs.dagger.QSThemedContext;
124 @QSThemedContext Context context, in TileAdapter()