Searched defs:bottom (Results 1 - 25 of 413) sorted by path

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariable.java157 * @param bottom The point at which the search should terminate, normally
160 public void setVarStackContext(int bottom) argument
162 m_varStackContext = bottom;
/external/bison/lib/
H A Dgetopt.c149 int bottom = d->__first_nonopt;
181 while (top > middle && middle > bottom)
183 if (top - middle > middle - bottom)
186 int len = middle - bottom;
192 tem = argv[bottom + i];
193 argv[bottom + i] = argv[top - (middle - bottom) + i];
194 argv[top - (middle - bottom) + i] = tem;
195 SWAP_FLAGS (bottom + i, top - (middle - bottom)
146 int bottom = d->__first_nonopt; local
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java535 public void onLayoutChange(View v, int left, int top, int right, int bottom, argument
1652 public boolean pageDown(boolean bottom) { argument
1653 return mScrollOffsetManager.pageDown(bottom);
2291 globalVisibleRect.right, globalVisibleRect.bottom)) {
H A DAwScrollOffsetManager.java357 public boolean pageDown(boolean bottom) { argument
361 if (bottom) {
394 if (rect.bottom > screenBottom) {
397 // If the rectangle is too tall to fit in the bottom two thirds
H A DExternalVideoSurfaceContainer.java193 * @param bottom The absolute CSS Y coordinate of the bottom side of the video element.
197 int playerId, float left, float top, float right, float bottom) {
203 mBottom = bottom;
226 float bottom = bottomRight.getYPix();
232 int height = Math.round(bottom - top);
196 onExternalVideoSurfacePositionChanged( int playerId, float left, float top, float right, float bottom) argument
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DExternalVideoSurfaceContainerTest.java78 int playerId, float left, float top, float right, float bottom) {
83 new RectF(left, top, right, bottom));
77 onExternalVideoSurfacePositionChanged( int playerId, float left, float top, float right, float bottom) argument
/external/chromium_org/ash/frame/
H A Ddefault_header_painter.cc55 0, 0, // bottom-right
56 0, 0}; // bottom-left
259 int bottom = left_edge.height(); local
264 bottom - bottom_height,
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc344 const int bottom = window_rect.bottom(); local
351 } else if (bottom - margin < mouse.y()) {
353 y_diff = mouse.y() - (bottom - margin);
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc210 // kAutoHideSize in shelf_layout_manager.cc) inset at the bottom.
891 // 'bottom' lies within the VK. 'left' is centered in the normal window, and
893 int window_height = keyboard_bounds.bottom();
898 int bottom = window_height - keyboard_height / 2; local
913 // click on the bottom hits the virtual keyboard instead.
917 generator.MoveMouseTo(left, bottom);
937 generator.MoveMouseTo(right, bottom);
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.h191 T SelectValueForShelfAlignment(T bottom, T left, T right, T top) const { argument
194 return bottom;
277 // bottom).
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc334 int bottom = GetPopupWorkAreaBottom(); local
341 EXPECT_GT(bottom, bottom_with_tray);
348 EXPECT_GT(bottom, bottom_with_tray_notification);
355 EXPECT_GT(bottom, bottom_with_notification);
361 EXPECT_EQ(bottom, GetPopupWorkAreaBottom());
367 int bottom = GetPopupWorkAreaBottom(); local
378 EXPECT_LT(bottom, bottom_auto_hidden);
384 EXPECT_EQ(bottom, bottom_auto_shown);
425 int bottom = GetPopupWorkAreaBottom(); local
450 // Move the mouse cursor at the bottom, whic
471 int bottom = GetPopupWorkAreaBottom(); local
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc40 // Padding from the bottom/right edge the resize widget is shown at.
48 return window->bounds().y() <= y && window->bounds().bottom() >= y;
268 window, HTTOP, point_in_parent.x(), window->bounds().bottom());
302 if (ContainsX(window, x) && window->bounds().bottom() == y)
320 int bottom = window->bounds().bottom(); local
330 if (other->bounds().y() == bottom &&
338 Intersects(other->bounds().y(), other->bounds().bottom(),
339 window->bounds().y(), window->bounds().bottom())) {
492 if (y + pref.height() / 2 > windows_.window1->bounds().bottom()
[all...]
H A Dworkspace_window_resizer_unittest.cc355 // Assertions around collapsing and expanding from the bottom.
388 // Assertions around attached window resize dragging from the bottom with 2
400 // Move it 100 to the bottom, which should expand w1 and push w2.
430 // Assertions around attached window resize dragging from the bottom with 3
616 int bottom = local
617 ScreenUtil::GetDisplayWorkAreaBoundsInParent(window_.get()).bottom();
622 EXPECT_EQ("250,0 250x" + base::IntToString(bottom),
820 // Positions the secondary display at the bottom the primary display.
835 // on non-work area but can get all the way towards the bottom,
866 // Drag down avoiding getting stuck against the shelf on the bottom scree
940 int bottom = ScreenUtil::GetDisplayWorkAreaBoundsInParent( local
[all...]
/external/chromium_org/athena/home/
H A Dhome_card_unittest.cc72 // bottom -> centered for virtual keyboard.
94 // Toogle overview revives the bottom home card. Home card also gets
140 // Mouse click at the bottom of the screen should invokes overview mode and
145 screen_rect.x() + screen_rect.width() / 2, screen_rect.bottom() - 1));
162 const int bottom = screen_rect.bottom(); local
165 generator.GestureScrollSequence(gfx::Point(x, bottom - 1),
166 gfx::Point(x, bottom - 70),
173 generator.GestureScrollSequence(gfx::Point(x, bottom - 40),
174 gfx::Point(x, bottom
240 const int bottom = screen_rect.bottom(); local
262 const int bottom = screen_rect.bottom(); local
[all...]
/external/chromium_org/athena/wm/
H A Dwindow_overview_mode.cc41 // topmost position. 1.f means the window is at the bottom-most position.
44 // The top-most and bottom-most vertical position of the window in overview
241 // Computes the transforms for all windows in both the topmost and bottom-most
274 // bottom-most position in the stack) for |window|. |window_count| is the
284 int bottom = GetScrollableHeight() - (index * kGapBetweenWindowsBottom); local
291 state->max_y = bottom - window->bounds().y();
377 // Scroll down. Start with the bottom-most (i.e. front-most in terms of
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DApiCompatibilityUtils.java154 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
156 view.setPaddingRelative(start, top, end, bottom);
159 view.setPadding(start, top, end, bottom);
192 Drawable end, Drawable bottom) {
198 textView.setCompoundDrawables(isRtl ? end : start, top, isRtl ? start : end, bottom);
200 textView.setCompoundDrawablesRelative(start, top, end, bottom);
202 textView.setCompoundDrawables(start, top, end, bottom);
211 Drawable start, Drawable top, Drawable end, Drawable bottom) {
216 isRtl ? start : end, bottom);
218 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
191 setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top, Drawable end, Drawable bottom) argument
210 setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, Drawable start, Drawable top, Drawable end, Drawable bottom) argument
228 setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, int start, int top, int end, int bottom) argument
[all...]
/external/chromium_org/cc/base/
H A Dsimple_enclosed_region.cc39 int bottom = rect_.bottom(); local
44 int delta_bottom = bottom - sub_rect.bottom();
49 int horizontal_bottom = bottom;
53 horizontal_top = sub_rect.bottom();
67 vertical_left, top, vertical_right - vertical_left, bottom - top);
89 int bottom = rect_.bottom(); local
94 int new_bottom = new_rect.bottom();
[all...]
/external/chromium_org/cc/layers/
H A Dsolid_color_layer_impl.cc42 int bottom = visible_content_rect.bottom(); local
45 for (int y = visible_content_rect.y(); y < visible_content_rect.bottom();
50 std::min(bottom - y, kSolidQuadTileSize));
H A Dtiled_layer.cc324 int bottom,
331 if (!HaveTexturesForTiles(left, top, right, bottom, ignore_occlusions)) {
339 &update_rect, &paint_rect, left, top, right, bottom, ignore_occlusions);
346 update_rect, paint_rect, left, top, right, bottom, queue, occlusion);
354 int bottom,
358 for (int j = top; j <= bottom; ++j) {
385 int bottom,
387 for (int j = top; j <= bottom; ++j) {
416 int bottom,
418 for (int j = top; j <= bottom;
321 UpdateTiles(int left, int top, int right, int bottom, ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion, bool* updated) argument
350 MarkOcclusionsAndRequestTextures( int left, int top, int right, int bottom, const OcclusionTracker<Layer>* occlusion) argument
382 HaveTexturesForTiles(int left, int top, int right, int bottom, bool ignore_occlusions) argument
411 MarkTilesForUpdate(gfx::Rect* update_rect, gfx::Rect* paint_rect, int left, int top, int right, int bottom, bool ignore_occlusions) argument
455 UpdateTileTextures(const gfx::Rect& update_rect, const gfx::Rect& paint_rect, int left, int top, int right, int bottom, ResourceUpdateQueue* queue, const OcclusionTracker<Layer>* occlusion) argument
587 int left, top, right, bottom; local
709 int left, top, right, bottom; local
728 int left, top, right, bottom; local
835 int left, top, right, bottom; local
[all...]
H A Dtiled_layer_impl.cc174 int left, top, right, bottom; local
175 tiler_->ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);
178 for (int j = top; j <= bottom; ++j) {
209 for (int j = top; j <= bottom; ++j) {
/external/chromium_org/cc/output/
H A Ddirect_renderer.cc22 float bottom,
27 float delta_y = top - bottom;
34 proj.matrix().set(1, 3, -(top + bottom) / delta_y);
90 DCHECK_LE(viewport_rect.bottom(), surface_size.height());
94 draw_rect.bottom(),
100 draw_rect.bottom());
105 window_rect.set_y(surface_size.height() - viewport_rect.bottom());
123 window_rect.set_y(current_surface_size_.height() - window_rect.bottom());
284 device_clip_rect.bottom());
20 OrthoProjectionMatrix(float left, float right, float bottom, float top) argument
H A Dfilter_operations.cc59 int* bottom,
61 *top = *right = *bottom = *left = 0;
73 *bottom += spread;
78 *bottom += spread + op.drop_shadow_offset().y();
57 GetOutsets(int* top, int* right, int* bottom, int* left) const argument
H A Dfilter_operations_unittest.cc17 int top, right, bottom, left; local
18 top = right = bottom = left = 0;
19 ops.GetOutsets(&top, &right, &bottom, &left);
22 EXPECT_EQ(57, bottom);
29 int top, right, bottom, left; local
30 top = right = bottom = left = 0;
31 ops.GetOutsets(&top, &right, &bottom, &left);
34 EXPECT_EQ(65, bottom);
H A Dgl_renderer.cc885 int top, right, bottom, left; local
886 quad->background_filters.GetOutsets(&top, &right, &bottom, &left);
887 window_rect.Inset(-left, -top, -right, -bottom);
1447 if (quad->IsBottomEdge() && tile_rect.bottom() == quad->rect.bottom())
1448 bottom_edge = device_layer_edges.bottom();
2401 DCHECK_LE(window_rect.bottom(), current_surface_size_.height());
2622 DCHECK_LE(window_rect.bottom(), current_surface_size_.height());
/external/chromium_org/cc/resources/
H A Dlayer_quad.cc39 const Edge& bottom)
43 bottom_(bottom) {}
36 LayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom) argument

Completed in 526 milliseconds

1234567891011>>