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

<<41424344454647484950>>

  /packages/apps/Launcher2/res/values-sw600dp/
config.xml 15 <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
  /packages/apps/Launcher2/res/values-sw720dp/
config.xml 14 <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadKeyButton.java 38 * <li>Removing the hover pointer while inside the bounds of the button will
42 * <li>Moving the hover pointer outside of the bounds of the button will restore
53 /** Bounds used to filter HOVER_EXIT events. */
147 // the button's hover target bounds should perform a click action.
  /packages/apps/Settings/src/com/android/settings/drawable/
InsetBoundsDrawable.java 22 * Wrapper around another {@link Drawable} that insets requested bounds by a
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 87 RenderMode mode = FRAMEBUFFER, Rect *bounds = NULL,
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
151 Font::Rect *bounds = NULL,
154 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 87 RenderMode mode = FRAMEBUFFER, Rect *bounds = NULL,
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
151 Font::Rect *bounds = NULL,
154 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 87 RenderMode mode = FRAMEBUFFER, Rect *bounds = NULL,
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
151 Font::Rect *bounds = NULL,
154 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 134 Rectangle bounds = combo.getBounds(); local
135 Point location = new Point(bounds.x, bounds.y + bounds.height);
DeviceMenuListener.java 192 Rectangle bounds = combo.getBounds(); local
193 Point location = new Point(bounds.x, bounds.y + bounds.height);
OrientationMenuAction.java 88 Rectangle bounds = combo.getBounds(); local
89 Point location = new Point(bounds.x, bounds.y + bounds.height);
  /external/chromium_org/ui/aura/
