/external/chromium_org/cc/layers/ |
layer_position_constraint_unittest.cc | 24 const gfx::Size& bounds, 29 layer->SetBounds(bounds); 31 layer->SetContentBounds(bounds); 43 gfx::Size(root_layer->bounds().width() * device_scale_factor, 44 root_layer->bounds().height() * device_scale_factor); 46 // We are probably not testing what is intended if the scroll_layer bounds are 48 DCHECK(!scroll_layer->bounds().IsEmpty()); 90 gfx::Size bounds(200, 200); 96 bounds, 99 child.get(), IdentityMatrix, transform_origin, position, bounds, true) [all...] |
/external/chromium_org/third_party/skia/tests/ |
PathOpsAngleIdeas.cpp | 259 SkDRect bounds; local 260 bounds.setBounds(quad); 262 { bounds.fLeft - quad[0].fX, bounds.fTop - quad[0].fY }, 263 { bounds.fRight - quad[0].fX, bounds.fTop - quad[0].fY }, 264 { bounds.fLeft - quad[0].fX, bounds.fBottom - quad[0].fY }, 265 { bounds.fRight - quad[0].fX, bounds.fBottom - quad[0].fY [all...] |
/external/skia/tests/ |
PathOpsAngleIdeas.cpp | 259 SkDRect bounds; local 260 bounds.setBounds(quad); 262 { bounds.fLeft - quad[0].fX, bounds.fTop - quad[0].fY }, 263 { bounds.fRight - quad[0].fX, bounds.fTop - quad[0].fY }, 264 { bounds.fLeft - quad[0].fX, bounds.fBottom - quad[0].fY }, 265 { bounds.fRight - quad[0].fX, bounds.fBottom - quad[0].fY [all...] |
/frameworks/base/core/java/android/widget/ |
ListView.java | [all...] |
/frameworks/base/docs/image_sources/in-app-billing/v3/ |
iab_v3_purchase_flow.graffle | 16 <key>Bounds</key> 160 <key>Bounds</key> 251 <key>Bounds</key> 605 <key>Bounds</key> 695 <key>Bounds</key> 838 <key>Bounds</key> 937 <key>Bounds</key> 1026 <key>Bounds</key> 1165 <key>Bounds</key> 1254 <key>Bounds</key [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 413 // if out of bounds, then ignore 470 // if out of bounds, then ignore 561 // set bounds 600 * Sets correct bounds for active editor, for example we need update bounds after scrolling. 609 // prepare bounds for editor 610 Rectangle bounds; local 617 bounds = new Rectangle(x, y, width, height); 619 // update bounds using presentation 627 bounds.x [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Folder.java | 1015 Rect bounds = new Rect(); local [all...] |
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 61 * When the hover cell is either above or below the bounds of the listview, this 402 ObjectAnimator hoverViewAnimator = ObjectAnimator.ofObject(mHoverCell, "bounds", 454 * BitmapDrawable's bounds. 471 * by the fact that the hover cell is out of the bounds of the listview; 479 * or below the bounds of the listview. If so, the listview does an appropriate 548 * is in a state of scrolling invoked by the hover cell being outside the bounds
|
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray.cc | 189 collection_->SetDisplayInfo(work_area, display.bounds()); 215 gfx::Point bounds(anchor->width() / 2, 0); 216 views::View::ConvertPointToWidget(anchor, &bounds); 217 init_params.arrow_offset = bounds.x(); 356 root->bounds().height() - status_area_window->bounds().height();
|
/external/chromium_org/ash/touch/ |
touch_uma.cc | 247 const gfx::Rect bounds = target->GetRootWindow()->bounds(); local 249 bounds.width() / kBucketCountForLocation); 251 bounds.height() / kBucketCountForLocation); 278 position.set_x(std::min(bounds.width() - 1, std::max(0, position.x()))); 279 position.set_y(std::min(bounds.height() - 1, std::max(0, position.y())));
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common_unittest.cc | 222 // Case 2: Setting the bounds of the layer should not affect either the draw 363 gfx::Size(scroll_layer->bounds().width() + kMaxScrollOffset.x(), 364 scroll_layer->bounds().height() + kMaxScrollOffset.y())); 627 // surface will tighten its bounds to the grand_child. The scale at which the [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
framed_browser_window.mm | 147 NSRect frameViewBounds = [[self frameView] bounds]; 356 bounds:windowRect 391 bounds:(NSRect)bounds 458 NSPoint startPoint = NSMakePoint(NSMinX(bounds), NSMaxY(bounds));
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
display_options_handler.cc | 207 const gfx::Rect& bounds = display.bounds(); local 210 js_display->SetInteger("x", bounds.x()); 211 js_display->SetInteger("y", bounds.y()); 212 js_display->SetInteger("width", bounds.width()); 213 js_display->SetInteger("height", bounds.height());
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchAdjustment.cpp | 296 // Consolidate bounds for editable content. 405 IntRect bounds = view->contentsToWindow(contentBounds); local 406 if (bounds.contains(touchPoint)) { 410 if (bounds.intersects(touchArea)) { 411 bounds.intersect(touchArea); 412 adjustedPoint = bounds.center();
|
/external/chromium_org/third_party/skia/include/core/ |
SkClipStack.h | 120 * Gets the bounds of the clip element, either the rect or path bounds. (Whether the shape 229 // A default of inside-out and empty bounds means the bounds are effectively void as it 265 /** Determines possible finite bounds for the Element given the previous element of the 438 * drawing areas (i.e., those resulting from a saveLayer). For finite bounds,
|
SkDevice.h | 60 * Return the bounds of the device in the coordinate space of the root 64 void getGlobalBounds(SkIRect* bounds) const { 65 SkASSERT(bounds); 67 bounds->setXYWH(origin.x(), origin.y(), this->width(), this->height()); 316 * image at the specified x,y offset will fit within the device's bounds. 324 * image at the specified x,y offset will fit within the device's bounds.
|
SkRegion.h | 83 * Return the bounds of this region. If the region is empty, returns an 217 * Return true if this region, or rgn, is empty, or if their bounds do not 432 static void BuildRectRuns(const SkIRect& bounds, 435 // If the runs define a simple rect, return true and set bounds to that 436 // rect. If not, return false and ignore bounds. 438 SkIRect* bounds);
|
/external/chromium_org/third_party/skia/src/core/ |
SkPathRef.cpp | 76 * Here we optimize the bounds computation, by noting if the bounds are 82 * if it is non-finite. In those cases bounds need to stay empty, 226 const SkRect& bounds = this->getBounds(); local 242 buffer->write(&bounds, sizeof(bounds));
|
SkRTree.cpp | 47 void SkRTree::insert(void* data, const SkIRect& bounds, bool defer) { 49 if (bounds.isEmpty()) { 54 newBranch.fBounds = bounds; 411 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) { 427 SkASSERT(bounds.contains(root->child(i)->fBounds)); 476 // since we check for empty bounds on insert, we know we'll never have empty rects
|
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 136 // LowerBound and UpperBound are used to keep track of the bounds for Val 148 // already checked Upper and Lower bounds. If it is then we can avoid 150 // because the bounds already tell us so. 188 DEBUG(dbgs() << "LHS Bounds ==> "; 195 dbgs() << "RHS Bounds ==> "; 379 // we can make the bounds tightly fitted around the case value ranges,
|
/external/skia/include/core/ |
SkClipStack.h | 120 * Gets the bounds of the clip element, either the rect or path bounds. (Whether the shape 229 // A default of inside-out and empty bounds means the bounds are effectively void as it 265 /** Determines possible finite bounds for the Element given the previous element of the 438 * drawing areas (i.e., those resulting from a saveLayer). For finite bounds,
|
SkDevice.h | 60 * Return the bounds of the device in the coordinate space of the root 64 void getGlobalBounds(SkIRect* bounds) const { 65 SkASSERT(bounds); 67 bounds->setXYWH(origin.x(), origin.y(), this->width(), this->height()); 316 * image at the specified x,y offset will fit within the device's bounds. 324 * image at the specified x,y offset will fit within the device's bounds.
|
SkRegion.h | 83 * Return the bounds of this region. If the region is empty, returns an 217 * Return true if this region, or rgn, is empty, or if their bounds do not 432 static void BuildRectRuns(const SkIRect& bounds, 435 // If the runs define a simple rect, return true and set bounds to that 436 // rect. If not, return false and ignore bounds. 438 SkIRect* bounds);
|
/external/skia/src/core/ |
SkPathRef.cpp | 76 * Here we optimize the bounds computation, by noting if the bounds are 82 * if it is non-finite. In those cases bounds need to stay empty, 226 const SkRect& bounds = this->getBounds(); local 242 buffer->write(&bounds, sizeof(bounds));
|
SkRTree.cpp | 47 void SkRTree::insert(void* data, const SkIRect& bounds, bool defer) { 49 if (bounds.isEmpty()) { 54 newBranch.fBounds = bounds; 411 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) { 427 SkASSERT(bounds.contains(root->child(i)->fBounds)); 476 // since we check for empty bounds on insert, we know we'll never have empty rects
|