Searched refs:mTime (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | VelocityTrackerTest.java | 38 private long mTime; field in VelocityTrackerTest 48 mTime = 1000; in setUp() 148 mTime += step; in move() 158 mTime += duration; in pause() 162 if (mTime >= mLastTime) { in addMovement() 163 MotionEvent ev = MotionEvent.obtain(0L, mTime, MotionEvent.ACTION_MOVE, mPx, mPy, 0); in addMovement() 166 mLastTime = mTime; in addMovement() 174 mTime, mPx, mPy, mVx, mVy, mAx, mAy, in addMovement()
|
/cts/suite/cts/deviceTests/opengl/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
|