Home
last modified time | relevance | path

Searched refs:mRestoreStack (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>(); field in GLCanvasImpl
786 mRestoreStack.add(config); in save()
791 if (mRestoreStack.isEmpty()) throw new IllegalStateException(); in restore()
792 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1); in restore()