-
public final class WindowManagerExtKt
-
-
Method Summary
Modifier and Type Method Description final static UnitaddWindowView(Context $self, View view, Integer width, Integer height, Integer animStyleRes, Boolean needFocus)Author: bin.yang Maintainer: bin.yang Date: 2021/3/22 Copyright: 2021 Inc. final static UnitremoveWindowView(Context $self, View view)final static UnitresetWindow(Dialog $self, Integer width, Integer height)final static BooleanisKeyBoardShowing(Window $self)-
-
Method Detail
-
addWindowView
final static Unit addWindowView(Context $self, View view, Integer width, Integer height, Integer animStyleRes, Boolean needFocus)
Author: bin.yang Maintainer: bin.yang Date: 2021/3/22 Copyright: 2021 Inc. All rights reserved. Desc:
-
removeWindowView
final static Unit removeWindowView(Context $self, View view)
-
resetWindow
final static Unit resetWindow(Dialog $self, Integer width, Integer height)
-
isKeyBoardShowing
final static Boolean isKeyBoardShowing(Window $self)
-
-
-
-