Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java70 MonthWeekEventsView mLongClickedView; field in MonthByWeekAdapter
372 if (mLongClickedView != null) { in onLongPress()
373 Time day = mLongClickedView.getDayFromLocation(mClickedXLocation); in onLongPress()
375 mLongClickedView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onLongPress()
380 mLongClickedView.clearClickedDay(); in onLongPress()
381 mLongClickedView = null; in onLongPress()
404 mLongClickedView = mClickedView;