Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java164 public static final int DIALOG_WINDOW_STYLE = 1; field in EventInfoFragment
166 private int mWindowStyle = DIALOG_WINDOW_STYLE;
710 DIALOG_WINDOW_STYLE); in onActivityCreated()
864 DIALOG_WINDOW_STYLE); in onCreateView()
901 if (mWindowStyle == DIALOG_WINDOW_STYLE) { in onCreateView()
DEventInfoActivity.java157 EventInfoFragment.DIALOG_WINDOW_STYLE : in onCreate()
DSearchActivity.java194 event.getResponse(), false, EventInfoFragment.DIALOG_WINDOW_STYLE, in showEventInfo()
DAllInOneActivity.java1198 EventInfoFragment.DIALOG_WINDOW_STYLE, in handleEvent()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaFragment.java430 EventInfoFragment.DIALOG_WINDOW_STYLE, null); in showEventInfo()