HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 451 - 475 of 984) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/include/hardware/
gralloc.h 285 * return -EINVAL if width or height <=0, or if left or top < 0
288 int left, int top, int width, int height);
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 820 int top = (w - height) / 2 + yPos;
821 mDstRect.set(left, top, left + width, top + height);
847 int top = (h - height) / 2 + yPos;
848 mSrcRect.set(left, top, left + width, top + height);
869 int top = h - height - 5 + yPos;
870 mSrcRect.set(left, top, left + width, top + height);
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 225 int top = mSelectorDefaultY + (y - mDownY); local
226 if (top <= mSelectorMinY && canScrollDown()) {
233 } else if (top >= mSelectorMaxY && canScrollUp()) {
241 mSelectorY = top;
280 /* The bounds of the top area where the text should be light */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
insert_fn_imps.hpp 143 node_pointer p_nd = m_rc.top();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 146 inline void top() function in class:NCursesPanel
150 // Make this panel the top panel in the stack.
206 // Put a frame around the panel and put the title centered in the top line
215 // Put the title centered in the top line and btitle in the bottom line.
  /sdk/emulator/qtools/
trace_reader.h 1398 int top = pstate->method_stack_top; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 1179 HWND top; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 106 // the user about an unexpected activity being launched on top.
210 * when we normally hold the top activity paused.
389 * Returns the top activity in any existing task matching the given
418 //Slog.i(TAG, "For Intent " + intent + " bringing to top: " + r.intent);
424 //Slog.i(TAG, "For Intent " + intent + " bringing to top: " + r.intent);
434 * Returns the first activity (starting from the top of the stack) that
451 //Slog.i(TAG, "For Intent " + intent + " bringing to top: " + r.intent);
1869 int top = mHistory.size(); local
2174 ActivityRecord top = performClearTaskLocked( local
2259 ActivityRecord top = topRunningNonDelayedActivityLocked(notTop); local
2319 ActivityRecord top = performClearTaskLocked( local
2338 ActivityRecord top = moveActivityToFrontLocked(where); local
3257 int top = mHistory.size()-1; local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 1285 int top = getCompoundPaddingTop(); local
1318 int top = getCompoundPaddingTop(); local
3641 int top = getExtendedPaddingTop() + getVerticalOffset(true); local
3666 int top = mLayout.getLineTop(line); local
3937 final int top = mTop; local
5635 final int top = mLayout.getLineTop(line); local
5807 final int top = mLayout.getLineTop(line); local
7865 final int top = 0; local
    [all...]
RelativeLayout.java 85 * Rule that aligns a child's bottom edge with another child's top edge.
89 * Rule that aligns a child's top edge with another child's bottom edge.
102 * Rule that aligns a child's top edge with another child's top edge.
120 * Rule that aligns the child's top edge with its RelativeLayout
121 * parent's top edge.
156 private int mGravity = Gravity.LEFT | Gravity.TOP;
191 * effect if the gravity is <code>Gravity.LEFT | Gravity.TOP</code>.
207 * <code>Gravity.LEFT | Gravity.TOP</code>.
224 gravity |= Gravity.TOP;
343 int top = Integer.MAX_VALUE; local
895 int top = (myHeight - childHeight) \/ 2; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.cpp 114 /* know for the [top] range will explicitly set the upper bound for */
117 /* In that respect, we use [top] for tailoring of locales that use CJK */
152 // Set values for the top - TODO: once we have values for all the indirects, we are going
262 U_STRING_DECL(option_04, "variable top", 12);
263 U_STRING_DECL(option_05, "top", 3);
285 [top] guaranteed to be above all implicit CEs, for now and in the future (in 1.8)
366 /*08*/ {option_04, 12, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"variable top" */
369 /*11*/ {option_05, 3, NULL, 0, UCOL_ATTRIBUTE_COUNT}, /*"top" */
429 U_STRING_INIT(option_04, "variable top", 12);
430 U_STRING_INIT(option_05, "top", 3)
749 UBool top = FALSE; local
1365 UBool top = FALSE; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 580 int top = boundingBox.y(); local
591 toRenderInline(inlineFlow)->layer()->relativePositionOffset(left, top);
594 IntRect r(-ow + left, -ow + top, boundingBox.width() + ow * 2, boundingBox.height() + ow * 2);
939 int top = max(root->lineTop(), curr->y()); local
997 int top = max(root->lineTop(), curr->y()); local
    [all...]
  /build/tools/droiddoc/templates/
hierarchy.cs 9 vertical-align: top;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 409 assertEquals(expected.top, mockDrawable.getBounds().top);
426 assertEquals(expected.top, mockDrawable.getBounds().top);
437 assertEquals(bounds.top, mockDrawable.getBounds().top);
448 assertEquals(bounds.top, mockDrawable.getBounds().top);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
517 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
518 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 235 EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
237 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
  /development/simulator/wrapsim/
DevFb.c 130 t = dirty.top >=0 ? dirty.top : 0;
  /external/chromium/third_party/icu/source/common/
uresdata.c 563 * preflight one resource item and set bottom and top values;
564 * length, bottom, and top count Resource item offsets (4 bytes each), not bytes
596 /* top=offset+1+(string length +1)/2 rounded up */
600 /* top=offset+1+(binary length)/4 rounded up */
614 /* top=((1+ table item count)/2 rounded up)+(table item count) */
621 /* top=(1+ table item count)+(table item count) */
653 /* top=offset+1+(array length) */
674 /* top=offset+1+(vector length) */
970 int32_t bundleLength, stringsBottom, bottom, top; local
    [all...]
  /external/jpeg/
ansi2knr.c 546 top: p = endfn;
568 goto top;
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 148 add %sp,$bias,%o0 ! real top of stack
  /external/skia/src/core/
SkPictureRecord.h 35 virtual void drawBitmap(const SkBitmap&, SkScalar left, SkScalar top,
41 virtual void drawSprite(const SkBitmap&, int left, int top,
  /external/skia/src/images/
SkImageDecoder_fpdfemb.cpp 128 int height = PDF2Pixels(bounds.top - bounds.bottom);
216 rect.left, rect.top, rect.right, rect.bottom);
  /external/skia/src/xml/
SkXMLWriter.cpp 223 SkASSERT(!fElems.top()->fHasChildren);
285 SkASSERT(fElems.count() == 0 || !fElems.top()->fHasChildren);
  /external/v8/test/mjsunit/
function-caller.js 43 // Check called from top-level.
  /external/v8/test/mjsunit/regress/
regress-1919169.js 38 // Crash does not occur when code is run at the top level.

Completed in 823 milliseconds

<<11121314151617181920>>