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

1 2 3 4 5 6 7 8 9

  /external/valgrind/exp-sgcheck/
h_main.h 42 #define BOTTOM ((Seg*)0xC3)
45 return (UNKNOWN != teg && BOTTOM != teg && NONPTR != teg);
46 // better? teg <= BOTTOM
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i135409-3.s 10 BOTTOM:
i135409-1.s 24 .global BOTTOM
25 BOTTOM:
i135409-2.s 19 BOTTOM:
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
FillDirection.java 23 * BOTTOM - Use the bottom edge of the plot.
31 BOTTOM,
  /external/libavc/encoder/
ime_defs.h 49 #define BOTTOM 4
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
CustomViewActions.java 42 * @param vRef TOP, BOTTOM, CENTER to specify a y reference
63 TOP, BOTTOM, CENTER
106 case BOTTOM:
  /frameworks/base/core/java/android/view/
Gravity.java 34 /** Raw bit controlling how the right/bottom edge is placed. */
36 /** Raw bit controlling whether the right/bottom edge is clipped to its
47 /** Push object to the bottom of its container, not changing its size. */
48 public static final int BOTTOM = (AXIS_PULL_AFTER|AXIS_SPECIFIED)<<AXIS_Y_SHIFT;
59 public static final int FILL_VERTICAL = TOP|BOTTOM;
180 * it down; if gravity is BOTTOM it pushes it up; if gravity is
232 + ((container.bottom - container.top - h)/2) + yAdj;
233 outRect.bottom = outRect.top + h;
239 if (outRect.bottom > container.bottom) {
    [all...]
  /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}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 172 if (rowMatch.type == SegmentType.BOTTOM) {
198 assert rowMatch.type == SegmentType.BOTTOM;
326 if (rowMatch.type == SegmentType.BOTTOM) {
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
bl_common.h 46 #define BOTTOM !TOP
  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 28 enum FPDF_VALUE { TOP, LEFT, RIGHT, BOTTOM };
33 if (rect.left - rect.right > 0.000001f || rect.bottom - rect.top > 0.000001f)
37 rect.bottom == 0.0f)
44 rect.bottom - rcPage.bottom < -10.000001f)
61 rc.bottom = pPageObject->m_Bottom;
147 case BOTTOM:
149 pArray[i] = array[i].bottom;
173 rcRet.bottom = GetMinMaxValue(*pRectArray, MIN, BOTTOM);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 31 BOTTOM='bottom'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 31 BOTTOM='bottom'
  /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'
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 45 private static final float BOTTOM = 50.0f;
62 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
71 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW);
187 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
196 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
217 RectF expected = new RectF(LEFT, TOP, RIGHT, BOTTOM);
220 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM);
270 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
317 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
326 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 94 BOTTOM
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 94 BOTTOM
    [all...]
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 537 BOTTOM // Methods won't be overridden
629 if (position == Position.BOTTOM
667 overrideIndex.position = Position.BOTTOM;
  /external/libmpeg2/common/
impeg2_defs.h 257 BOTTOM
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SignalDrawable.java 400 // Bottom is derived during animation
404 private static final float BOTTOM = (CENTER_Y + (SLASH_HEIGHT / 2)) / SCALE;
417 scale(BOTTOM, height));
437 void updateRect(float left, float top, float right, float bottom) {
441 mSlashRect.bottom = bottom;
  /packages/apps/Contacts/src/com/android/contacts/list/
PinnedHeaderListView.java 76 private static final int BOTTOM = 1;
206 * and above the bottom-pinned ones.
220 } else if (header.state == BOTTOM) {
272 * Set header to be pinned at the bottom.
281 header.state = BOTTOM;
327 int bottom = child.getBottom() - top; local
329 if (bottom < headerHeight) {
330 int portion = bottom - headerHeight;
345 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
496 int bottom = getBottom() local
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PinnedHeaderListView.java 42 private static final int BOTTOM = 1;
152 * bottom-pinned ones.
166 } else if (header.state == BOTTOM) {
218 * Set header to be pinned at the bottom.
227 header.state = BOTTOM;
272 int bottom = child.getBottom() - top; local
274 if (bottom < headerHeight) {
275 int portion = bottom - headerHeight;
290 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
436 int bottom = getBottom() local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 72 public static final int BOTTOM = 3;
117 Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM);
125 mWidgetPaddingBottom = p.bottom;
344 mTmpRect.right, mTmpRect.bottom);
359 int heightGap = landMetrics.bottom;
367 heightGap = portMetrics.bottom;
425 // In this case we shift the touch region up to end at the bottom of the DragLayer

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 9