HomeSort by relevance Sort by last modified time
    Searched refs:Rect (Results 101 - 125 of 1229) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AppBridge.java 18 import android.graphics.Rect;
57 public void setCameraRelativeFrame(Rect frame);
  /frameworks/base/core/java/android/view/
FocusFinder.java 19 import android.graphics.Rect;
46 final Rect mFocusedRect = new Rect();
47 final Rect mOtherRect = new Rect();
48 final Rect mBestCandidateRect = new Rect();
76 public View findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction) {
81 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, int direction) {
113 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 25 #include <ui/Rect.h>
44 op_nand = region_operator<Rect>::op_nand,
45 op_and = region_operator<Rect>::op_and,
46 op_or = region_operator<Rect>::op_or,
47 op_xor = region_operator<Rect>::op_xor
58 mStorage.add(Rect(0,0));
69 Region::Region(const Rect& rhs) {
91 static void reverseRectsResolvingJunctions(const Rect* begin, const Rect* end,
92 Vector<Rect>& dst, int spanDirection)
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 108 void setProjection(int orientation, const Rect& viewport, const Rect& frame);
112 const Rect getViewport() const { return mViewport; }
113 const Rect getFrame() const { return mFrame; }
114 const Rect& getScissor() const { return mScissor; }
128 Rect getBounds() const {
129 return Rect(mDisplayWidth, mDisplayHeight);
131 inline Rect bounds() const { return getBounds(); }
206 Rect mViewport;
208 Rect mFrame
    [all...]
  /frameworks/base/libs/hwui/
Rect.h 31 class Rect {
44 inline Rect():
51 inline Rect(float left, float top, float right, float bottom):
58 inline Rect(float width, float height):
65 friend int operator==(const Rect& a, const Rect& b) {
69 friend int operator!=(const Rect& a, const Rect& b) {
94 inline void set(const Rect& r) {
110 bool intersects(const Rect& r) const
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer.cc 26 virtual bool GetPersistentState(gfx::Rect* bounds,
28 gfx::Rect* work_area) const {
70 virtual bool GetLastActiveWindowState(gfx::Rect* bounds) const {
135 const gfx::Rect& specified_bounds,
137 gfx::Rect* window_bounds,
158 void WindowSizer::DetermineWindowBounds(const gfx::Rect& specified_bounds,
159 gfx::Rect* bounds,
174 bool WindowSizer::GetLastWindowBounds(gfx::Rect* bounds) const {
178 gfx::Rect last_window_bounds = *bounds;
181 gfx::Rect(),
    [all...]
  /external/chromium/chrome/browser/chromeos/
drop_shadow_label.h 40 const gfx::Rect& text_bounds,
  /external/chromium/chrome/browser/chromeos/login/
login_display.cc 12 const gfx::Rect& background_bounds)
login_display.h 16 #include "ui/gfx/rect.h"
64 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
96 gfx::Rect background_bounds() const { return background_bounds_; }
97 void set_background_bounds(const gfx::Rect background_bounds){
117 gfx::Rect background_bounds_;
  /external/chromium/chrome/browser/speech/
speech_input_bubble_browsertest.cc 10 #include "ui/gfx/rect.h"
23 gfx::Rect element_rect(100, 100, 100, 100);
30 gfx::Rect element_rect(100, 100, 100, 100);
38 gfx::Rect element_rect(100, 100, 100, 100);
47 gfx::Rect element_rect(100, 100, 100, 100);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.h 18 #include "ui/gfx/rect.h"
56 void AnimateToBounds(const gfx::Rect& bounds,
84 gfx::Rect bounds() const;
141 gfx::Rect animation_start_bounds_;
142 gfx::Rect animation_end_bounds_;
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 41 virtual const gfx::Rect& GetTitleBounds() const;
42 virtual const gfx::Rect& GetIconBounds() const;
69 gfx::Rect title_bounds_;
72 gfx::Rect favicon_bounds_;
  /external/chromium/chrome/browser/ui/views/frame/
browser_non_client_frame_view.h 22 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const = 0;
native_browser_frame.h 12 class Rect;
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 10 const gfx::Rect& position_relative_to,
14 gfx::Rect* contents_bounds,
15 gfx::Rect* window_bounds) {
39 const gfx::Rect& position_relative_to,
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.cc 32 const gfx::Rect& target_bounds) {
native_view_photobooth_gtk.h 26 const gfx::Rect& target_bounds) OVERRIDE;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FloatRectHaiku.cpp 32 #include <Rect.h>
37 FloatRect::FloatRect(const BRect& rect)
38 : m_location(rect.LeftTop())
39 , m_size(rect.Width() + 1, rect.Height() + 1)
IntRectHaiku.cpp 31 #include <Rect.h>
36 IntRect::IntRect(const BRect& rect)
37 : m_location(rect.LeftTop())
38 , m_size(rect.IntegerWidth() + 1, rect.IntegerHeight() + 1)
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3StreamBufferListener.h 32 Rect mCrop;
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodSession.aidl 19 import android.graphics.Rect;
41 void updateCursor(in Rect newCursor);
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthDrawable.java 24 import android.graphics.Rect;
36 private final Rect mTextBounds = new Rect();
53 Rect bounds = getBounds();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Face.java 19 import android.graphics.Rect;
28 private Rect mPosition;
30 public Face(String name, String personId, String rect) {
33 Utils.assertTrue(mName != null && mPersonId != null && rect != null);
34 StringTokenizer tokenizer = new StringTokenizer(rect);
35 mPosition = new Rect();
44 public Rect getPosition() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 22 import com.android.ide.common.api.Rect;
51 private Rect mDragBounds;
151 public Rect getDragBounds() {
161 public void setDragBounds(Rect dragBounds) {
  /external/chromium/chrome/browser/ui/panels/
panel.h 12 #include "ui/gfx/rect.h"
37 const gfx::Rect& bounds() const { return bounds_; }
44 virtual void SetBounds(const gfx::Rect& bounds);
59 virtual gfx::Rect GetRestoredBounds() const;
60 virtual gfx::Rect GetBounds() const;
125 virtual gfx::Rect GetInstantBounds();
141 Panel(Browser* browser, const gfx::Rect& bounds);
147 gfx::Rect bounds_;

Completed in 896 milliseconds

1 2 3 45 6 7 8 91011>>