OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moduleRoot
(Results
1 - 5
of
5
) sorted by null
/development/tools/idegen/src/com/android/idegen/
Module.java
75
private File
moduleRoot
;
96
this.
moduleRoot
= Preconditions.checkNotNull(moduleDir);
116
String rel =
moduleRoot
.getCanonicalPath().substring(
136
logger.info("Done building module " +
moduleRoot
);
141
return
moduleRoot
;
145
return
moduleRoot
.getName();
161
File manifest = new File(
moduleRoot
, "AndroidManifest.xml");
169
File src = new File(
moduleRoot
, value);
177
File
moduleRoot
= DirectorySearch.findModuleRoot(src);
178
implicitModulePathDependencies.add(
moduleRoot
);
[
all
...]
/packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java
84
ViewGroup
moduleRoot
= (ViewGroup) mRootView.findViewById(R.id.module_layout);
85
mActivity.getLayoutInflater().inflate(R.layout.capture_module,
moduleRoot
, true);
VideoUI.java
90
ViewGroup
moduleRoot
= (ViewGroup) mRootView.findViewById(R.id.module_layout);
92
moduleRoot
, true);
PhotoUI.java
200
ViewGroup
moduleRoot
= (ViewGroup) mRootView.findViewById(R.id.module_layout);
202
moduleRoot
, true);
/packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentModuleUI.java
97
ViewGroup
moduleRoot
= (ViewGroup) mRootView.findViewById(R.id.module_layout);
98
layoutInflater.inflate(R.layout.capture_module,
moduleRoot
, true);
Completed in 91 milliseconds