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