HomeSort by relevance Sort by last modified time
    Searched refs:touchHandler (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
TwoButtonMethod.java 58 @Nullable private FlingUpDownTouchHandler touchHandler;
99 touchHandler =
130 touchHandler.setFlingEnabled(false);
138 if (touchHandler != null) {
139 touchHandler.detach();
140 touchHandler = null;
FlingUpDownMethod.java 147 private FlingUpDownTouchHandler touchHandler;
235 touchHandler = FlingUpDownTouchHandler.attach(view, this, falsingManager);
257 if (touchHandler != null) {
258 touchHandler.detach();
259 touchHandler = null;
292 touchHandler.setTouchEnabled(false);
485 contactPuckBackground.setActivated(touchHandler.isTracking());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java     [all...]

Completed in 160 milliseconds