Searched defs:root (Results 1 – 7 of 7) sorted by relevance
52 LinearLayout root = new LinearLayout(this); in onCreate() local122 private void addLabelToRoot(LinearLayout root, String text) { in addLabelToRoot()129 private void addChildToRoot(LinearLayout root, LinearLayout layout) { in addChildToRoot()
53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false); in onCreateView() local
52 View root = inflater.inflate(R.layout.fragment_context_menu, container, false); in onCreateView() local
44 PreferenceScreen root = getPreferenceManager().createPreferenceScreen(this); in createPreferenceHierarchy() local
62 Node* root = malloc(sizeof(Node)); in main() local
41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument
35 def findResDirectories(root) argument