api-impl: misc stubs and formatting fixes

This commit is contained in:
Mis012
2025-06-08 13:42:42 +02:00
parent ed240daf66
commit 364070fa1f
4 changed files with 7 additions and 4 deletions

View File

@@ -172,6 +172,9 @@ public class PopupWindow {
return native_isTouchable(popover);
}
public void setOverlapAnchor(boolean overlap) {
}
protected native long native_constructor();
protected native void native_setContentView(long widget, long contentView);
protected native void native_showAsDropDown(long widget, long anchor, int xoff, int yoff, int gravity);