Searched refs:touchHandler (Results 1 – 2 of 2) sorted by relevance
646 TaskStackViewTouchHandler touchHandler = mStackView.getTouchHandler(); in startTaskStackDeleteTaskAnimation() local647 touchHandler.onBeginManualDrag(deleteTaskView); in startTaskStackDeleteTaskAnimation()651 touchHandler.onChildDismissed(deleteTaskView); in startTaskStackDeleteTaskAnimation()654 final float dismissSize = touchHandler.getScaledDismissSize(); in startTaskStackDeleteTaskAnimation()660 touchHandler.updateSwipeProgress(deleteTaskView, true, progress); in startTaskStackDeleteTaskAnimation()
738 TouchInputHandler<K> touchHandler = new TouchInputHandler<K>( in build() local762 gestureRouter.register(toolType, touchHandler); in build()