HomeSort by relevance Sort by last modified time
    Searched full:placement (Results 226 - 250 of 574) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeinsertbefore.java 36 * and "refChild" after insertion for correct placement.
nodeinsertbefore.java 36 * and "refChild" after insertion for correct placement.
  /packages/apps/InCallUI/res/values/
dimens.xml 89 <!-- Default target placement radius for GlowPadView. Should be 1/2 of outerring diameter. -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 323 """Page class using the grid placement manager's "remove" mechanism."""
333 """Page class using the grid placement manager's "lift" mechanism."""
348 """Page class using the pack placement manager's "forget" mechanism."""
381 * PagePackForget - This mechanism uses the pack placement manager.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 323 """Page class using the grid placement manager's "remove" mechanism."""
333 """Page class using the grid placement manager's "lift" mechanism."""
348 """Page class using the pack placement manager's "forget" mechanism."""
381 * PagePackForget - This mechanism uses the pack placement manager.
  /sdk/emulator/opengl/
README 84 non-trivial placement for guest/device libraries.
  /system/core/include/cutils/
atomic.h 44 * of the placement of memory barriers in a simple lock implementation:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.cpp 228 // FIXME: Implement properly "stack" value in auto-placement algorithm.
239 // The new child requires the auto-placement algorithm to run so we need to recompute the grid fully.
278 // FIXME: Implement properly "stack" value in auto-placement algorithm.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 420 * Placement new for stack usage
426 * Placement delete for stack usage
  /external/icu/icu4c/source/i18n/
digitlst.h 425 * Placement new for stack usage
431 * Placement delete for stack usage
  /external/jsoncpp/src/lib_json/
json_internalmap.inl 94 new (map) ValueInternalMap(); // placement new
101 new (map) ValueInternalMap( other ); // placement new
  /frameworks/base/docs/html/design/patterns/
widgets.jd 90 <p>With version 3.1, Android introduced resizable widgets to the platform. Resizing allows users to adjust the height and/or the width of a widget within the constraints of the home panel placement grid. You can decide if your widget is freely resizable or if it is constrained to horizontal or vertical size changes. You do not have to support resizing if your particular widget is inherently fixed-size.</p>
112 <p>It will be tempting to layout your widgets according to the dimensions of the placement grid of a particular device that you own and develop with. This can be a useful initial approximation as you layout your widget, but keep the following in mind:</p>
  /frameworks/base/docs/html/training/monetization/
ads-and-ux.jd 15 <li><a href="#SetupAdPlacement">Set Up Ad Placement</a></li>
94 <h2 id="SetupAdPlacement">Set Up Ad Placement</h2>
  /external/chromium_org/ash/
popup_message.cc 154 // and the orientation variables again and force a re-placement.
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.h 203 // placement to track when the mouse is moved while pushed against the edge of
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.mm 120 // It is used in conjunction with gestures to determine finger placement
  /external/chromium_org/chrome/browser/ui/bookmarks/
recently_used_folders_combo_model.cc 62 // We special case the placement of these, so remove them from the list, then
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 132 // corners are rounded. This method considers the bubble's placement (as
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 175 // Called for revision of active devices. If current-placement is available
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 470 // Test the placement of newly created windows.
547 // Test the placement of newly created windows on an empty desktop.
628 // Test the placement of newly created windows on multiple dislays.
655 // Creating a new window to verify the new placement.
    [all...]
  /external/chromium_org/net/socket/
client_socket_handle.h 48 // is used to determine the placement in ClientSocketPool's wait list.
client_socket_pool.h 78 // connecting. |priority| will determine the placement into the wait list.
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 422 CommentPlacement placement );
425 CommentPlacement placement );
426 bool hasComment( CommentPlacement placement ) const;
428 std::string getComment( CommentPlacement placement ) const;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_encoder.h 246 /*!\brief Keyframe placement mode.
256 VPX_KF_AUTO, /**< Encoder determines optimal placement automatically */
623 /*!\brief Keyframe placement mode
626 * fixed interval, or determine the optimal placement automatically
    [all...]
  /external/eigen/Eigen/src/Core/
Map.h 57 * placement new syntax:

Completed in 1185 milliseconds

1 2 3 4 5 6 7 8 91011>>