Searched refs:mTime (Results 1 – 5 of 5) sorted by relevance
/cts/tests/input/src/android/input/cts/ |
D | VelocityTrackerTest.kt | 43 private var mTime: Long = 0 variable in android.input.cts.VelocityTrackerTest 66 mTime = 1000 in setup() 262 mTime += step in move() 280 mTime += duration in pause() 291 mTime, in createScrollMotionEvent() 314 if (mTime <= mLastTime) { in addMovement() 318 var ev = MotionEvent.obtain(0L, mTime, MotionEvent.ACTION_MOVE, mPx, mPy, 0) in addMovement() 326 mLastTime = mTime in addMovement() 335 logTrackingInfo(MotionEvent.AXIS_X, mTime, mPx, mVx, estimatedVx, mAx) in addMovement() 336 logTrackingInfo(MotionEvent.AXIS_Y, mTime, mPy, mVy, estimatedVy, mAy) in addMovement() [all …]
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ |
D | DeviceEvent.java | 186 private final Field mTime; field in DeviceEvent.DeviceEventTable 196 mTime = getField(EventTableConstants.TIME); in DeviceEventTable() 204 mTime.putLong(values, event.time); in buildContentValues() 218 mTime.getLong(cursor)); in buildStream()
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | WaterMeshNode.cpp | 20 MeshNode(mesh), mTime(time), mTextureId1(textureId1), mTextureId2(textureId2) { in WaterMeshNode() 40 glUniform1i(timeUniformHandle, mTime); in before()
|
D | WaterMeshNode.h | 30 const int mTime; variable
|
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/ |
D | TarJan.java | 32 private int mTime = 0; field in TarJan 68 Node v = new Node(mTime++, method); in tarjan()
|