Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DVelocityTrackerTest.kt43 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/
DDeviceEvent.java186 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/
DWaterMeshNode.cpp20 MeshNode(mesh), mTime(time), mTextureId1(textureId1), mTextureId2(textureId2) { in WaterMeshNode()
40 glUniform1i(timeUniformHandle, mTime); in before()
DWaterMeshNode.h30 const int mTime; variable
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DTarJan.java32 private int mTime = 0; field in TarJan
68 Node v = new Node(mTime++, method); in tarjan()