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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/ui/views/bubble/
bubble_border.h 40 // Thickness is the width of left/right and the height of top/bottom images.
58 // 1 bit specifies top or bottom.
63 BOTTOM = 0x02,
71 BOTTOM_LEFT = BOTTOM,
72 BOTTOM_RIGHT = BOTTOM | RIGHT,
75 LEFT_BOTTOM = VERTICAL | BOTTOM,
76 RIGHT_BOTTOM = VERTICAL | BOTTOM | RIGHT,
78 BOTTOM_CENTER = CENTER | BOTTOM,
131 return has_arrow(a) && (a == TOP_CENTER || !(a & (BOTTOM | CENTER)));
149 a : static_cast<Arrow>(a ^ BOTTOM);
    [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
  /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...]
  /packages/apps/Camera2/src/com/android/camera/ui/
TopRightWeightedLayout.java 92 * left for bottom
97 * also swap left|right padding for bottom|top
109 gravity |= Gravity.BOTTOM; // and set bottom
112 if ((gravity & Gravity.BOTTOM) != 0) { // etc
113 gravity &= ~Gravity.BOTTOM;
  /external/chromium_org/ash/display/
display_layout.h 29 BOTTOM,
display_layout.cc 34 DisplayLayout::BOTTOM, "bottom",
95 inverted_position = BOTTOM;
97 case BOTTOM:
  /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");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 31 BOTTOM='bottom'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 31 BOTTOM='bottom'
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 27 import static android.view.Gravity.BOTTOM;
39 public static final String[] VERTICAL_NAMES = { "TOP", "CENTER", "BASELINE", "BOTTOM", "FILL" };
40 public static final int[] VERTICAL_ALIGNMENTS = { TOP, CENTER, NO_GRAVITY, BOTTOM, FILL };
AlignmentTest.java 33 import static android.widget.GridLayout.BOTTOM;
46 public static final Alignment[] VERTICAL_ALIGNMENTS = {TOP, CENTER, BASELINE, BOTTOM, FILL};
  /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}.
  /frameworks/base/core/java/android/transition/
Slide.java 45 private int mSlideEdge = Gravity.BOTTOM;
129 * Constructor using the default {@link Gravity#BOTTOM}
133 setSlideEdge(Gravity.BOTTOM);
146 int edge = a.getInt(R.styleable.Slide_slideEdge, Gravity.BOTTOM);
175 * {@link android.view.Gravity#RIGHT}, {@link android.view.Gravity#BOTTOM},
190 case Gravity.BOTTOM:
213 * {@link android.view.Gravity#RIGHT}, {@link android.view.Gravity#BOTTOM},
SidePropagation.java 37 private int mSide = Gravity.BOTTOM;
44 * farther from the edge. The default is {@link Gravity#BOTTOM}.
48 * {@link Gravity#BOTTOM}, {@link Gravity#START}, or {@link Gravity#END}.
97 int bottom = top + sceneRoot.getHeight(); local
106 epicenterY = (top + bottom) / 2;
110 left, top, right, bottom);
123 int left, int top, int right, int bottom) {
140 distance = bottom - viewY + Math.abs(epicenterX - viewX);
145 case Gravity.BOTTOM:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 27 a.pack(side=BOTTOM, fill=X)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 27 a.pack(side=BOTTOM, fill=X)
  /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,
  /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...]
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptionsOverlay.java 40 * in the bottom of the preview that is visible above the bottom bar.
49 private final static int BOTTOM_RIGHT = Gravity.BOTTOM | Gravity.RIGHT;
148 * Set the layout gravity of the child layout to be bottom or top right
165 modeOptionsParams.gravity = Gravity.BOTTOM;

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 91011>>