Searched refs:mTouchHelper (Results 1 – 3 of 3) sorted by relevance
174 private final MonthViewTouchHelper mTouchHelper; field in MonthView224 mTouchHelper = getMonthViewTouchHelper(); in MonthView()225 ViewCompat.setAccessibilityDelegate(this, mTouchHelper); in MonthView()257 if (mTouchHelper.dispatchHoverEvent(event)) { in dispatchHoverEvent()389 mTouchHelper.invalidateRoot(); in setMonthParams()425 mTouchHelper.invalidateRoot(); in onSizeChanged()582 mTouchHelper.sendEventForVirtualView(day, AccessibilityEvent.TYPE_VIEW_CLICKED); in onDayClick()661 final int day = mTouchHelper.getFocusedVirtualView(); in getAccessibilityFocus()673 mTouchHelper.clearFocusedVirtualView(); in clearAccessibilityFocus()687 mTouchHelper.setFocusedVirtualView(day.day); in restoreAccessibilityFocus()
73 private final MonthViewTouchHelper mTouchHelper; field in SimpleMonthView159 mTouchHelper = new MonthViewTouchHelper(this); in SimpleMonthView()160 setAccessibilityDelegate(mTouchHelper); in SimpleMonthView()316 return mTouchHelper.dispatchHoverEvent(event) || super.dispatchHoverEvent(event); in dispatchHoverEvent()497 mTouchHelper.invalidateRoot(); in setSelectedDay()515 mTouchHelper.invalidateRoot(); in setFirstDayOfWeek()573 mTouchHelper.invalidateRoot(); in setMonthParams()665 mTouchHelper.invalidateRoot(); in onLayout()768 mTouchHelper.sendEventForVirtualView(day, AccessibilityEvent.TYPE_VIEW_CLICKED); in onDayClicked()
150 private final RadialPickerTouchHelper mTouchHelper; field in RadialTimePickerView392 mTouchHelper = new RadialPickerTouchHelper(); in RadialTimePickerView()393 setAccessibilityDelegate(mTouchHelper); in RadialTimePickerView()475 mTouchHelper.invalidateRoot(); in setCurrentHourInternal()564 mTouchHelper.invalidateRoot(); in setAmOrPm()584 mTouchHelper.invalidateRoot(); in showHours()600 mTouchHelper.invalidateRoot(); in showMinutes()648 mTouchHelper.invalidateRoot(); in onLayout()1035 if (mTouchHelper.dispatchHoverEvent(event)) { in dispatchHoverEvent()