Searched refs:mCurrentPosition (Results 1 – 4 of 4) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | BackgroundCollisionComponent.java | 34 private Vector2 mCurrentPosition; field in BackgroundCollisionComponent 65 mCurrentPosition = new Vector2(); in BackgroundCollisionComponent() 84 mCurrentPosition = new Vector2(); in BackgroundCollisionComponent() 149 mCurrentPosition.set(parentObject.getPosition()); in update() 150 mDelta.set(mCurrentPosition); in update() 169 … horizontalHit = sweepHorizontal(mPreviousCenter, mCurrentPosition, mDelta, left, in update() 172 verticalHit = sweepVertical(mPreviousCenter, mCurrentPosition, mDelta, bottom, in update() 177 verticalHit = sweepVertical(mPreviousCenter, mCurrentPosition, mDelta, bottom, in update() 180 … horizontalHit = sweepHorizontal(mPreviousCenter, mCurrentPosition, mDelta, left, in update() 188 if (mCurrentPosition.x + left < 0.0f) { in update() [all …]
|
D | SimpleCollisionComponent.java | 22 private Vector2 mCurrentPosition; field in SimpleCollisionComponent 31 mCurrentPosition = new Vector2(); in SimpleCollisionComponent() 40 mCurrentPosition.zero(); in reset() 51 … mCurrentPosition.set(parentObject.getCenteredPositionX(), parentObject.getCenteredPositionY()); in update() 52 mMovementDirection.set(mCurrentPosition); in update() 57 final boolean hit = collision.castRay(mPreviousPosition, mCurrentPosition, in update()
|
/external/angle/src/tests/compiler_tests/ |
D | UnrollFlatten_test.cpp | 40 mCurrentPosition = static_cast<int>(mTranslatedSource.find("cbuffer DriverConstants")); in compile() 49 auto position = mTranslatedSource.find(pattern, mCurrentPosition); in expect() 61 mTranslatedSource.find(badPattern, mCurrentPosition) < position) in expect() 70 mCurrentPosition = static_cast<int>(position) + 1; in expect() 81 int mCurrentPosition; member in __anon2492c51d0111::UnrollFlattenTest
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/ |
D | BluetoothMediaPlayback.java | 58 private long mCurrentPosition = 0; field in BluetoothMediaPlayback 80 mCurrentPosition = 0; 118 Log.d(TAG + " Update Playback Status Curr Posn: " + mCurrentPosition); in updatePlaybackState() 119 stateBuilder.setState(state, mCurrentPosition, 1.0f, SystemClock.elapsedRealtime()); in updatePlaybackState() 219 mCurrentPosition = mMediaPlayer.getCurrentPosition(); in pause() 239 mCurrentPosition = 0; in skipNext() 261 mCurrentPosition = 0; in skipPrev()
|