Searched refs:NOTIFICATION_DRAG_DOWN (Results 1 – 7 of 7) sorted by relevance
32 public static final int NOTIFICATION_DRAG_DOWN = 2; field in Classifier44 NOTIFICATION_DRAG_DOWN,
26 case Classifier.NOTIFICATION_DRAG_DOWN: in evaluate()
131 if (mCurrentType == Classifier.NOTIFICATION_DRAG_DOWN in onTouchEvent()
453 mHumanInteractionClassifier.setType(Classifier.NOTIFICATION_DRAG_DOWN); in onNotificatonStartDraggingDown()
23 import static com.android.systemui.classifier.Classifier.NOTIFICATION_DRAG_DOWN;46 case NOTIFICATION_DRAG_DOWN: in isFalseTouch()
183 updateInteractionType(Classifier.NOTIFICATION_DRAG_DOWN); in onNotificatonStartDraggingDown()
22 import static com.android.systemui.classifier.Classifier.NOTIFICATION_DRAG_DOWN;113 when(mDataProvider.getInteractionType()).thenReturn(NOTIFICATION_DRAG_DOWN); in testPass_NotificationDragDown()126 when(mDataProvider.getInteractionType()).thenReturn(NOTIFICATION_DRAG_DOWN); in testFalse_NotificationDragDown()