Searched refs:touchHandler (Results 1 – 2 of 2) sorted by relevance
57 @Nullable private FlingUpDownTouchHandler touchHandler; field in TwoButtonMethod98 touchHandler = in onCreateView()129 touchHandler.setFlingEnabled(false); in onCreateView()137 if (touchHandler != null) { in onDestroyView()138 touchHandler.detach(); in onDestroyView()139 touchHandler = null; in onDestroyView()
148 private FlingUpDownTouchHandler touchHandler; field in FlingUpDownMethod241 touchHandler = FlingUpDownTouchHandler.attach(view, this, falsingManager); in onCreateView()264 if (touchHandler != null) { in onDestroyView()265 touchHandler.detach(); in onDestroyView()266 touchHandler = null; in onDestroyView()299 touchHandler.setTouchEnabled(false); in onMoveFinish()493 contactPuckBackground.setActivated(touchHandler.isTracking()); in setPuckTouchState()