You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc stubs and formatting fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user