OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otherPosition
(Results
1 - 9
of
9
) sorted by null
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
DoubleBuffer.java
200
int
otherPosition
= otherBuffer.position;
203
equalSoFar = get(myPosition++) == otherBuffer.get(
otherPosition
++);
ByteBuffer.java
304
int
otherPosition
= otherBuffer.position;
307
equalSoFar = get(myPosition++) == otherBuffer.get(
otherPosition
++);
[
all
...]
CharBuffer.java
253
int
otherPosition
= otherBuffer.position;
256
equalSoFar = get(myPosition++) == otherBuffer.get(
otherPosition
++);
FloatBuffer.java
202
int
otherPosition
= otherBuffer.position;
205
equalSoFar = get(myPosition++) == otherBuffer.get(
otherPosition
++);
IntBuffer.java
200
int
otherPosition
= otherBuffer.position;
203
equalSoFar = get(myPosition++) == otherBuffer.get(
otherPosition
++);
LongBuffer.java
200
int
otherPosition
= otherBuffer.position;
203
equalSoFar = get(myPosition++) == otherBuffer.get(
otherPosition
++);
ShortBuffer.java
198
int
otherPosition
= otherBuffer.position;
201
equalSoFar = get(myPosition++) == otherBuffer.get(
otherPosition
++);
/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
108
int[]
otherPosition
;
110
otherPosition
= otherState.getLaidOutLocationOnScreen();
112
otherPosition
= otherState.getLocationOnScreen();
118
setTransformationStartX(
otherPosition
[0] - ownStablePosition[0]);
121
setTransformationStartY(
otherPosition
[1] - ownStablePosition[1]);
Completed in 2975 milliseconds