Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES11Canvas.java72 private final ArrayList<ConfigState> mRestoreStack = new ArrayList<ConfigState>();
73 private ConfigState mRecycledRestoreAction;
766 ConfigState config = obtainRestoreConfig(); in save()
786 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1); in restore()
791 private void freeRestoreConfig(ConfigState action) { in freeRestoreConfig()
796 private ConfigState obtainRestoreConfig() { in obtainRestoreConfig()
798 ConfigState result = mRecycledRestoreAction; in obtainRestoreConfig()
802 return new ConfigState(); in obtainRestoreConfig()
805 private static class ConfigState { class in GLES11Canvas
808 ConfigState mNextFree;