Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -49074,6 +49074,7 @@ package android.view { method public float getTranslationX(); method public float getTranslationY(); method public float getTranslationZ(); method public long getUniqueDrawingId(); method public int getVerticalFadingEdgeLength(); method public int getVerticalScrollbarPosition(); method public int getVerticalScrollbarWidth(); core/java/android/view/View.java +10 −0 Original line number Diff line number Diff line Loading @@ -23544,6 +23544,16 @@ public class View implements Drawable.Callback, KeyEvent.Callback, return mID; } /** * Get the identifier used for this view by the drawing system. * * @see RenderNode#getUniqueId() * @return A long that uniquely identifies this view's drawing component */ public long getUniqueDrawingId() { return mRenderNode.getUniqueId(); } /** * Returns this view's tag. * Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -49074,6 +49074,7 @@ package android.view { method public float getTranslationX(); method public float getTranslationY(); method public float getTranslationZ(); method public long getUniqueDrawingId(); method public int getVerticalFadingEdgeLength(); method public int getVerticalScrollbarPosition(); method public int getVerticalScrollbarWidth();
core/java/android/view/View.java +10 −0 Original line number Diff line number Diff line Loading @@ -23544,6 +23544,16 @@ public class View implements Drawable.Callback, KeyEvent.Callback, return mID; } /** * Get the identifier used for this view by the drawing system. * * @see RenderNode#getUniqueId() * @return A long that uniquely identifies this view's drawing component */ public long getUniqueDrawingId() { return mRenderNode.getUniqueId(); } /** * Returns this view's tag. *