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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java 362 public void onNotificationDoubleTap(boolean accepted, float dx, float dy) {
364 FalsingLog.i("onNotificationDoubleTap", "accepted=" + accepted
367 mDataCollector.onNotificationDoubleTap();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DataCollector.java 339 public void onNotificationDoubleTap() {
341 Log.d(TAG, "onNotificationDoubleTap");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 207 }, this::performClick, this::handleSlideBack, mFalsingManager::onNotificationDoubleTap);
    [all...]

Completed in 44 milliseconds