Home | History | Annotate | Download | only in ui

Lines Matching defs:ConfigState

67     private final Stack<ConfigState> mRestoreStack =
68 new Stack<ConfigState>();
69 private ConfigState mRecycledRestoreAction;
836 ConfigState config = obtainRestoreConfig();
862 ConfigState config = mRestoreStack.pop();
867 private void freeRestoreConfig(ConfigState action) {
872 private ConfigState obtainRestoreConfig() {
874 ConfigState result = mRecycledRestoreAction;
878 return new ConfigState();
881 private static class ConfigState {
885 ConfigState mNextFree;