Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt517 val dialogTheme: Resources.Theme = getResources().newTheme() in init() constant
518 dialogTheme.applyStyle(android.R.style.Theme_Dialog, true) in init()
519 val ta: TypedArray = dialogTheme.obtainStyledAttributes( in init()