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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java74 private final ArrayList<ConfigState> mRestoreStack = new ArrayList<ConfigState>();
75 private ConfigState mRecycledRestoreAction;
768 ConfigState config = obtainRestoreConfig();
788 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1);
793 private void freeRestoreConfig(ConfigState action) {
798 private ConfigState obtainRestoreConfig() {
800 ConfigState result = mRecycledRestoreAction;
804 return new ConfigState();
807 private static class ConfigState { class in class:GLES11Canvas
[all...]

Completed in 69 milliseconds