Searched defs:getClip (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java318 Shape currentClip = baseLayer.getGraphics().getClip();
408 baseLayer.setClip(getClip());
491 Shape currentClip = getClip();
500 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
512 Shape currentClip = getClip();
532 public Shape getClip() { method in class:GcSnapshot
535 return mLayers.get(0).getGraphics().getClip();
651 Shape clip = getClip();

Completed in 470 milliseconds