Searched refs:stack (Results 1 – 3 of 3) 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()
19 android:noHistory : Specify whether an activity should be kept in its history stack. [boolean]
255 android:stackFromBottom : Used by ListView and GridView to stack their content from the bottom. […