Home
last modified time | relevance | path

Searched refs:ConfigState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvasImpl.java67 private final ArrayList<ConfigState> mRestoreStack = new ArrayList<ConfigState>();
68 private ConfigState mRecycledRestoreAction;
697 ConfigState config = obtainRestoreConfig(); in save()
717 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1); in restore()
722 private void freeRestoreConfig(ConfigState action) { in freeRestoreConfig()
727 private ConfigState obtainRestoreConfig() { in obtainRestoreConfig()
729 ConfigState result = mRecycledRestoreAction; in obtainRestoreConfig()
733 return new ConfigState(); in obtainRestoreConfig()
736 private static class ConfigState { class in GLCanvasImpl
739 ConfigState mNextFree;