HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 276 - 300 of 2700) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 212 // the bottom edge (with some tolerance). Similar for horizCheck.
218 // Check whether the position is near some edge(s).
232 // Not near any edge but inside the rectangle: move.
241 // The "edge" parameter specifies which edges the user is dragging.
242 void handleMotion(int edge, float dx, float dy) {
244 if (edge == GROW_NONE) {
246 } else if (edge == MOVE) {
251 if (((GROW_LEFT_EDGE | GROW_RIGHT_EDGE) & edge) == 0) {
255 if (((GROW_TOP_EDGE | GROW_BOTTOM_EDGE) & edge) == 0) {
262 growBy((((edge & GROW_LEFT_EDGE) != 0) ? -1 : 1) * xDelta
    [all...]
  /dalvik/dx/tests/086-ssa-edge-split/
Blort.java 20 * This method requires the edge-splitter to add a node
  /external/chromium/base/
string16_unittest.cc 25 // Interesting edge cases.
  /external/chromium/chrome/browser/resources/
print_preview.html 66 <input type="radio" name="binding" checked id="long-edge"
68 <label for="long-edge"
72 <input type="radio" name="binding" id="short-edge"
74 <label for="short-edge"
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view.h 7 // attached (slimline with a stroke at the bottom edge) or New Tab Page style
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.mm 12 // Vertical inset from edge of cell to divider start.
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.h 52 // frame, any title area, and any connected client edge. If |restored| is
101 // This does not include any client edge. If |restored| is true, acts as if
110 // borders, including both the window frame and any client edge.
117 // Returns the thickness of the 3D edge along the bottom of the titlebar. If
  /external/chromium_org/ash/system/tray/
tray_item_more.h 23 // A view with a chevron ('>') on the right edge. Clicking on the view brings up
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.h 33 // bottom vertical resize edge, and if so toggles the vertical height of the
  /external/chromium_org/base/strings/
string16_unittest.cc 26 // Interesting edge cases.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FindNotificationDetails.java 23 * Might be -1 even with matches in rare edge cases where the active match
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view.h 7 // attached (slimline with a stroke at the bottom edge) or New Tab Page style
  /external/chromium_org/chrome/browser/ui/
immersive_fullscreen_configuration.h 33 // The time after which the edge trigger fires and top-chrome is revealed in
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.h 54 // frame, any title area, and any connected client edge. If |restored| is
98 // This does not include any client edge. If |restored| is true, acts as if
107 // borders, including both the window frame and any client edge.
114 // Returns the thickness of the 3D edge along the bottom of the titlebar. If
  /external/chromium_org/content/browser/web_contents/aura/
shadow_layer_delegate.h 22 // ShadowLayerDelegate takes care of drawing a shadow on the left edge of
  /external/chromium_org/extensions/common/matcher/
substring_set_matcher.h 74 // text[i + k] at depth k + 1, we follow a failure edge. This edge
83 // Key: label of the edge, value: node index in |tree_| of parent class.
109 // Node index that failure edge leads to.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupContainerTest.cpp 110 // If the left edge of the control is projecting from the screen, making
111 // the widget aligned to the right edge of the control.
119 // Made the widget aligned to the right edge. But it's still projecting
130 // If the right edge of the control is projecting from the screen,
  /external/chromium_org/third_party/skia/include/core/
SkLineClipper.h 24 edge of the clip.
  /external/chromium_org/third_party/skia/src/core/
SkEdgeBuilder.h 23 // returns the number of built edges. The array of those edge pointers
SkEdgeClipper.h 15 /** This is basically an iterator. It is initialized with an edge and a clip,
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 27 bool fTiny; // if set, span may still be considered once for edge following
SkPathOpsSpan.h 27 bool fTiny; // if set, span may still be considered once for edge following
  /external/chromium_org/ui/gfx/image/
image_skia_util_mac.h 34 // Resizes |[NSImage imageNamed:@NSApplicationIcon]| to have edge width of
  /external/chromium_org/ui/views/window/
frame_background.cc 71 // Draw the top corners and edge, scaling the corner images down if they
95 // Right edge.
104 // Bottom corners and edge.
118 // Left edge.
  /external/chromium_org/v8/test/webkit/
number-parsing-crash-expected.txt 24 This tests edge cases of number parsing.

Completed in 1238 milliseconds

<<11121314151617181920>>