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

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 136 enum { HORIZON_MS = 100 };
582 const base::TimeDelta horizon = base::TimeDelta::FromMilliseconds(HORIZON_MS);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 486 private static final long HORIZON_MS = 7 * 24 * 60 * 60 * 1000L; // 1 week
664 long horizonStartMs = nowMs - HORIZON_MS;

Completed in 56 milliseconds