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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 71 mRect.top = off;
115 final int midTopY = mRect.top;
118 mColorPath.moveTo(indicatorLeft, mRect.top);
125 indicatorRight, mRect.top);
131 indicatorLeft+lineOffset, mRect.top);
135 indicatorRight-lineOffset, mRect.top);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 75 Composite top = new Composite(parent, SWT.NONE); local
76 top.setLayoutData(new GridData(GridData.FILL_BOTH));
77 top.setLayout(new GridLayout(1, false));
79 Group targetGroup = new Group(top, SWT.NONE);
86 Group libraryGroup = new Group(top, SWT.NONE);
98 Group g = new Group(top, SWT.NONE);
122 return top;
  /external/freetype/src/cff/
cffload.c 1318 CFF_FontRecDict top = &font->font_dict; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 294 public int saveLayer(float left, float top, float right, float bottom,
296 return native_saveLayer(mNativeCanvas, left, top, right, bottom,
325 public int saveLayerAlpha(float left, float top, float right, float bottom,
327 return native_saveLayerAlpha(mNativeCanvas, left, top, right, bottom,
465 rect.left, rect.top, rect.right, rect.bottom,
479 rect.left, rect.top, rect.right, rect.bottom,
507 * @param top The top of the rectangle to intersect with the current
516 public boolean clipRect(float left, float top, float right, float bottom,
518 return native_clipRect(mNativeCanvas, left, top, right, bottom
    [all...]
  /frameworks/base/libs/ui/
Region.cpp 248 bounds.top = bounds.bottom = 0;
259 bounds.top = storage.itemAt(0).top;
260 bounds.bottom = storage.top().bottom;
272 // rect.left, rect.top, rect.right, rect.bottom);
274 if (cur->top != rect.top) {
294 if (p->top == q->bottom) {
314 bounds.right = max(span.top().right, bounds.right);
332 b.top = b.top < cur->top ? b.top : cur->top
    [all...]
  /external/quake/quake/src/QW/client/
gl_rmisc.c 236 int top, bottom; local
267 top = player->topcolor;
269 top = (top < 0) ? 0 : ((top > 13) ? 13 : top);
271 top *= 16;
279 if (top < 128) // the artists made some backwards ranges. sigh.
280 translate[TOP_RANGE+i] = top+i;
282 translate[TOP_RANGE+i] = top+15-i
    [all...]
sbar.c 611 int top, bottom; local
635 top = s->topcolor;
637 top = (top < 0) ? 0 : ((top > 13) ? 13 : top);
640 top = Sbar_ColorForMap (top);
643 // Draw_Fill (xofs + x*8 + 10, y, 28, 4, top);
645 Draw_Fill (x*8 + 10, y, 28, 4, top);
995 int top, bottom; local
1161 int top, bottom; local
    [all...]
  /external/quake/quake/src/WinQuake/
sv_user.cpp 57 vec3_t top, bottom; local
71 top[0] = sv_player->u.v.origin[0] + cosval*(i+3)*12;
72 top[1] = sv_player->u.v.origin[1] + sinval*(i+3)*12;
73 top[2] = sv_player->u.v.origin[2] + sv_player->u.v.view_ofs[2];
75 bottom[0] = top[0];
76 bottom[1] = top[1];
77 bottom[2] = top[2] - 160;
79 tr = SV_Move (top, vec3_origin, vec3_origin, bottom, 1, sv_player);
86 z[i] = top[2] + tr.fraction*(bottom[2]-top[2])
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 129 public void setImageRegion(int left, int top, int width, int height) {
132 mImageView.setLayoutParams(new LayoutParams(width, height, left, top));
246 public void setTextRegion(int left, int top, int width, int height) {
249 mScrollText.setLayoutParams(new LayoutParams(width, height, left, top));
253 public void setVideoRegion(int left, int top, int width, int height) {
255 mVideoView.setLayoutParams(new LayoutParams(width, height, left, top));
416 public Position(int left, int top) {
417 mTop = top;
459 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
460 super.onLayout(changed, left, top, right, bottom)
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 106 * A class that represents a fixed view in a list, for example a header at the top
217 * Make sure views are touching the top or bottom edge, as appropriate for
229 // align with the top
231 delta = child.getTop() - mListPadding.top;
264 * Add a fixed view to appear at the top of the list. If addHeaderView is
291 * Add a fixed view to appear at the top of the list. If addHeaderView is
531 * @return Whether the list needs to show the top fading edge
534 final int listTop = mScrollY + mListPadding.top;
556 int rectTopWithinChild = rect.top;
568 // leave room for top fading edge as long as rect isn't at very to
617 int top = getChildAt(0).getTop(); local
1076 final int top = focusedChild.getTop() - offset; local
    [all...]
  /external/icu4c/i18n/
timezone.cpp 162 static UBool getOlsonMeta(const UResourceBundle* top) {
167 ures_getByKey(top, kZONES, &res, &ec);
183 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); local
185 getOlsonMeta(top);
187 ures_close(top);
235 * @param top Top timezone resource
240 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) {
242 UResourceBundle *tmp = ures_getByKey(top, kNAMES, NULL, &status);
254 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from to
296 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); local
432 UResourceBundle *top = openOlsonResource(id, res, ec); local
669 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); local
848 UResourceBundle *top = openOlsonResource(id, res, ec); local
870 UResourceBundle *top = openOlsonResource(id, res, ec); local
    [all...]
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.c 93 uint32_t top; member in struct:__anon3055
965 uint16_t aliasOffset = (uint16_t)(tagBlock.top/sizeof(uint16_t));
1063 uint32_t top; local
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 93 uint32_t top; member in struct:__anon4125
965 uint16_t aliasOffset = (uint16_t)(tagBlock.top/sizeof(uint16_t));
1063 uint32_t top; local
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 368 MGL_TOP_TEXT = 0, /* Justify from top */
547 m_int top; member in struct:__anon6740
767 /* Macros to access the (left,top) and (right,bottom) points of a
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 368 MGL_TOP_TEXT = 0, /* Justify from top */
547 m_int top; member in struct:__anon7039
767 /* Macros to access the (left,top) and (right,bottom) points of a
    [all...]
  /external/v8/src/
spaces-inl.h 253 // Try linear allocation in the page of alloc_info's allocation top. Does
259 Address current_top = alloc_info->top;
263 alloc_info->top = new_top;
322 Address new_top = alloc_info->top + size_in_bytes;
325 Object* obj = HeapObject::FromAddress(alloc_info->top);
326 alloc_info->top = new_top;
330 ASSERT(space->low() <= alloc_info->top
331 && alloc_info->top <= space->high()
spaces.h 52 // have the allocation top address of this page. The next 248 bytes are
117 // Page* p = Page::FromAllocationTop(top);
131 // Returns the page containing an allocation top. Because an allocation
132 // top address can be the upper bound of the page, we need to subtract
135 INLINE(static Page* FromAllocationTop(Address top)) {
136 Page* p = FromAddress(top - kPointerSize);
137 ASSERT_PAGE_OFFSET(p->Offset(top));
619 // top of a space. The given address must be below the current
620 // allocation pointer (space top). There are some caveats.
622 // (1) If the space top changes upward during iteration (because o
742 Address top; \/\/ current allocation top member in class:v8::internal::AllocationInfo
902 Address top() { return allocation_info_.top; } function in class:v8::internal::PagedSpace
1325 Address top() { return allocation_info_.top; } function in class:v8::internal::NewSpace
    [all...]
  /frameworks/base/services/java/com/android/server/
LoadAverageService.java 182 int top = mPaddingTop + 2; local
186 canvas.drawRect(x-irqW, top, x, bottom, mIrqPaint);
190 canvas.drawRect(x-systemW, top, x, bottom, mSystemPaint);
194 canvas.drawRect(x-userW, top, x, bottom, mUserPaint);
214 top += mFH;
221 canvas.drawRect(x-systemW, top, x, bottom, mSystemPaint);
225 canvas.drawRect(x-userW, top, x, bottom, mUserPaint);
279 params.gravity = Gravity.RIGHT | Gravity.TOP;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 122 Composite top = (Composite)super.createDialogArea(parent); local
125 createMessageArea(top);
128 createFilteredTree(top);
134 createNewResButtons(top);
136 return top;
141 * @param top the parent composite
143 private void createNewResButtons(Composite top) {
144 mNewResButton = new Button(top, SWT.NONE);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 128 final int top = 30; local
152 region.set(left, top, right, bottom);
176 final int top = 30; local
185 mMockSurfaceView.layout(left, top, right, bottom);
190 assertEquals(bottom - top, mMockSurfaceView.getHeight());
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 84 bounds.Set(bounds.left,bounds.top,bounds.right+width_padding,bounds.bottom+height_padding);
191 bounds.top = 0; bounds.left = 0;
278 int left,top; local
279 SDL_Win->GetXYOffset(left,top);
280 bview->MoveTo(left+dst->x,top+dst->y);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5yuv.c 257 srcrect.top = src->y;
258 srcrect.bottom = srcrect.top+src->h;
261 dstrect.top = SDL_bounds.top+dst->y;
263 dstrect.bottom = dstrect.top+dst->h;
  /external/webkit/WebKit/win/
WebScrollBar.cpp 138 IntRect rect(bounds.left, bounds.top, bounds.right-bounds.left, bounds.bottom-bounds.top);
164 IntRect rect(damageRect.left, damageRect.top, damageRect.right-damageRect.left, damageRect.bottom-damageRect.top);
177 bounds->top = rect.y();
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 154 final int top = (textureHeight-height) / 2; local
162 canvas.drawRect(left, top, left+width, top+height, debugPaint);
166 icon.setBounds(left, top, left+width, top+height);
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorBar.java 48 mHighlight.draw(root, bounds.left, bounds.top,
111 boolean changed, int left, int top, int right, int bottom) {
113 getComponent(0).layout(0, 0, right - left, bottom - top);
117 int cBottom = bottom - top - p.bottom;
119 int yoffset = mPaddings.top;

Completed in 2825 milliseconds

1 2 3 4 5 6 7 891011>>