Home
last modified time | relevance | path

Searched refs:XYDt (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DBrightLineFalsingManager.java145 motionEvent -> new XYDt(
548 private final List<XYDt> mRecentMotionEvents;
551 List<XYDt> recentMotionEvents) { in DebugSwipeRecord()
562 for (XYDt event : mRecentMotionEvents) { in getString()
569 private static class XYDt { class in BrightLineFalsingManager
574 XYDt(int x, int y, int dT) { in XYDt() method in BrightLineFalsingManager.XYDt