Searched refs:mRestoreStack (Results 1 – 1 of 1) sorted by relevance
67 private final ArrayList<ConfigState> mRestoreStack = new ArrayList<ConfigState>(); field in GLCanvasImpl786 mRestoreStack.add(config); in save()791 if (mRestoreStack.isEmpty()) throw new IllegalStateException(); in restore()792 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1); in restore()