window_unittest.cc 511 // We can override the hit test bounds of the parent to make the parent grab
    [all...]
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 128 return bounds();
137 // Get the difference between the widget's client area bounds and window
138 // bounds, and grow |window_bounds| by that amount.
167 gfx::Rect expanded_bounds = bounds();
174 // Points outside the (possibly expanded) bounds can be discarded.
234 gfx::Rect bounds(0, 0, pref.width(), pref.height());
236 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 50 height_(window->bounds().height()) { }
134 // Updates docked layout when shelf bounds change.
239 // Updates |docked_bounds_| and workspace insets when bounds of docked windows
281 // Last bounds that were sent to observers.
284 // Target bounds of a docked window being dragged.
298 // Observes shelf for bounds changes.
304 // Observers of dock bounds changes.
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_bubble_cocoa.mm 96 NSRect bounds =
98 if (self = [super initWithFrame:bounds]) {
108 NSRect bounds = [self bounds];
109 bounds = NSInsetRect(bounds, 0.5, 0.5);
111 [NSBezierPath gtm_bezierPathWithRoundRect:bounds
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.mm 101 const CGFloat matrix_width = NSWidth([field_ bounds]);
151 gfx::Rect bounds(NSRectToCGRect(target_popup_frame_));
152 bounds.set_y(monitor_frame.size.height - bounds.y() - bounds.height());
153 return bounds;
276 [field_ convertPoint:[field_ bounds].origin toView:nil];
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 208 static inline void getSkiaBoundsForGlyph(SkPaint& paint, Glyph glyph, SkRect& bounds)
214 bounds = path.getBounds();
218 bounds.round(&ir);
219 bounds.set(ir);
233 SkRect bounds; local
234 getSkiaBoundsForGlyph(paint, glyph, bounds);
235 return FloatRect(bounds);
  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.cpp 38 // If path is inverse filled, use the current clip bounds as the
59 // in the computed bounds.
113 // Set vertical bounds to max extents from font metrics
118 // Pad horizontal bounds on each side by half of max vertical extents (this is sort of
290 bool SkBBoxRecord::transformBounds(const SkRect& bounds, const SkPaint* paint) {
291 SkRect outBounds = bounds;
300 // set bounds to current clip
  /external/skia/src/core/
SkBBoxRecord.cpp 38 // If path is inverse filled, use the current clip bounds as the
59 // in the computed bounds.
113 // Set vertical bounds to max extents from font metrics
118 // Pad horizontal bounds on each side by half of max vertical extents (this is sort of
290 bool SkBBoxRecord::transformBounds(const SkRect& bounds, const SkPaint* paint) {
291 SkRect outBounds = bounds;
300 // set bounds to current clip
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 140 * Draw in its bounds (set via setBounds) respecting optional effects such
161 // first invalidate the previous bounds
173 public void setBounds(Rect bounds) {
174 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
178 * Return a copy of the drawable's bounds in the specified Rect (allocated
179 * by the caller). The bounds specify where this will draw when its draw()
182 * @param bounds Rect to receive the drawable's bounds (allocated by th
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImage.java 48 * The transition image has three bounds, all relative to window<p>
49 * - {@link #setRect(Rect)} bounds of the image view, including background color<p>
50 * - {@link #setUnclippedRect(RectF)} bounds of original bitmap without clipping, the rect
52 * - {@link #setClippedRect(RectF)} bounds of clipping<p>
301 * set bounds and bitmap
308 * set bounds and bitmap
318 // use background View as the outside bounds and we can fill
  /external/chromium_org/ui/views/
view_unittest.cc 123 EXPECT_EQ(l->bounds(), v->bounds());
124 if (v->bounds() != l->bounds())
341 new_bounds_ = bounds();
356 EXPECT_EQ(v.bounds(), new_rect);
400 params.bounds = gfx::Rect(50, 50, 650, 650);
421 // Drag event out of bounds. Should still go to v2
434 // Releasted event out of bounds. Should still go to v2
463 params.bounds = gfx::Rect(50, 50, 650, 650)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_controller.mm 98 maxShelfHeight_ = NSHeight([[self view] bounds]);
459 initWithRect:[[self view] bounds]
489 NSRect selfBounds = [[self view] bounds];
491 NSRect bounds;
494 bounds = NSMakeRect(NSMinX(hoverFrame), 0,
498 bounds.origin.x = NSMinX(hoverFrame);
499 bounds.origin.y = NSMidY(hoverFrame) -
501 bounds.size = kHoverCloseButtonDefaultSize;
505 // When changing the bounds/frame on a HoverButton, the tracking isn't updated
508 [hoverCloseButton_ setFrame:bounds];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.cpp 241 bool TransformOperations::blendedBoundsForBox(const FloatBox& box, const TransformOperations& from, const double& minProgress, const double& maxProgress, FloatBox* bounds) const
248 *bounds = box;
266 bounds->expandTo(box);
298 FloatBox fromBox = *bounds;
299 FloatBox toBox = *bounds;
302 *bounds = fromBox;
303 bounds->expandTo(toBox);
344 FloatBox fromBox = *bounds;
354 *bounds = boundsForArc;
357 bounds->expandTo(boundsForArc)
    [all...]
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 205 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
227 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
233 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
255 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
264 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
286 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
295 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
317 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
323 gfx::Rect(0, 0, 600, 400)); // Display-bounds.
348 gfx::Rect(0, 0, 600, 400)); // Display-bounds
    [all...]
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 91 gfx::Rect bounds = controller->CalculateMenuBounds(item, false, &dir); local
92 Reposition(bounds);
339 const gfx::Rect& bounds,
350 host_->InitMenuHost(parent, bounds, scroll_view_container_, do_capture);
361 void SubmenuView::Reposition(const gfx::Rect& bounds) {
363 host_->SetMenuHostBounds(bounds);
444 gfx::Rect bounds = CalculateDropIndicatorBounds(item, position);
445 canvas->FillRect(bounds, kDropIndicatorColor);
465 gfx::Rect item_bounds = item->bounds();
485 const gfx::Rect& full_bounds = bounds();
    [all...]

Completed in 1706 milliseconds

<<41424344454647484950>>