OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShowEventDetailsWithAgenda
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java
61
private boolean
mShowEventDetailsWithAgenda
;
118
mShowEventDetailsWithAgenda
=
152
if (!
mShowEventDetailsWithAgenda
) {
188
if (!
mShowEventDetailsWithAgenda
) {
302
mShowEventDetailsWithAgenda
) ? true : false);
362
if (
mShowEventDetailsWithAgenda
) {
AgendaListView.java
52
private boolean
mShowEventDetailsWithAgenda
;
102
mShowEventDetailsWithAgenda
= Utils.getConfigBool(mContext,
184
!
mShowEventDetailsWithAgenda
)) {
266
//
mShowEventDetailsWithAgenda
== true implies we have a sticky header. In that case
269
if (
mShowEventDetailsWithAgenda
) {
/packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java
64
private boolean
mShowEventDetailsWithAgenda
;
113
mShowEventDetailsWithAgenda
=
185
if (
mShowEventDetailsWithAgenda
) {
AllInOneActivity.java
113
private static boolean
mShowEventDetailsWithAgenda
;
390
mShowEventDetailsWithAgenda
=
[
all
...]
Completed in 297 milliseconds