| Modifier and Type | Method and Description |
|---|---|
List<List<Double>> |
LayerTree.profileSnapshot(String snapshotId,
Integer minRepeatCount,
Double minDuration,
Rect clipRect) |
| Modifier and Type | Method and Description |
|---|---|
Rect |
LayerPainted.getClip()
Clip rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerPainted.setClip(Rect clip)
Clip rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
InlineTextBox.getBoundingBox()
The bounding box in document coordinates.
|
Rect |
LayoutTreeNode.getBoundingBox()
The bounding box in document coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InlineTextBox.setBoundingBox(Rect boundingBox)
The bounding box in document coordinates.
|
void |
LayoutTreeNode.setBoundingBox(Rect boundingBox)
The bounding box in document coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
StickyPositionConstraint.getContainingBlockRect()
Layout rectangle of the containing block of the sticky element
|
Rect |
ScrollRect.getRect()
Rectangle itself.
|
Rect |
StickyPositionConstraint.getStickyBoxRect()
Layout rectangle of the sticky element before being shifted
|
| Modifier and Type | Method and Description |
|---|---|
void |
StickyPositionConstraint.setContainingBlockRect(Rect containingBlockRect)
Layout rectangle of the containing block of the sticky element
|
void |
ScrollRect.setRect(Rect rect)
Rectangle itself.
|
void |
StickyPositionConstraint.setStickyBoxRect(Rect stickyBoxRect)
Layout rectangle of the sticky element before being shifted
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
LayoutMetrics.getContentSize()
Size of scrollable area.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutMetrics.setContentSize(Rect contentSize)
Size of scrollable area.
|
Copyright © 2020. All rights reserved.