@Implements(value=android.view.RenderNode.class,
isInAndroidSdk=false)
public class ShadowRenderNode
extends Object
RenderNode.| Constructor and Description |
|---|
ShadowRenderNode() |
| Modifier and Type | Method and Description |
|---|---|
float |
getTranslationX() |
float |
getTranslationY() |
float |
getTranslationZ() |
boolean |
setTranslationX(float translationX) |
boolean |
setTranslationY(float translationY) |
boolean |
setTranslationZ(float translationZ) |
@Implementation public boolean setTranslationX(float translationX)
@Implementation public boolean setTranslationY(float translationY)
@Implementation public boolean setTranslationZ(float translationZ)
@Implementation public float getTranslationX()
@Implementation public float getTranslationY()
@Implementation public float getTranslationZ()
Copyright © 2015. All rights reserved.