Home | History | Annotate | Download | only in hwui

Lines Matching full:gettop

130     return Rect(props.getLeft(), props.getTop(),
217 if (properties.getLeft() != 0 || properties.getTop() != 0) {
218 mCanvasState.translate(properties.getLeft(), properties.getTop());