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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 75 * @param shape2 the 2nd shape to combine
79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) {
88 result.subtract(shape2 instanceof Area ? (Area) shape2 : new Area(shape2));
92 // if shape1 is null, then the result is simply shape2.
94 return new Area(shape2);
99 result.intersect(shape2 instanceof Area ? (Area) shape2 : new Area(shape2));
    [all...]
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 48 View shape2 = rootView.findViewById(R.id.floating_shape_2); local
51 * Sets a {@Link View.OnTouchListener} that responds to a touch event on shape2.
53 shape2.setOnTouchListener(new View.OnTouchListener() {
  /developers/samples/android/ui/views/Elevation/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 48 View shape2 = rootView.findViewById(R.id.floating_shape_2); local
51 * Sets a {@Link View.OnTouchListener} that responds to a touch event on shape2.
53 shape2.setOnTouchListener(new View.OnTouchListener() {
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
ElevationBasicFragment.java 48 View shape2 = rootView.findViewById(R.id.floating_shape_2); local
51 * Sets a {@Link View.OnTouchListener} that responds to a touch event on shape2.
53 shape2.setOnTouchListener(new View.OnTouchListener() {
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 97 static Shape unionShapes(const Shape& shape1, const Shape& shape2);
98 static Shape intersectShapes(const Shape& shape1, const Shape& shape2);
99 static Shape subtractShapes(const Shape& shape1, const Shape& shape2);
108 static bool compareShapes(const Shape& shape1, const Shape& shape2);
121 static Shape shapeOperation(const Shape& shape1, const Shape& shape2);
Region.cpp 399 Shape2,
403 Region::Shape Region::Shape::shapeOperation(const Shape& shape1, const Shape& shape2)
408 size_t segmentsCapacity = shape1.segmentsSize() + shape2.segmentsSize();
409 size_t spansCapacity = shape1.spansSize() + shape2.spansSize();
411 if (Operation::trySimpleOperation(shape1, shape2, result))
417 SpanIterator spans2 = shape2.spansBegin();
418 SpanIterator spans2End = shape2.spansEnd();
427 segments.reserveCapacity(std::max(shape1.segmentsSize(), shape2.segmentsSize()));
444 segments2 = shape2.segmentsBegin(spans2);
445 segments2End = shape2.segmentsEnd(spans2)
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 280 gfx::Path shape2; local
281 shape2.moveTo(10, 0);
282 shape2.lineTo(10, 10);
283 shape2.lineTo(0, 10);
284 shape2.lineTo(0, 100);
285 shape2.lineTo(100, 100);
286 shape2.lineTo(100, 0);
287 shape2.close();
291 widget2->SetShape(shape2.CreateNativeRegion());
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 353 milliseconds