Searched refs:nSetLeftTopRightBottom (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 1318 return nSetLeftTopRightBottom(mNativeRenderNode, left, top, right, bottom); in setLeftTopRightBottom() 1331 return nSetLeftTopRightBottom(mNativeRenderNode, left, top, right, bottom); in setPosition() 1341 return nSetLeftTopRightBottom(mNativeRenderNode, in setPosition() 1535 private static native boolean nSetLeftTopRightBottom(long renderNode, int left, int top, in nSetLeftTopRightBottom() method in RenderNode
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | RenderNode_Delegate.java | 228 /*package*/ static boolean nSetLeftTopRightBottom(long renderNode, int left, int top, int right, in nSetLeftTopRightBottom() method in RenderNode_Delegate
|