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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 79 public static Area combineShapes(Shape shape1, Shape shape2, int regionOp) {
377 region.mArea = combineShapes(region.mArea,
395 region.mArea = combineShapes(region.mArea,
424 dstRegion.mArea = combineShapes(region1.mArea, region2.mArea, op);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 504 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
    [all...]

Completed in 427 milliseconds