HomeSort by relevance Sort by last modified time
    Searched refs:bottom (Results 201 - 225 of 1419) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/net/tools/flip_server/
balsa_frame.cc     [all...]
  /external/icu4c/samples/layout/
Surface.cpp 22 clip.bottom = height;
  /external/webkit/Source/WebCore/css/
CSSBorderImageValue.cpp 52 text += m_imageSliceRect->bottom()->cssText();
fullscreenQuickTime.css 32 bottom: 50px;
42 left bottom,
143 bottom: 9px;
151 bottom: 9px;
  /external/webkit/Source/WebCore/dom/
ClientRect.h 46 float bottom() const { return m_rect.maxY(); } function in class:WebCore::ClientRect
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 73 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); local
75 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
76 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
86 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); local
89 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
98 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); local
99 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom);
100 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1));
111 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); local
113 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight)
127 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); local
142 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); local
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 844 * if topFocus is true, or at the bottom of the bounds if topFocus is
848 * @param bottom the bottom offset of the bounds in which a focusable must
853 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) {
860 * top, and its bottom is above the bound's bottom. A partially
873 if (top < viewBottom && viewTop < bottom) {
880 (viewBottom < bottom);
1132 final int bottom = getChildAt(0).getHeight(); local
1357 int bottom = getChildAt(0).getBottom(); local
1512 int bottom = getChildAt(0).getHeight(); local
    [all...]
  /frameworks/native/libs/ui/tests/
Region_test.cpp 36 if (other->bottom < current->top) break;
37 if (other->bottom != current->top) continue;
41 if (other->top > current->bottom) break;
42 if (other->top != current->bottom) continue;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
LinearLayoutICS.java 115 int bottom = 0; local
117 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
119 bottom = child.getBottom();
121 drawHorizontalDivider(canvas, bottom);
  /packages/apps/Camera/src/com/android/camera/ui/
RenderOverlay.java 38 public void layout(int left, int top, int right, int bottom);
141 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
143 super.onLayout(changed, left, top, right, bottom);
146 renderer.layout(left, top, right, bottom);
  /packages/apps/Gallery2/src/com/android/camera/ui/
RenderOverlay.java 38 public void layout(int left, int top, int right, int bottom);
141 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
143 super.onLayout(changed, left, top, right, bottom);
146 renderer.layout(left, top, right, bottom);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLMock.java 132 float left, float right, float bottom, float top,
135 float ty = -(top + bottom) / (top - bottom);
139 0, 2 / (top - bottom), 0, 0,
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 258 int bottom = LayoutDownloadShelf(browser_view_->height()); local
262 LayoutTabContents(top, bottom);
310 tabstrip_bounds.y() : tabstrip_bounds.bottom();
337 top = std::max(toolbar_->bounds().bottom(), LayoutBookmarkBar(top));
407 void BrowserViewLayout::LayoutTabContents(int top, int bottom) {
426 std::max(0, bottom - top));
458 bounds.bottom() - resize_corner_size.height());
507 int BrowserViewLayout::LayoutDownloadShelf(int bottom) {
517 download_shelf_->SetBounds(vertical_layout_rect_.x(), bottom - height,
520 bottom -= height
    [all...]
browser_view_layout.h 65 // Layout the TabStrip, returns the coordinate of the bottom of the TabStrip,
70 // of the bottom of the control, for laying out the next control.
86 // |bottom|.
87 void LayoutTabContents(int top, int bottom);
96 int LayoutDownloadShelf(int bottom);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) {
240 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
245 Drawable right, Drawable bottom) {
246 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
250 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) {
251 compoundDrawablesImpl = new CompoundDrawables(left, top, right, bottom);
539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) {
543 bottomDrawable = bottom;
546 public CompoundDrawables(int left, int top, int right, int bottom) {
550 bottomDrawable = bottom != 0 ? ShadowDrawable.createFromResourceId(bottom) : null
    [all...]
  /frameworks/rs/
rsMatrix4x4.cpp 272 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) {
275 m[5] = 2.f / (top - bottom);
278 m[13]= -(top + bottom) / (top - bottom);
282 void Matrix4x4::loadFrustum(float left, float right, float bottom, float top, float near, float far) {
285 m[5] = 2.f * near / (top - bottom);
287 m[9] = (top + bottom) / (top - bottom);
296 float bottom = -top; local
297 float left = bottom * aspect
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 12 border-bottom: 1px solid #ddd;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java 151 assertEquals(0, r.bottom);
158 assertEquals(4, r.bottom);
167 assertEquals(0, r.bottom);
174 assertEquals(0, r.bottom);
242 assertEquals(0, bounds.bottom);
250 assertEquals(-10, bounds.bottom);
265 assertEquals(0, bounds.bottom);
273 assertEquals(-5, bounds.bottom);
  /cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 75 int bottom = mButton.getBottom(); local
77 mYInside = (mButton.getTop() + bottom) / 3;
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.cc 37 hot_set_.bottom = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_H);
47 pushed_set_.bottom = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_P);
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.css 31 border-bottom: 0;
  /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...]
  /external/chromium-trace/trace-viewer/src/
tracing_controller.css 20 border-bottom: 0;
  /external/icu4c/test/perf/perldriver/
Output.pm 216 border-bottom-width: 1 }
217 th.source { border-right-width: 1; border-bottom-width: 1 }
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
221 td.sepvalue { border-bottom-width: 1; border-right-width: 1 }
222 td.value { border-bottom-width: 1 }
223 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
224 td.error { font-size: 75%; border-right-width: 1; border-bottom-width: 1 }
226 border-bottom-width: 1 }
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DrawsGradient.cpp 105 { clientRect.left, clientRect.bottom, 0xff00, 0xff00, 0, 0 },
107 { clientRect.right, clientRect.bottom, 0xff00, 0, 0, 0 },

Completed in 1794 milliseconds

1 2 3 4 5 6 7 891011>>