HomeSort by relevance Sort by last modified time
    Searched refs:TOP (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /frameworks/base/core/java/android/widget/
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...]
MediaController.java 294 p.gravity = Gravity.TOP;
ZoomButtonsController.java 244 lp.gravity = Gravity.TOP | Gravity.LEFT;
452 // The gap between the top of the owner and the top of the container
463 // lp.x and lp.y should be relative to the owner's window top-left
627 // Reverse order so the child drawn on top gets first dibs.
654 if (containerCoordsY >= frame.top && containerCoordsY <= frame.bottom) {
657 distanceY = Math.min(Math.abs(frame.top - containerCoordsY),
TextView.java 1279 int top = getCompoundPaddingTop(); local
1312 int top = getCompoundPaddingTop(); local
3635 int top = getExtendedPaddingTop() + getVerticalOffset(true); local
3660 int top = mLayout.getLineTop(line); local
3917 final int top = mTop; local
5614 final int top = mLayout.getLineTop(line); local
5786 final int top = mLayout.getLineTop(line); local
7850 final int top = 0; local
    [all...]
Gallery.java 784 mSpinnerPadding.top + mSpinnerPadding.bottom, lp.height);
814 * @return Where the top of the child should be
823 case Gravity.TOP:
824 childTop = mSpinnerPadding.top;
828 - mSpinnerPadding.top - childHeight;
829 childTop = mSpinnerPadding.top + (availableSpace / 2);
    [all...]
  /build/core/
definitions.mk 51 # of all targets for a particular tag. The top-level variable
    [all...]
  /frameworks/base/core/java/android/view/
VolumePanel.java 265 mToast.setGravity(Gravity.TOP, 0, 0);
SurfaceView.java 54 * normally appear on top of it. This can be used to place overlays such as
55 * buttons on top of the Surface, though note however that it can have an
292 protected boolean setFrame(int left, int top, int right, int bottom) {
293 boolean result = super.setFrame(left, top, right, bottom);
353 * Control whether the surface view's surface is placed on top of another
355 * This is typically used to place overlays on top of an underlying media
370 * Control whether the surface view's surface is placed on top of its
375 * SurfaceView is in will be visible on top of its surface.
436 + " top=" + (mTop != mLocation[1]));
475 mLayout.gravity = Gravity.LEFT|Gravity.TOP;
    [all...]
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 159 // when dragging off the top of the screen, calculate position
266 // dragging on top of the header item, so adjust the item below
351 // if we're already at the top, don't try to scroll, because
372 mWindowParams.gravity = Gravity.TOP | Gravity.LEFT;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 114 this.gravity = Gravity.TOP | Gravity.LEFT;
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 233 * If not set container, the DecorWindow operates as a top-level window, the mHasChildren of
409 * 1. getDecorView() retrieves the top-level window decor view, which contains the standard
    [all...]
  /external/webkit/WebCore/page/mac/
FrameMac.mm 441 case TOP:
  /prebuilt/common/asm/
asm-3.1.jar 
  /external/openssl/ssl/
Makefile 6 TOP= ..
8 INCLUDES= -I../crypto -I$(TOP) -I../include $(KRB5_INCLUDES)
21 LIB=$(TOP)/libssl.a
53 top:
69 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
72 @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER)
73 @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST)
74 @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
77 @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile..
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java 121 // top bar
145 int mTrackingPosition; // the position of the top of the tracking view.
337 lp.gravity = Gravity.TOP | Gravity.FILL_HORIZONTAL;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 435 assertEquals(Gravity.TOP | Gravity.RIGHT, bitmapDrawable.getGravity());
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 393 setGalleryGravity(Gravity.TOP);
  /external/qemu/android/
hw-events.h 419 BTN_CODE(TOP, 0x123) \
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 138 * Scroll a ViewGroup to the top by repeatedly calling
154 * Scroll a ViewGroup to the top by repeatedly calling
427 * Simulate touching the center of a view and dragging to the top of the screen.
442 * Simulate touching the center of a view and dragging to the top of the screen.
458 * Simulate touching the center of a view and dragging to the top of the screen.
468 * Simulate touching the center of a view and dragging to the top of the screen.
493 * @param gravity A combination of (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL,
504 case Gravity.TOP:
513 // Same as top -- do nothing
536 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT
    [all...]
  /build/core/tasks/
cts.mk 155 $(TOP) $(HOST_OUT_JAVA_LIBRARIES)/descGen.jar
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 331 if (!style()->top().isAuto())
332 return style()->top().calcValue(containingBlock()->availableHeight());
384 // return the distance between the canvas origin and the top border edge
682 int top = 0; local
708 top = borderTop();
713 top += paddingTop();
722 positioningAreaSize = IntSize(toRenderBox(this)->width() - left - right, toRenderBox(this)->height() - top - bottom);
724 top += marginTop();
726 positioningAreaSize = IntSize(w - left - right, h - top - bottom);
748 phase.setY(tileSize.height() ? tileSize.height() - (yPosition + top) % tileSize.height() : 0)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 89 * TOP - Used for objects that haven't been analyzed yet
97 TOP, NONE, METHOD, INTER, GLOBAL
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 62 * applications that would like to sit on top of it. This service object
512 mLayout.gravity = Gravity.LEFT|Gravity.TOP;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 329 * @param t the parent's top border
354 final int top = (parentHeight - handleHeight) / 2; local
357 tab.layout(0, top, handleWidth, bottom);
358 text.layout(0 - parentWidth, top, 0, bottom);
363 tab.layout(parentWidth - handleWidth, top, parentWidth, bottom);
364 text.layout(parentWidth, top, parentWidth + parentWidth, bottom);
366 text.setGravity(Gravity.TOP);
373 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight; local
378 target.layout(targetLeft, top, targetRight, top + targetHeight)
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 892 milliseconds

1 2 34 5