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()
85 private final MonthViewTouchHelper mTouchHelper; field in SimpleMonthView171 mTouchHelper = new MonthViewTouchHelper(this); in SimpleMonthView()172 setAccessibilityDelegate(mTouchHelper); in SimpleMonthView()344 return mTouchHelper.dispatchHoverEvent(event) || super.dispatchHoverEvent(event); in dispatchHoverEvent()755 mTouchHelper.invalidateRoot(); in setSelectedDay()775 mTouchHelper.invalidateRoot(); in setFirstDayOfWeek()833 mTouchHelper.invalidateRoot(); in setMonthParams()926 mTouchHelper.invalidateRoot(); in onLayout()1029 mTouchHelper.sendEventForVirtualView(day, AccessibilityEvent.TYPE_VIEW_CLICKED); in onDayClicked()
153 private final RadialPickerTouchHelper mTouchHelper; field in RadialTimePickerView382 mTouchHelper = new RadialPickerTouchHelper(); in RadialTimePickerView()383 setAccessibilityDelegate(mTouchHelper); in RadialTimePickerView()507 mTouchHelper.invalidateRoot(); in setCurrentHourInternal()608 mTouchHelper.invalidateRoot(); in setAmOrPm()663 mTouchHelper.invalidateRoot(); in onLayout()699 mTouchHelper.invalidateRoot(); in showPicker()1047 if (mTouchHelper.dispatchHoverEvent(event)) { in dispatchHoverEvent()