HomeSort by relevance Sort by last modified time
    Searched defs:otherPosition (Results 1 - 10 of 10) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 120 final Vector2 otherPosition = other.object.getPosition();
126 if (otherPosition.x + other.boundingVolume.getMinXPosition(sOtherFlip) > maxX) {
135 other.boundingVolume, otherPosition, sOtherFlip)) {
142 otherPosition,
161 otherPosition,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 152 int[] otherPosition;
154 otherPosition = otherState.getLaidOutLocationOnScreen();
156 otherPosition = otherState.getLocationOnScreen();
162 setTransformationStartX(otherPosition[0] - ownStablePosition[0]);
165 setTransformationStartY(otherPosition[1] - ownStablePosition[1]);
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 119 milliseconds