Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 3 of 3) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyLoader.java64 Stack<ViewNode> stack = new Stack<ViewNode>(); in loadScene() local
77 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion18.txt19 android:noHistory : Specify whether an activity should be kept in its history stack. [boolean]
Dcompletionvalues1-expected-completion32.txt255 android:stackFromBottom : Used by ListView and GridView to stack their content from the bottom. […