Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.kt68 private var mWindowStyle = DIALOG_WINDOW_STYLE
105 const val DIALOG_WINDOW_STYLE = 1 constant
409 mView = if (mWindowStyle == DIALOG_WINDOW_STYLE) { in onCreateView()
DEventInfoActivity.kt149 if (isDialog) EventInfoFragment.DIALOG_WINDOW_STYLE in onCreate()