Searched defs:themedContext (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | TileRequestDialog.kt | 70 val themedContext = ContextThemeWrapper(context, R.style.Theme_SystemUI_QuickSettings) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/ |
H A D | ShadeCarrierTest.java | 53 Context themedContext = in setUp() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/logcat/ |
H A D | LogAccessDialogActivity.java | 203 Context themedContext = new ContextThemeWrapper(this, themeId); in createView() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | BackgroundWindowManager.java | 212 final Context themedContext = new ContextThemeWrapper(mContext, in getThemeColor() local
|
H A D | OneHandedTutorialHandler.java | 245 final Context themedContext = new ContextThemeWrapper(mTutorialView.getContext(), in updateThemeColor() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSHost.java | 71 QSTileView createTileView(Context themedContext, QSTile tile, boolean collapsedView); in createTileView()
|
H A D | QSTileHost.java | 518 public QSTileView createTileView(Context themedContext, QSTile tile, boolean collapsedView) { in createTileView()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSPanelTest.kt | 60 private val themedContext = TestableContext( regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/ |
H A D | FooterActionsViewModelTest.kt | 67 private val themedContext = ContextThemeWrapper(context, R.style.Theme_SystemUI_QuickSettings) regex
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | RemoteViewsTest.java | 647 Context themedContext = in nestedViews_themesPropagateCorrectly() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationIconContainer.java | 185 final Context themedContext = new ContextThemeWrapper(getContext(), in initResources() local
|
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | BugreportProgressService.java | 1776 final Context themedContext = new ContextThemeWrapper( in initialize() local
|