OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mshoweventdetailswithagenda
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java
63
private boolean
mShowEventDetailsWithAgenda
;
126
mShowEventDetailsWithAgenda
=
160
if (!
mShowEventDetailsWithAgenda
) {
196
if (!
mShowEventDetailsWithAgenda
) {
249
if (
mShowEventDetailsWithAgenda
) {
330
mShowEventDetailsWithAgenda
) ? true : false);
397
if (
mShowEventDetailsWithAgenda
) {
AgendaListView.java
52
private boolean
mShowEventDetailsWithAgenda
;
102
mShowEventDetailsWithAgenda
= Utils.getConfigBool(mContext,
183
!
mShowEventDetailsWithAgenda
)) {
298
//
mShowEventDetailsWithAgenda
== true implies we have a sticky header. In that case
301
if (
mShowEventDetailsWithAgenda
) {
/packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java
64
private boolean
mShowEventDetailsWithAgenda
;
113
mShowEventDetailsWithAgenda
=
188
if (
mShowEventDetailsWithAgenda
) {
AllInOneActivity.java
109
private static boolean
mShowEventDetailsWithAgenda
;
389
mShowEventDetailsWithAgenda
=
[
all
...]
Completed in 82 milliseconds