public interface IPanelConflictLayout
The interface used for the panel's container layout and it used in the case of non-full-screen theme window.
| Modifier and Type | Method and Description |
|---|---|
void |
handleHide()
Panel->Keyboard
|
void |
handleShow()
Keyboard->Panel
|
boolean |
isKeyboardShowing() |
boolean |
isVisible() |
void |
setIgnoreRecommendHeight(boolean isIgnoreRecommendHeight) |
boolean isKeyboardShowing()
boolean isVisible()
void handleShow()
void handleHide()
void setIgnoreRecommendHeight(boolean isIgnoreRecommendHeight)
isIgnoreRecommendHeight - Ignore guaranteeing the panel height equal to the keyboard
height.KPSwitchPanelLayoutHandler.resetToRecommendPanelHeight(int),
KeyboardUtil.getValidPanelHeight(android.content.Context)