Lines Matching refs:mSelectionAllday
245 var mSelectionAllday = false variable
927 mSelectionAllday = false in remeasure()
1003 view.mSelectionAllday = mSelectionAllday in initView()
1005 view.mSelectionAllday = false in initView()
1299 mSelectionAllday = true in adjustHourSelection()
1321 mSelectionAllday = true in adjustHourSelection()
2216 if (mSelectionAllday && mComputeSelectedEvents) { in drawAllDayEvents()
2235 if (mSelectionAllday) { in drawAllDayEvents()
2367 if (date == mSelectionDay && !mSelectionAllday && mComputeSelectedEvents && in drawEvents()
3211 savedAllDay = mSelectionAllday in setSelectionFromPosition()
3227 mSelectionAllday = if (y < mFirstCell) { in setSelectionFromPosition()
3250 mSelectionAllday = savedAllDay in setSelectionFromPosition()
3265 if (mSelectionAllday) { in findSelectedEvent()