public class IncrementalMountOutput
extends java.lang.Object
Constructor and Description |
---|
IncrementalMountOutput(long id,
int index,
Rect bounds,
IncrementalMountOutput host) |
Modifier and Type | Method and Description |
---|---|
Rect |
getBounds() |
IncrementalMountOutput |
getHostOutput() |
long |
getId() |
int |
getIndex() |
Rect |
getOriginalBounds() |
public IncrementalMountOutput(long id, int index, Rect bounds, IncrementalMountOutput host)
public int getIndex()
public Rect getBounds()
public Rect getOriginalBounds()
public long getId()
public IncrementalMountOutput getHostOutput()