public class KPSwitchFSPanelLayoutHandler extends Object implements IFSPanelConflictLayout
| Constructor and Description |
|---|
KPSwitchFSPanelLayoutHandler(View panelLayout) |
| Modifier and Type | Method and Description |
|---|---|
void |
onKeyboardShowing(boolean showing) |
void |
recordKeyboardStatus(Window window)
Record the current keyboard status on
Activity.onPause() and will be restore
the keyboard status automatically Activity.onResume()
Recommend invoke this method on the Activity.onPause(), to record the keyboard
status for the right keyboard status and non-layout-conflict when the activity on resume. |
public KPSwitchFSPanelLayoutHandler(View panelLayout)
public void onKeyboardShowing(boolean showing)
public void recordKeyboardStatus(Window window)
IFSPanelConflictLayoutActivity.onPause() and will be restore
the keyboard status automatically Activity.onResume()
Recommend invoke this method on the Activity.onPause(), to record the keyboard
status for the right keyboard status and non-layout-conflict when the activity on resume.
For fix issue#12 Bug1&Bug2.recordKeyboardStatus in interface IFSPanelConflictLayoutwindow - The current window of the current visual activity.