Searched refs:handleTouch (Results 1 – 4 of 4) sorted by relevance
137 mQsController.handleTouch( in onTouch_moveActionSetsCorrectExpansionHeight()140 mQsController.handleTouch( in onTouch_moveActionSetsCorrectExpansionHeight()154 mQsController.handleTouch(event, false, false); in handleTouch_downActionInQsArea()162 mQsController.handleTouch( in handleTouch_qsTouchedWhileCollapsingDisablesTracking()165 mQsController.handleTouch( in handleTouch_qsTouchedWhileCollapsingDisablesTracking()168 mQsController.handleTouch(secondTouch, false, true); in handleTouch_qsTouchedWhileCollapsingDisablesTracking()175 mQsController.handleTouch( in handleTouch_qsTouchedWhileExpanding()177 mQsController.handleTouch( in handleTouch_qsTouchedWhileExpanding()180 mQsController.handleTouch( in handleTouch_qsTouchedWhileExpanding()189 mQsController.handleTouch(MotionEvent.obtain(0L /* downTime */, in handleTouch_isConflictingExpansionGestureSet()[all …]
1726 boolean handleTouch = shouldInterceptTouchEvent(event); in onTouch()1727 if (handleTouch) { in onTouch()1749 return handleTouch; in onTouch()
5144 if (!mHeadsUpTouchHelper.isTrackingHeadsUp() && mQsController.handleTouch(5161 handled |= handleTouch(event);5165 private boolean handleTouch(MotionEvent event) {
1612 boolean handleTouch(MotionEvent event, boolean isFullyCollapsed, in handleTouch() method in QuickSettingsControllerImpl