Searched refs:stack (Results 1 – 1 of 1) sorted by relevance
64 Stack<ViewNode> stack = new Stack<ViewNode>(); in loadScene() local77 stack.push(lastNode); in loadScene()78 } else if (!stack.isEmpty()) { in loadScene()81 stack.pop(); in loadScene()102 if (!stack.isEmpty()) { in loadScene()103 final ViewNode parent = stack.peek(); in loadScene()