Searched refs:layerBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java237 * @param layerBounds the layer bounds
245 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) { argument
246 return new GcSnapshot(this, layerBounds, paint, flags);
266 * @param layerBounds the region of the layer. Optional, if null, this is a normal save()
271 private GcSnapshot(GcSnapshot previous, RectF layerBounds, Paint_Delegate paint, int flags) { argument
285 if (layerBounds != null) {
289 // transform the layerBounds with the current transform and stores it into a int rect
291 mapRect(matrix, rect2, layerBounds);

Completed in 157 milliseconds