Searched refs:physicalTime (Results 1 – 4 of 4) sorted by relevance
87 NSTimeInterval physicalTime = [_client lastShockTimeWithError:&error];88 if (physicalTime == -1) {96 touch.physicalTime = physicalTime;107 if (physicalTime == 0) {113 NSTimeInterval physicalToKernel = kernelTime - physicalTime;175 [p2k addObject:[NSNumber numberWithDouble:touch.kernelTime - touch.physicalTime]];
22 @property (nonatomic, assign) NSTimeInterval physicalTime;
86 tapEvent.physicalTime = waltDevice.readLastShockTime();92 … final double physicalToKernelTime = (tapEvent.kernelTime - tapEvent.physicalTime) / 1000.;129 traceLogger.log(tapEvent.physicalTime + waltDevice.clock.baseTime, in traceLogEvent()188 double dt = (e.kernelTime - e.physicalTime) / 1000.0; in checkTapSanity()190 if (e.physicalTime == 0) { in checkTapSanity()
32 public long physicalTime, kernelTime, createTime; field in UsMotionEvent