Searched defs:int64_t (Results 1 – 4 of 4) sorted by relevance
16 const int64_t int64_tTest = -17179869184l; // - 1 << 34 constant
15 const int64_t int64_tTest = -17179869184l; // - 1 << 34 constant
72 virtual status_t setDataSource(int, int64_t, int64_t) { in setDataSource() argument
232 static int64_t touchTime = -1; // time of first touch (see doStart()) variable233 static int64_t releaseTime = 0L; // when touch was released variable1056 static int64_t lastTime = 0L; // keep track of how much time has passed between frames constant1273 static int64_t autoscrollStartTime = 0L; //tracks when we actually started interpolating variable1274 static int64_t autoscrollDuration = 0L; //in milli seconds constant1338 const int64_t interpolationEndTime = autoscrollStartTime + autoscrollDuration; constant