HomeSort by relevance Sort by last modified time
    Searched refs:Rect (Results 26 - 50 of 1048) sorted by null

12 3 4 5 6 7 8 91011>>

  /sdk/rule_api/src/com/android/ide/common/api/
Rect.java 33 public class Rect {
37 public Rect() {
41 public Rect(int x, int y, int w, int h) {
46 public Rect(Rect r) {
51 public Rect set(int x, int y, int w, int h) {
60 public Rect set(Rect r) {
66 public Rect copy() {
67 return new Rect(x, y, w, h)
    [all...]
IDragElement.java 44 public abstract Rect getBounds();
59 public abstract Rect getParentBounds();
  /external/chromium/chrome/browser/instant/
instant_delegate.h 15 class Rect;
45 virtual gfx::Rect GetInstantBounds() = 0;
instant_loader_delegate.h 15 class Rect;
33 virtual gfx::Rect GetInstantBounds() = 0;
  /external/chromium/chrome/browser/
ntp_background_util.h 11 class Rect;
26 const gfx::Rect& area, int tab_contents_height);
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth.h 14 class Rect;
42 const gfx::Rect& target_bounds) = 0;
  /external/chromium/chrome/browser/ui/views/
window.h 12 class Rect;
24 const gfx::Rect& bounds,
pinned_contents_info_bubble.h 22 const gfx::Rect& position_relative_to, // In screen coordinates
26 gfx::Rect* contents_bounds, // Returned in window coordinates
27 gfx::Rect* window_bounds); // Returned in screen coordinates
49 const gfx::Rect& position_relative_to,
sad_tab_view.h 59 gfx::Rect icon_bounds_;
60 gfx::Rect title_bounds_;
61 gfx::Rect message_bounds_;
62 gfx::Rect link_bounds_;
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 19 import android.graphics.Rect;
45 Rect previouslyFocusedRect);
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 37 public final boolean next(Rect r) {
39 throw new NullPointerException("The Rect must be provided");
50 private static native boolean nativeNext(int native_iter, Rect r);
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 15 class Rect;
57 static gfx::Rect GetLocationForFindbarView(
58 gfx::Rect view_location,
59 const gfx::Rect& dialog_bounds,
60 const gfx::Rect& avoid_overlapping_rect);
find_notification_details.h 10 #include "ui/gfx/rect.h"
16 const gfx::Rect& selection_rect,
37 gfx::Rect selection_rect() const { return selection_rect_; }
46 gfx::Rect selection_rect_; // Where selection occurred (screen coordinate).
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.cc 21 WidgetWin::Init(owner, gfx::Rect());
27 gfx::Rect BorderWidgetWin::SizeAndGetBounds(
28 const gfx::Rect& position_relative_to,
32 gfx::Rect contents_bounds;
33 gfx::Rect window_bounds;
  /external/webkit/Source/WebCore/css/
Rect.h 52 class Rect : public RectBase, public RefCounted<Rect> {
54 static PassRefPtr<Rect> create() { return adoptRef(new Rect); }
57 Rect() { }
CSSBorderImageValue.h 30 class Rect;
34 static PassRefPtr<CSSBorderImageValue> create(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, int verticalRule)
51 RefPtr<Rect> m_imageSliceRect;
58 CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, int verticalRule);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 20 import android.graphics.Rect;
32 private final Rect mInputViewRect = new Rect();
33 private final Rect mEventForwardingRect = new Rect();
34 private final Rect mEventReceivingRect = new Rect();
62 final Rect rect = mInputViewRect; local
63 this.getGlobalVisibleRect(rect);
    [all...]
  /frameworks/base/core/java/android/view/
TouchDelegate.java 19 import android.graphics.Rect;
44 * view. This rect is used for initial hit testing.
46 private Rect mBounds;
49 * mBounds inflated to include some slop. This rect is to track whether the motion events
52 private Rect mSlopBounds;
90 public TouchDelegate(Rect bounds, View delegateView) {
94 mSlopBounds = new Rect(bounds);
115 Rect bounds = mBounds;
126 Rect slopBounds = mSlopBounds;
HardwareCanvas.java 22 import android.graphics.Rect;
45 abstract void onPreDraw(Rect dirty);
64 abstract boolean drawDisplayList(DisplayList displayList, int width, int height, Rect dirty);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.h 13 class Rect;
34 const gfx::Rect& bounds,
44 virtual void InitWindow(GtkWindow* parent, const gfx::Rect& bounds);
  /external/chromium/chrome/browser/chromeos/login/
base_login_display_host.h 16 #include "ui/gfx/rect.h"
33 explicit BaseLoginDisplayHost(const gfx::Rect& background_bounds);
48 const gfx::Rect& background_bounds() const { return background_bounds_; }
57 gfx::Rect background_bounds_;
  /frameworks/base/include/media/stagefright/
YUVCanvas.h 31 class Rect;
45 void FillYUVRectangle(const Rect& rect,
54 const Rect& srcRect,
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.h 12 class Rect;
  /external/skia/src/svg/
SkSVGRect.h 24 DECLARE_SVG_INFO(Rect);
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.h 12 class Rect;
39 gfx::Rect GetNativeDialogContentsBounds(gfx::NativeView native_dialog);

Completed in 624 milliseconds

12 3 4 5 6 7 8 91011>>