Searched refs:mLongClickedView (Results 1 – 1 of 1) sorted by relevance
70 MonthWeekEventsView mLongClickedView; field in MonthByWeekAdapter372 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;