Home
last modified time | relevance | path

Searched refs:themeId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java1772 int themeId in applyDefaultTheme() local
1775 return new ContextThemeWrapper(originalContext, themeId); in applyDefaultTheme()
/frameworks/base/core/java/android/widget/
DEditor.java3597 int themeId = isLightTheme ? R.style.ThemeOverlay_Material_Light in applyDefaultTheme() local
3600 return new ContextThemeWrapper(originalContext, themeId); in applyDefaultTheme()