HomeSort by relevance Sort by last modified time
    Searched defs:BOUNDS (Results 1 - 10 of 10) sorted by null

  /external/droiddriver/src/com/google/android/droiddriver/finders/
Attribute.java 129 BOUNDS("bounds") {
ByXPath.java 137 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString());
  /external/chromium_org/ui/compositor/
layer_animation_element.h 31 BOUNDS,
47 gfx::Rect bounds; member in struct:ui::LayerAnimationElement::TargetValue
79 // Creates an element that transitions to the given bounds. The caller owns
82 const gfx::Rect& bounds,
layer_animator_unittest.cc 203 animator->StopAnimatingProperty(LayerAnimationElement::BOUNDS);
590 // ScheduleTogether is being used, the bounds animation should not start until
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 30 public static final String[] BOUNDS = {
155 writer.name(BOUNDS[0]).value(mCrop.left);
156 writer.name(BOUNDS[1]).value(mCrop.top);
157 writer.name(BOUNDS[2]).value(mCrop.right);
158 writer.name(BOUNDS[3]).value(mCrop.bottom);
167 if (BOUNDS[0].equals(name)) {
169 } else if (BOUNDS[1].equals(name)) {
171 } else if (BOUNDS[2].equals(name)) {
173 } else if (BOUNDS[3].equals(name)) {
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 150 BOUNDS,
181 EXPECT_EQ(gfx::Size(10, 10).ToString(), layer->bounds().ToString());
197 case BOUNDS:
198 EXPECT_EQ(gfx::Size(20, 20).ToString(), layer->bounds().ToString());
214 case BOUNDS:
360 // the content bounds of |scaled_layer_|, which should not generate
421 // the content bounds of |scrollbar_|, which should not generate
1074 // The content bounds of the child should be scaled
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 230 /* Two simple bounds-checking macros. */
232 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 231 /* Two simple bounds-checking macros. */
233 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
5926 FT_Short contour, bounds; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 315 milliseconds