Home
last modified time | relevance | path

Searched defs:timeOffsetNano (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DPoint.java22 public long timeOffsetNano; field in Point
30 public Point(float x, float y, long timeOffsetNano) { in Point()