HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 1676 - 1700 of 5192) sorted by null

<<61626364656667686970>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 53 * gestures like resize where the new bounds could be confused with the current
54 * selection bounds.
56 * @param hidden when true, hide the selection bounds, when false, unhide.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 506 List<Rectangle> bounds = result.getSecond(); local
507 assertNull(bounds);
558 List<Rectangle> bounds = result.getSecond(); local
583 // Only show the primary bounds as included
584 assertEquals(2, bounds.size());
585 assertEquals(new Rectangle(0, 0, 49, 19), bounds.get(0));
586 assertEquals(new Rectangle(0, 20, 49, 19), bounds.get(1));
612 List<Rectangle> bounds = result.getSecond(); local
621 Rectangle bounds1 = bounds.get(0);
622 Rectangle bounds2 = bounds.get(1)
641 List<Rectangle> bounds = result.getSecond(); local
    [all...]
  /art/runtime/gc/space/
rosalloc_space-inl.h 61 << ") not in bounds of allocation space " << *this;
  /art/runtime/mirror/
string-inl.h 59 // bounds check itself.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 330 protected void onBoundsChange(Rect bounds) {
331 super.onBoundsChange(bounds);
369 protected void onBoundsChange(Rect bounds) {
370 super.onBoundsChange(bounds);
  /cts/tools/signature-tools/test/signature/converter/dex/
GenericSignatureParserTest.java 64 //type parameter upper bounds
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 51 * Bounds of the rectangle
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java 71 * Need to invalidate proper area of parent for skewed bounds
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 85 * the bounds within the buffer for the parsing operation
102 * the bounds within the buffer for the parsing operation
188 * the bounds within the buffer for the parsing operation
204 * the bounds within the buffer for the parsing operation
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 136 void NativeAppWindowViews::SetBounds(const gfx::Rect& bounds) {
137 widget_->SetBounds(bounds);
213 void NativeAppWindowViews::SaveWindowPlacement(const gfx::Rect& bounds,
215 views::WidgetDelegate::SaveWindowPlacement(bounds, show_state);
  /external/chromium_org/ash/frame/
custom_frame_view_ash.h 88 // Updates the hittest bounds overrides based on the window state type.
frame_border_hit_test_controller.cc 36 gfx::Rect expanded_bounds = view->bounds();
  /external/chromium_org/ash/host/
ash_window_tree_host_x11.h 39 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/ash/ime/
mode_indicator_view.cc 37 rect.CenterPoint()).bounds();
  /external/chromium_org/ash/
screen_util.cc 45 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds());
  /external/chromium_org/ash/shelf/
shelf_widget.h 86 // A function to test the bounds of the dimming bar. Returns gfx::Rect() if
  /external/chromium_org/ash/system/tray/
actionable_view.h 35 // Returns the bounds to paint the focus rectangle in.
  /external/chromium_org/ash/system/user/
tray_user.h 54 // Returns the bounds of the user panel in screen coordinates.
  /external/chromium_org/ash/wm/
boot_splash_screen_chromeos.cc 64 layer_->SetBounds(gfx::Rect(host->window()->bounds().size()));
drag_window_resizer_unittest.cc 46 gfx::Rect root_bounds(root->bounds());
178 EXPECT_EQ("0,10 50x60", window_->bounds().ToString());
191 EXPECT_EQ("790,10 50x60", window_->bounds().ToString());
197 EXPECT_EQ("790,10 50x60", window_->bounds().ToString());
213 // root window's bounds.
218 window_->bounds().ToString());
235 EXPECT_EQ("400x253", window_->bounds().size().ToString());
262 EXPECT_EQ("400x253", window_->bounds().size().ToString());
337 window_->bounds().ToString());
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 150 window->bounds().y() - work_area_in_parent_.y());
152 gfx::Point origin(window->bounds().x(), window->bounds().y() - shift);
153 SetChildBounds(window, gfx::Rect(origin, window->bounds().size()));
  /external/chromium_org/athena/screen/
screen_accelerator_handler.cc 50 << window->bounds().ToString() << '\n';
  /external/chromium_org/athena/wm/
window_overview_mode.cc 127 const gfx::Size container_size = container_->bounds().size();
148 bottom_transform.Translate(x_translate, bottom - window->bounds().y());
197 shadow->SetContentBounds(gfx::Rect(window->bounds().size()));
263 return container_->bounds().height() * kScrollableFraction;
  /external/chromium_org/base/
basictypes.h 14 #include <limits.h> // So we can set the bounds of our types.
  /external/chromium_org/base/files/
memory_mapped_file_posix.cc 54 DLOG(ERROR) << "Region bounds are not valid for mmap";

Completed in 631 milliseconds

<<61626364656667686970>>