Home
last modified time | relevance | path

Searched defs:root (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java52 LinearLayout root = new LinearLayout(this); in onCreate() local
122 private void addLabelToRoot(LinearLayout root, String text) { in addLabelToRoot()
129 private void addChildToRoot(LinearLayout root, LinearLayout layout) { in addChildToRoot()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentContextMenuSupport.java53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false); in onCreateView() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentContextMenu.java52 View root = inflater.inflate(R.layout.fragment_context_menu, container, false); in onCreateView() local
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DPreferencesFromCode.java44 PreferenceScreen root = getPreferenceManager().createPreferenceScreen(this); in createPreferenceHierarchy() local
/development/tools/line_endings/
Dline_endings.c62 Node* root = malloc(sizeof(Node)); in main() local
/development/ndk/platforms/android-3/include/linux/
Drbtree.h41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument
/development/tools/findunused/
Dfind_unused_resources.rb35 def findResDirectories(root) argument