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

1 2 3 4 5 6 7 8 9

  /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 29 // 1 bit specifies top or bottom.
34 BOTTOM = 0x02,
42 BOTTOM_LEFT = BOTTOM,
43 BOTTOM_RIGHT = BOTTOM | RIGHT,
46 LEFT_BOTTOM = VERTICAL | BOTTOM,
47 RIGHT_BOTTOM = VERTICAL | BOTTOM | RIGHT,
49 BOTTOM_CENTER = CENTER | BOTTOM,
103 return has_arrow(a) && (a == TOP_CENTER || !(a & (BOTTOM | CENTER)));
121 a : static_cast<Arrow>(a ^ BOTTOM);
  /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/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'
  /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/Camera2/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
202 ngravity |= Gravity.BOTTOM;
207 if (contains(gravity, Gravity.BOTTOM)) {
245 ngravity |= Gravity.BOTTOM;
250 if (contains(gravity, Gravity.BOTTOM)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationOverlayItem.java 73 return 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,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 74 private static final int BOTTOM = 1;
210 * and above the bottom-pinned ones.
224 } else if (header.state == BOTTOM) {
276 * Set header to be pinned at the bottom.
285 header.state = BOTTOM;
328 int bottom = child.getBottom() - top; local
330 if (bottom < headerHeight) {
331 int portion = bottom - headerHeight;
346 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
484 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...]
  /developers/samples/android/common/src/java/com/example/android/common/logger/
LogFragment.java 78 mLogView.setGravity(Gravity.BOTTOM);
  /development/samples/browseable/ActivityInstrumentation/src/com.example.android.common.logger/
LogFragment.java 78 mLogView.setGravity(Gravity.BOTTOM);

Completed in 2033 milliseconds

1 2 3 4 5 6 7 8 9