Searched refs:top (Results 251 - 275 of 2342) sorted by last modified time

<<11121314151617181920>>

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java78 final float top = getMaxYPosition(flip) + position.y;
85 final boolean result = boxIntersect(left, right, top, bottom,
88 left, right, top, bottom);
H A DBackgroundCollisionComponent.java127 * vertical intersections. Perform another ray test, this time from the top of the
145 final int top = bottom + mHeight;
173 top, centerOffsetX, mVerticalHitPoint, mVerticalHitNormal,
178 top, centerOffsetX, mVerticalHitPoint, mVerticalHitNormal,
205 } else*/ if (mCurrentPosition.y + top > level.getLevelHeight()) {
206 mCurrentPosition.y = (level.getLevelHeight() - top - 1);
222 float yStart = top;
244 mCurrentPosition.y = (mVerticalHitPoint.y - top);
360 int bottom, int top, float centerX, Vector2 hitPoint, Vector2 hitNormal,
365 // Shoot a ray from the center of the previous frame's box to the edge (top o
359 sweepVertical(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, int bottom, int top, float centerX, Vector2 hitPoint, Vector2 hitNormal, GameObject parentObject) argument
[all...]
H A DCollisionSystem.java151 public boolean testBox(float left, float right, float top, float bottom, argument
162 float endY = top;
173 startY = top;
201 final float tileSpaceTop = top - yOffset;
222 left, right, top, bottom,
476 float left, float right, float top, float bottom,
499 segment.calculateIntersectionBox(left, right, top, bottom, tempHitPoint)) {
729 public boolean calculateIntersectionBox(float left, float right, float top, float bottom, argument
770 if (y1 > top || y2 < bottom) {
775 endIntersect = (y2 > top)
475 testBoxAgainstList(FixedSizeArray<LineSegment> segments, float left, float right, float top, float bottom, Vector2 movementDirection, GameObject excludeObject, Vector2 outputOffset, FixedSizeArray<HitPoint> outputHitPoints) argument
[all...]
H A DGLErrorLogger.java281 float top, float zNear, float zFar) {
283 top, zNear, zFar);
287 public void glFrustumx(int left, int right, int bottom, int top, argument
289 ((GL10)mGL).glFrustumx( left, right, bottom, top,
510 public void glOrthof(float left, float right, float bottom, float top, argument
512 ((GL10)mGL).glOrthof( left, right, bottom, top,
517 public void glOrthox(int left, int right, int bottom, int top, argument
519 ((GL10)mGL).glOrthox( left, right, bottom, top,
280 glFrustumf(float left, float right, float bottom, float top, float zNear, float zFar) argument
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DHasCompoundDrawablesMatcher.java16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { argument
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom);
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { argument
43 return new HasCompoundDrawablesMatcher(left, top, right, bottom);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCanvas.java73 public void drawBitmap(Bitmap bitmap, float left, float top, Paint paint) { argument
77 int y = (int) (top + translateY);
H A DShadowDrawable.java85 public void setBounds(int left, int top, int right, int bottom) { argument
86 bounds = new Rect(left, top, right, bottom);
H A DShadowFrameLayout.java29 layout(right, top, right + width, top + height);
H A DShadowMapView.java111 point.y = scaleDegree(geoPoint.getLatitudeE6(), bottom, top, mapCenter.getLatitudeE6(), latitudeSpan);
H A DShadowMarginLayoutParams.java20 public void setMargins(int left, int top, int right, int bottom) { argument
22 realMarginLayoutParams.topMargin = top;
H A DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { argument
16 realRect.top = top;
23 realRect.top = otherRect.top;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) { argument
36 realRect.top = top;
48 return realRect.bottom - realRect.top;
104 intersect(int left, int top, int right, int bottom) argument
[all...]
H A DShadowTextView.java239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { argument
240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
244 public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, argument
246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
250 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { argument
251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { argument
541 topDrawable = top;
546 public CompoundDrawables(int left, int top, int right, int bottom) { argument
548 topDrawable = top !
[all...]
H A DShadowView.java57 int top; field in class:ShadowView
378 return bottom - top;
431 top = t;
438 public void setPadding(int left, int top, int right, int bottom) { argument
440 paddingTop = top;
641 * @return top coordinate of the view
645 return top;
694 public void setTop(int top) { argument
695 this.top = top;
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDrawableTest.java62 assertThat(r.top, is(2));
73 assertThat(r.top, is(2));
H A DRectTest.java22 assertThat(r.top, is(2));
32 assertThat(r.top, is(2));
167 assertThat(r.top, is(2));
178 assertThat(r.top, is(2));
188 assertThat(r.top, is(22));
H A DViewInnerTextTest.java27 LinearLayout top = new LinearLayout(activity);
28 top.addView(textView("blah"));
29 top.addView(new View(activity));
30 top.addView(textView("a b c"));
33 top.addView(innerLayout);
41 top.addView(textView("mnop"));
43 assertEquals("blah a b c d e f g h i jkl! mnop", shadowOf(top).innerText());
48 LinearLayout top = new LinearLayout(activity);
49 top.addView(textView("blah", View.VISIBLE));
50 top
[all...]
/external/qemu/android/utils/
H A Dtimezone.c235 char* top,
246 char* p = top;
234 scan_timezone_dir( ScanDataRec* scan, char* top, int depth ) argument
/external/qemu/disas/
H A Dppc.c5216 unsigned long top = operand->bitm;
5217 /* top & -top gives the rightmost 1 bit, so this
5219 top |= (top & -top) - 1;
5220 top &= ~(top >> 1);
5221 value = (value ^ top) - top;
5208 unsigned long top = operand->bitm; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dansi2knr.c546 top: p = endfn;
568 goto top;

Completed in 297 milliseconds

<<11121314151617181920>>