HomeSort by relevance Sort by last modified time
    Searched refs:BOTTOM (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 45 new ClipDrawable((Drawable) null, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
48 new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
55 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
72 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
80 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
88 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
92 clipDrawable = new ClipDrawable(mockDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
102 Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
108 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL);
116 Gravity.BOTTOM, ClipDrawable.HORIZONTAL)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 19 import static com.android.ide.common.api.SegmentType.BOTTOM;
56 null /* sourceX */, BOTTOM, null /* targetX */, TOP,
60 LAYOUT_BELOW(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true),
62 ALIGN_BOTTOM(ATTR_LAYOUT_ALIGN_BOTTOM, null, BOTTOM, null, BOTTOM, false, true, false, false),
74 ALIGN_PARENT_BOTTOM(ATTR_LAYOUT_ALIGN_PARENT_BOTTOM, null, BOTTOM, null, BOTTOM, true, true,
182 case BOTTOM:
203 case BOTTOM:
209 case BOTTOM
    [all...]
ResizeHandler.java 20 import static com.android.ide.common.api.SegmentType.BOTTOM;
82 } else if (horizontalEdgeType == BOTTOM) {
140 } else if (hEdge.edgeType == BOTTOM) {
197 } else if (mHorizontalEdgeType == BOTTOM) {
229 } else if (hEdge.edgeType == BOTTOM) {
  /external/valgrind/main/exp-sgcheck/
h_main.h 42 #define BOTTOM ((Seg*)0xC3)
45 return (UNKNOWN != teg && BOTTOM != teg && NONPTR != teg);
46 // better? teg <= BOTTOM
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 74 mBounds.right - 1, mBounds.bottom - 1)) {
78 mBounds.right - 1, mBounds.bottom - 1);
88 * @return If the DockWindow sticks to the top or bottom of the screen, the
97 if (lp.gravity == Gravity.TOP || lp.gravity == Gravity.BOTTOM) {
107 * @param size If the DockWindow sticks to the top or bottom of the screen,
116 if (lp.gravity == Gravity.TOP || lp.gravity == Gravity.BOTTOM) {
131 * {#link android.view.Gravity.BOTTOM}, {#link
137 boolean oldIsVertical = (lp.gravity == Gravity.TOP || lp.gravity == Gravity.BOTTOM);
141 boolean newIsVertical = (lp.gravity == Gravity.TOP || lp.gravity == Gravity.BOTTOM);
157 lp.gravity = Gravity.BOTTOM;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 30 private static final float BOTTOM = 50.0f;
47 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
57 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW);
155 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
164 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
186 RectF expected = new RectF(LEFT, TOP, RIGHT, BOTTOM);
190 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM);
246 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
297 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
306 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPerspective.java 38 // Component results view put on bottom
39 IFolderLayout bottom = local
42 IPageLayout.BOTTOM,
45 bottom.addView("org.eclipse.test.internal.performance.results.ui.ComponentsResultsView");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 121 case BOTTOM:
123 return String.format("Insert into bottom of row %1$d", cellIndex + 1);
125 return String.format("Align bottom at y=%1d", matchedLine - layout.getBounds().y);
145 case BOTTOM:
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingStackFromBottomTest.java 67 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0,
89 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0,
110 Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0,
157 assertEquals("Grid is not scrolled to the bottom", mGridView.getAdapter().getCount() - 1,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityManyTest.java 32 * stacks from the bottom.
91 assertEquals("List is not scrolled to the bottom", mListView.getAdapter().getCount() - 1,
94 assertEquals("Last item is not touching the bottom edge",
105 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
127 TouchUtils.dragViewBy(this, firstChild, Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL,
148 Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 32 public static final int BOTTOM = 2;
40 private static final int BOTTOM_M = BOTTOM * 16;
54 boolean changeSize, int left, int top, int right, int bottom) {
58 int h = bottom - top;
60 if ((i & 1) == 0) { // top or bottom
102 // offset is in pixels. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
125 // per second. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
  /packages/apps/Gallery2/src/com/android/camera/ui/
RotatableLayout.java 32 * controls move from the bottom of the screen to right side of the screen
34 * need to move the controls from right side to the bottom of the screen, which
158 ngravity |= Gravity.BOTTOM;
163 if (contains(gravity, Gravity.BOTTOM)) {
201 ngravity |= Gravity.BOTTOM;
206 if (contains(gravity, Gravity.BOTTOM)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTracePerspective.java 37 // The third column contains the texture view and the top and the framebuffer at the bottom.
49 // Add the OpenGL Framebuffer view below the texture view (bottom of 3rd column)
51 IPageLayout.BOTTOM,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 74 private static final int BOTTOM = 1;
201 * and above the bottom-pinned ones.
215 } else if (header.state == BOTTOM) {
267 * Set header to be pinned at the bottom.
276 header.state = BOTTOM;
319 int bottom = child.getBottom() - top; local
321 if (bottom < headerHeight) {
322 int portion = bottom - headerHeight;
337 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
452 int bottom = getBottom() local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 55 assertEquals(23, mOutRect.bottom);
60 assertEquals(28, mOutRect.bottom);
65 assertEquals(23, mOutRect.bottom);
70 assertEquals(23, mOutRect.bottom);
72 Gravity.apply(Gravity.BOTTOM, 2, 3, mInRect, mOutRect);
76 assertEquals(40, mOutRect.bottom);
77 Gravity.apply(Gravity.BOTTOM, 2, 3, mInRect, 5, 5, mOutRect);
81 assertEquals(35, mOutRect.bottom);
82 applyGravity(Gravity.BOTTOM, 2, 3, mInRect, mOutRect, false /* LTR direction */);
86 assertEquals(40, mOutRect.bottom);
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer.h 137 enum Edge { TOP, LEFT, BOTTOM, RIGHT };
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 33 public static final String[] VERTICAL_NAMES = { "TOP", "CENTER", "BASELINE", "BOTTOM", "FILL" };
34 public static final int[] VERTICAL_ALIGNMENTS = { TOP, CENTER, NO_GRAVITY, BOTTOM, FILL };
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 76 Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM));
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
TreeViewPerspective.java 52 folder = layout.createFolder("panel-bottom", IPageLayout.BOTTOM, 0.5f, "panel-top"); //$NON-NLS-1$ //$NON-NLS-2$
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 134 vRange = CameraArea::BOTTOM - CameraArea::TOP;
152 ssize_t bottom,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
167 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
172 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) {
173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
192 if ( top >= bottom ) {
212 ssize_t top, left, bottom, right, weight; local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 313 mToast.setGravity(Gravity.BOTTOM, 0, 0);
321 assertEquals(Gravity.BOTTOM, mToast.getGravity());
331 // bottom view is below of center view
338 mToast.setGravity(Gravity.BOTTOM, xOffset, yOffset);
346 assertEquals(Gravity.BOTTOM, mToast.getGravity());
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout8.java 90 mLinearLayout.setVerticalGravity(Gravity.BOTTOM);
  /external/proguard/src/proguard/gui/
TabbedPane.java 165 component.setVerticalAlignment(JButton.BOTTOM);
  /frameworks/base/services/java/com/android/server/am/
CompatModeDialog.java 46 getWindow().setGravity(Gravity.BOTTOM|Gravity.CENTER_HORIZONTAL);
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 105 toast.setGravity(Gravity.BOTTOM, 0, 0);

Completed in 1262 milliseconds

1 2 3 4 5 6