Searched refs:root (Results 1 – 13 of 13) sorted by relevance
| /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
| D | RuntimePermissionsFragment.java | 33 View root = inflater.inflate(R.layout.fragment_main, null); in onCreateView() local 45 root.findViewById(R.id.button_contacts).setVisibility(View.GONE); in onCreateView() 49 return root; in onCreateView()
|
| /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
| D | RuntimePermissionsFragment.java | 33 View root = inflater.inflate(R.layout.fragment_main, null); in onCreateView() local 45 root.findViewById(R.id.button_contacts).setVisibility(View.GONE); in onCreateView() 49 return root; in onCreateView()
|
| /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/ |
| D | CameraPreviewFragment.java | 78 View root = inflater.inflate(R.layout.fragment_camera, null); in onCreateView() local 86 FrameLayout preview = (FrameLayout) root.findViewById(R.id.camera_preview); in onCreateView() 89 return root; in onCreateView()
|
| /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/camera/ |
| D | CameraPreviewFragment.java | 78 View root = inflater.inflate(R.layout.fragment_camera, null); in onCreateView() local 86 FrameLayout preview = (FrameLayout) root.findViewById(R.id.camera_preview); in onCreateView() 89 return root; in onCreateView()
|
| /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/ |
| D | DetailFragment.java | 81 FrameLayout root = (FrameLayout) view; in onViewCreated() local 86 View item = LayoutInflater.from(context).inflate(R.layout.item_meat_grid, root, false); in onViewCreated() 99 root.addView(item, params); in onViewCreated()
|
| /developers/build/ |
| D | build.gradle | 66 // Starting at this file, walk back to the root of the path and 78 // a slash otherwise. Filter out the root paths, too--we only want 190 // directly to the root of the browseable sample:
|
| /developers/samples/android/experimental/ndkSampleGen/ |
| D | build.gradle | 197 // Starting at this file, walk back to the root of the path and 209 // a slash otherwise. Filter out the root paths, too--we only want
|
| /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
| D | ApplyTemplates.groovy | 39 * The root directory for output files. All output file paths 40 * are assumed to be relative to this root.
|
| D | SampleGenProperties.groovy | 56 * Java package name for the root package of this sample. 244 root: targetProjectPath,
|
| /developers/samples/android/ui/lists/CustomChoiceList/ |
| D | README.md | 33 In some cases, you may want to customize this layout. When doing so, the root view must implement t…
|
| /developers/build/prebuilts/gradle/CustomChoiceList/ |
| D | README.md | 33 In some cases, you may want to customize this layout. When doing so, the root view must implement t…
|
| /developers/samples/android/media/MediaBrowserService/ |
| D | README.md | 44 with a automotiveApp root element. For a media app, this must include
|
| /developers/build/prebuilts/gradle/MediaBrowserService/ |
| D | README.md | 44 with a automotiveApp root element. For a media app, this must include
|