HomeSort by relevance Sort by last modified time
    Searched refs:BOTTOM (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /frameworks/base/core/java/android/widget/
Toast.java 319 int mGravity = Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM;
FrameLayout.java 149 mForegroundPaddingBottom = padding.bottom;
232 mForegroundPaddingBottom = padding.bottom;
370 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
377 final int parentBottom = bottom - top - getPaddingBottomWithForeground();
424 case Gravity.BOTTOM:
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 230 // Show along the bottom center
231 cheatSheet.setGravity(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, height);
IconMenuItemView.java 185 // When there is an icon, make sure the text is at the bottom
186 setGravity(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL);
238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
239 super.onLayout(changed, left, top, right, bottom);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowManager.java 465 return Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 127 String bottom = first.getStringAttr(uri, ATTR_LAYOUT_MARGIN_BOTTOM);
129 right, top, bottom);
703 case BOTTOM:
738 case BOTTOM:
    [all...]
AbsoluteLayoutRule.java 120 // Use preview lines to indicate the bottom quadrant as well (to
215 * this case, the bottom right corner will stay fixed).
239 if (horizontalEdge == SegmentType.BOTTOM && verticalEdge == SegmentType.RIGHT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 125 feedback.tooltipY = SegmentType.BOTTOM;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 352 mEdgeView.onPull(y - mBoundBottom, EdgeView.BOTTOM);
496 mEdgeView.onAbsorb(v, EdgeView.BOTTOM);
573 // The results are stored in mBound{Left/Right/Top/Bottom}.
647 if (y > rect.bottom) rect.bottom = y;
  /external/chromium/chrome/browser/ui/
window_sizer.cc 42 int top = 0, left = 0, bottom = 0, right = 0; local
47 wp_pref->GetInteger("bottom", &bottom) &&
51 std::max(0, bottom - top));
245 case BOTTOM:
246 if (position <= work_area.bottom())
306 std::min(bounds->y(), work_area.bottom() - bounds->height())));
311 // bottom-right of the window, and a window cannot be moved "up"
325 if (bounds->y() < work_area.y() || bounds->bottom() > work_area.bottom())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 228 lp.gravity = Gravity.BOTTOM | Gravity.RIGHT;
TabletStatusBar.java 253 lp.gravity = Gravity.BOTTOM | Gravity.RIGHT;
295 lp.gravity = Gravity.BOTTOM | Gravity.RIGHT;
324 lp.gravity = Gravity.BOTTOM | Gravity.LEFT;
350 lp.gravity = Gravity.BOTTOM | Gravity.RIGHT;
373 lp.gravity = Gravity.BOTTOM | Gravity.RIGHT;
621 return Gravity.BOTTOM | Gravity.FILL_HORIZONTAL;
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java 86 Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM));
224 float bottom = 40.0f + mDrawHeight; local
235 bottom += 40.0f + mDrawHeight;
245 bottom -= 40.0f + mDrawHeight;
249 mMatrix.postTranslate(left, bottom);
251 canvas.drawRect(left, bottom - mDrawHeight, right, bottom, mPaint);
254 bottom += 40.0f + mDrawHeight;
260 canvas.drawRect(left, top, left + mDrawWidth, bottom, mPaint);
264 top = bottom + 20.0f
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 197 // bottom.
208 // The user is dragging the bottom edge, so the position is anchored on the
228 return SegmentType.BOTTOM;
  /external/valgrind/main/exp-ptrcheck/
h_main.c 84 // - BOTTOM: used with pointer differences (see below)
158 // - SUB: when differencing two pointers, result is BOTTOM, ie. "don't
160 // Also use BOTTOM when doing (ptr - unknown), which could be a pointer
266 // NONPTR, UNKNOWN, BOTTOM defined in h_main.h since
782 // Returns UNKNOWN if no matches. Never returns BOTTOM or NONPTR.
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 363 assertEquals(drawableHeight, bounds.bottom);
365 // onDraw when Gravity.BOTTOM
366 compoundButton.setGravity(Gravity.BOTTOM);
372 assertEquals(viewHeight, bounds.bottom);
381 assertEquals( (viewHeight - drawableHeight) / 2 + drawableHeight, bounds.bottom);
FrameLayoutTest.java 141 assertEquals(mFrameLayout.getHeight(), rect.bottom - rect.top);
163 assertEquals(foreground.getIntrinsicHeight(), rect.bottom - rect.top);
285 assertEquals(Gravity.BOTTOM, params.gravity);
380 int bottomDelta = container.getBottom() - rect.bottom;
GalleryTest.java 331 setGalleryGravity(Gravity.BOTTOM);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 337 vRange = CameraFDResult::BOTTOM - CameraFDResult::TOP;
389 trans_top = 3; // bottom is now top
391 trans_bot = 1; // top is not bottom
397 trans_bot = 3; // bottom
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AddonSitesDialog.java 168 mButtonClose.setLayoutData(new GridData(SWT.FILL, SWT.BOTTOM, false, false, 1, 1));
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 413 // line's bottom if the offsets are greater on both sides.
643 setAscentAndDescent(ascent, descent, glyphOverflow->top, glyphOverflow->bottom, ascentDescentSet);
645 affectsDescent = glyphOverflow->bottom + box->logicalTop() > 0;
647 glyphOverflow->bottom = min(glyphOverflow->bottom, max(0, glyphOverflow->bottom - box->renderer()->style(m_firstLine)->fontMetrics().descent()));
690 if (verticalAlign == TOP || verticalAlign == BOTTOM)
694 if (parent->isRenderInline() && parent->style()->verticalAlign() != TOP && parent->style()->verticalAlign() != BOTTOM)
    [all...]
InlineFlowBox.cpp 458 if (curr->verticalAlign() == TOP || curr->verticalAlign() == BOTTOM) {
544 } else if (curr->verticalAlign() == BOTTOM) {
604 else if (curr->verticalAlign() == BOTTOM)
930 int bottom = min(rootBox->lineBottom(), top + logicalHeight); local
1095 int bottom = min(rootBox->lineBottom(), top + logicalHeight); local
1177 int bottom = min(rootBox->lineBottom(), top + logicalHeight); local
    [all...]
  /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;
358 ssize_t bottom; member in struct:android::CameraHalEvent::FaceData_t
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 679 toast.setGravity(Gravity.BOTTOM, 0, 0);
754 toast.setGravity(Gravity.BOTTOM, 0, 0);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 389 bitmapDrawable.setGravity(Gravity.BOTTOM);

Completed in 1547 milliseconds

1 23 4 5