Searched refs:nSetLeftTopRightBottom (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | RenderNode.java | 1389 return nSetLeftTopRightBottom(mNativeRenderNode, left, top, right, bottom); in setLeftTopRightBottom() 1402 return nSetLeftTopRightBottom(mNativeRenderNode, left, top, right, bottom); in setPosition() 1412 return nSetLeftTopRightBottom(mNativeRenderNode, in setPosition() 1616 private static native boolean nSetLeftTopRightBottom(long renderNode, int left, int top, in nSetLeftTopRightBottom() method in RenderNode
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | RenderNode_Delegate.java | 228 /*package*/ static boolean nSetLeftTopRightBottom(long renderNode, int left, int top, int right, in nSetLeftTopRightBottom() method in RenderNode_Delegate
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 65059 Landroid/view/RenderNode;->nSetLeftTopRightBottom(JIIII)Z
|