public interface IFSPanelConflictLayout
| Modifier and Type | Method and Description |
|---|---|
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. |
void recordKeyboardStatus(Window window)
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.
For fix issue#12 Bug1&Bug2.window - The current window of the current visual activity.