HomeSort by relevance Sort by last modified time
    Searched refs:Point (Results 51 - 75 of 575) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view.h 18 class Point;
48 const gfx::Point& image_offset) = 0;
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip_controller.h 14 class Point;
60 // Shows a context menu for the tab at the specified point in screen coords.
61 virtual void ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) = 0;
dragged_tab_view.h 12 #include "ui/gfx/point.h"
25 const gfx::Point& mouse_tab_offset,
32 void MoveTo(const gfx::Point& screen_point);
35 void set_mouse_tab_offset(const gfx::Point& offset) {
76 gfx::Point mouse_tab_offset_;
tab.h 13 #include "ui/gfx/point.h"
41 void set_background_offset(const gfx::Point& offset) {
72 virtual bool GetTooltipTextOrigin(const gfx::Point& p,
73 gfx::Point* origin) OVERRIDE;
109 gfx::Point background_offset_;
111 // The center point for the radial hover glow.
112 gfx::Point hover_point_;
  /frameworks/testing/uiautomator/samples/SkeletonTest/src/com/android/uiautomator/samples/skeleton/
DemoTestCase.java 20 import android.graphics.Point;
32 Point p = getUiDevice().getDisplaySizeDp();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
PanelTrack.java 19 import android.graphics.Point;
29 public Point getTouchPoint();
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 21 import android.graphics.Point;
54 final Point p = new Point();
114 Point outSize = new Point();
134 Point outSize = new Point();
161 Point smallest = new Point();
162 Point largest = new Point()
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_view_chromeos.cc 35 int BrowserFrameViewChromeos::NonClientHitTest(const gfx::Point& point) {
36 if (point.y() < kTopPad)
38 return OpaqueBrowserFrameView::NonClientHitTest(point);
41 bool BrowserFrameViewChromeos::HitTest(const gfx::Point& l) const {
48 const gfx::Point& point) {
49 if (point.y() < kTopPad) {
50 gfx::Point nc_point(point.x(), kTopPad)
    [all...]
dom_browser_view_layout.cc 57 bool DOMBrowserViewLayout::IsPositionInWindowCaption(const gfx::Point& point) {
61 int DOMBrowserViewLayout::NonClientHitTest(const gfx::Point& point) {
63 gfx::Point point_in_browser_view_coords(point);
67 if (bv_bounds.Contains(point))
69 // If the point is somewhere else, delegate to the default implementation.
70 return browser_view_->views::ClientView::NonClientHitTest(point);
75 bool DOMBrowserViewLayout::IsPointInViewsInTitleArea(const gfx::Point& point
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
window_switcher_button.h 39 virtual void RunMenu(views::View* source, const gfx::Point& pt);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.h 17 #include "ui/gfx/point.h"
27 const gfx::Point& mouse_tab_offset,
34 void MoveTo(const gfx::Point& screen_point);
37 void set_mouse_tab_offset(const gfx::Point& offset) {
125 gfx::Point mouse_tab_offset_;
  /external/clang/test/PCH/
struct.h 3 struct Point {
  /external/webkit/Source/WebKit/chromium/public/
WebPoint.h 39 #include <ui/gfx/point.h>
79 WebPoint(const gfx::Point& p)
85 WebPoint& operator=(const gfx::Point& p)
92 operator gfx::Point() const
94 return gfx::Point(x, y);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
AbsoluteLayoutRuleTest.java 22 import com.android.ide.common.api.Point;
28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
49 // Drag point
50 new Point(30, -10),
67 inserted = dragInto(new Rect(0, 0, 0, 0), new Point(30, -10), 4, -1,
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 20 import android.filterfw.geometry.Point;
32 public Point p0;
33 public Point p1;
34 public Point p2;
35 public Point p3;
40 public Quad(Point p0, Point p1, Point p2, Point p3) {
54 public Quad translated(Point t)
    [all...]
  /external/clang/test/Analysis/
fields.c 24 } Point;
26 Point getit(void);
28 Point p;
38 Point p = {42, 0};
39 Point q;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 18 import org.eclipse.swt.graphics.Point;
67 protected Point getInitialSize() {
71 Point defaultSize = getDefaultSize();
78 return new Point(width, height);
88 protected Point getDefaultSize() {
98 protected Point getInitialLocation(Point initialSize) {
123 return new Point(x, y);
128 return new Point(x, y);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RotateFilter.java 33 import android.filterfw.geometry.Point;
145 Point x0 = new Point(0.5f * (-cosTheta + sinTheta + 1f),
147 Point x1 = new Point(0.5f * (cosTheta + sinTheta + 1f),
149 Point x2 = new Point(0.5f * (-cosTheta - sinTheta + 1f),
151 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f),
StraightenFilter.java 33 import android.filterfw.geometry.Point;
128 Point p0 = new Point(-cosTheta * mWidth + sinTheta * mHeight,
131 Point p1 = new Point(cosTheta * mWidth + sinTheta * mHeight,
134 Point p2 = new Point(-cosTheta * mWidth - sinTheta * mHeight,
137 Point p3 = new Point(cosTheta * mWidth - sinTheta * mHeight,
  /external/chromium/chrome/browser/ui/
window_sizer_win.cc 40 virtual gfx::Point GetBoundsOffsetMatching(
45 return gfx::Point(monitor_info.rcWork.left - monitor_info.rcMonitor.left,
85 gfx::Point WindowSizer::GetDefaultPopupOrigin(const gfx::Size& size) {
88 gfx::Point corner(area.left, area.top);
95 gfx::Point limit(
101 corner = gfx::Point(
  /packages/apps/Gallery2/src/com/android/photos/data/
GalleryBitmapPool.java 20 import android.graphics.Point;
34 private static final Point[] COMMON_PHOTO_ASPECT_RATIOS =
35 { new Point(4, 3), new Point(3, 2), new Point(16, 9) };
79 for (Point ar : COMMON_PHOTO_ASPECT_RATIOS) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 47 private static class Point {
48 public Point(double lat, double lng) {
52 public Point() {}
88 final ArrayList<Point> points = new ArrayList<Point>();
94 points.add(new Point(s.lat, s.lng));
105 Point[] pointsArray = new Point[m];
204 // an array which specifies the group that each point belongs (0 to k - 1).
205 private static int[] kMeans(Point points[], int[] bestK)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/
RectTest.java 135 assertFalse(r.contains((Point) null));
147 assertTrue(r.contains(new Point(3, 4)));
148 assertTrue(r.contains(new Point(3+19, 4)));
149 assertTrue(r.contains(new Point(3+19, 4+29)));
150 assertTrue(r.contains(new Point(3, 4+29)));
152 assertFalse(r.contains(new Point(3-1, 4)));
153 assertFalse(r.contains(new Point(3, 4-1)));
154 assertFalse(r.contains(new Point(3-1, 4-1)));
156 assertFalse(r.contains(new Point(3+20, 4)));
157 assertFalse(r.contains(new Point(3+20, 4+30)))
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 78 private Point location;
79 private Point centerLocation;
80 private Point centerLocationOnScreen;
81 private Point lastKnownLocation;
87 location = new Point();
88 centerLocation = new Point();
89 centerLocationOnScreen = new Point();
90 lastKnownLocation = new Point();
113 location = new Point();
114 centerLocation = new Point();
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info_gtk.cc 55 // Helper class to determine if a particular point of a window is not obscured
62 const gfx::Point& screen_loc,
86 // At this point we haven't found our target window, so this window is
88 // the point, then we can stop the search now because this window is
89 // obscuring the target window at this point.
98 const gfx::Point& screen_loc,
111 gfx::Point screen_loc_;
123 // Helper class to determine if a particular point of a window from our process
129 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc,
162 LocalProcessWindowFinder(const gfx::Point& screen_loc
    [all...]

Completed in 377 milliseconds

1 23 4 5 6 7 8 91011>>