Home | History | Annotate | Download | only in view

Lines Matching defs:getElevation

15484      * {@link #getElevation() elevation} property.
15490 return getElevation() + getTranslationZ();
15496 * the x value passed in and the current {@link #getElevation() elevation} property.
15501 setTranslationZ(z - getElevation());
15510 public float getElevation() {
15511 return mRenderNode.getElevation();
15520 if (elevation != getElevation()) {
15598 * The depth location of this view relative to its {@link #getElevation() elevation}.
15608 * Sets the depth location of this view relative to its {@link #getElevation() elevation}.
27351 stream.addProperty("drawing:elevation", getElevation());