public interface IPanelHeightTarget
KeyboardUtil.KeyboardStatusListener| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
void |
onKeyboardShowing(boolean showing)
Be invoked by onGlobalLayoutListener call-back.
|
void |
refreshHeight(int panelHeight)
for handle the panel's height, will be equal to the keyboard height which had saved last
time.
|
void refreshHeight(int panelHeight)
int getHeight()
void onKeyboardShowing(boolean showing)
showing - whether the keyboard is showing or not.