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

1 2 3 4 56 7 8 9

  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 98 return mFrameLayout.getHeight() == rect.bottom - rect.top;
122 assertEquals(foreground.getIntrinsicHeight(), rect2.bottom - rect2.top);
217 assertEquals(Gravity.BOTTOM, params.gravity);
276 int bottomDelta = container.getBottom() - rect.bottom;
GalleryTest.java 209 setGalleryGravity(Gravity.BOTTOM);
RadioGroupTest.java 300 assertEquals(Gravity.BOTTOM, layoutParams.gravity);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 135 params.gravity = Gravity.LEFT | Gravity.BOTTOM;
  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 81 // Touch the bottom edge of the primary root window.
93 // Touch the bottom edge of the secondary root window.
318 layout.position = DisplayLayout::BOTTOM;
root_window_transformers_unittest.cc 187 DisplayLayout display_layout(DisplayLayout::BOTTOM, 50);
display_manager.cc 744 "%d+%d-500x400", host_bounds.x(), host_bounds.bottom())));
881 if (position == DisplayLayout::TOP || position == DisplayLayout::BOTTOM) {
899 case DisplayLayout::BOTTOM:
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 436 var BOTTOM = 80;
441 defaultTop: (window.screen.availHeight - MIN_HEIGHT - BOTTOM),
  /external/pixman/pixman/
pixman-arm-neon-asm-bilinear.S 633 BOTTOM .req r2
654 BOTTOM .req r3
681 sub STRIDE, BOTTOM, TOP
682 .unreq BOTTOM
    [all...]
  /frameworks/base/core/java/android/widget/
FrameLayout.java 166 mForegroundPaddingBottom = padding.bottom;
249 mForegroundPaddingBottom = padding.bottom;
387 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
388 layoutChildren(left, top, right, bottom, false /* no force left gravity */);
391 void layoutChildren(int left, int top, int right, int bottom,
399 final int parentBottom = bottom - top - getPaddingBottomWithForeground();
446 case Gravity.BOTTOM:
Switch.java 672 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
673 super.onLayout(changed, left, top, right, bottom);
703 case Gravity.BOTTOM:
734 int switchInnerBottom = switchBottom - mTempRect.bottom;
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 321 // Show along the bottom center
322 cheatSheet.setGravity(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, height);
471 final int bottom = getHeight() - getPaddingBottom(); local
476 final int drawTop = top + (bottom - top - drawHeight) / 2;
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 343 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
344 super.onLayout(changed, left, top, right, bottom);
369 case Gravity.BOTTOM:
400 int switchInnerBottom = switchBottom - mTempRect.bottom;
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 334 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
335 super.onLayout(changed, left, top, right, bottom);
360 case Gravity.BOTTOM:
391 int switchInnerBottom = switchBottom - mTempRect.bottom;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 52 frameButtons.pack(side=BOTTOM,fill=X)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 52 frameButtons.pack(side=BOTTOM,fill=X)
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 135 ssize_t bottom,
139 mBottom(bottom),
174 ssize_t bottom,
183 static const ssize_t BOTTOM = 1000;
220 static const ssize_t BOTTOM = 1000;
364 ssize_t bottom; member in struct:android::CameraHalEvent::FaceData_t
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 412 r.bottom = (int) (r.bottom * scale + 0.5f);
923 int bottom = top + getHeight() - getPaddingTop() - getPaddingBottom(); local
1663 int bottom = cs.y + cs.spanY; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 909 int bottom = top + getHeight() - getPaddingTop() - getPaddingBottom(); local
1638 int bottom = cs.y + cs.spanY; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 252 bitmapDrawable.setGravity(Gravity.BOTTOM);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 219 final int height = root.getHeight() - mInsets.bottom; // for bars
266 final int navHeight = mInsets.bottom;
320 atBottom ? Gravity.BOTTOM|Gravity.FILL_HORIZONTAL
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 238 drag *= mGravity == Gravity.BOTTOM ? -1f : 1f;
576 (mCurrViewBottomGlow != null ? "found bottom " : "didn't find bottom");
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 98 * Scroll a ViewGroup to the bottom by repeatedly calling
114 * Scroll a ViewGroup to the bottom by repeatedly calling
179 * Simulate touching the center of a view and dragging to the bottom of the screen.
194 * Simulate touching the center of a view and dragging to the bottom of the screen.
205 * Simulate touching the center of a view and dragging to the bottom of the screen.
222 * Simulate touching the center of a view and dragging to the bottom of the screen.
494 * @param gravity A combination of (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL,
510 case Gravity.BOTTOM:
537 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT)
559 * (TOP, CENTER_VERTICAL, BOTTOM) and (LEFT, CENTER_HORIZONTAL, RIGHT
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 539 // line's bottom if the offsets are greater on both sides.
    [all...]
  /external/robolectric/lib/main/
maps_v16.jar 

Completed in 1182 milliseconds

1 2 3 4 56 7 8 9