Home
last modified time | relevance | path

Searched refs:moduleRoot (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DModuleClassLoader.java36 public ModuleClassLoader(String moduleRoot, ClassLoader parent) { in ModuleClassLoader() argument
38 myModuleRoot = moduleRoot + (moduleRoot.endsWith("/") ? "" : "/"); in ModuleClassLoader()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUI.java84 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout); in CaptureModuleUI() local
85 mActivity.getLayoutInflater().inflate(R.layout.capture_module, moduleRoot, true); in CaptureModuleUI()
H A DVideoUI.java90 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout); in VideoUI() local
92 moduleRoot, true); in VideoUI()
H A DPhotoUI.java200 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout); in PhotoUI() local
202 moduleRoot, true); in PhotoUI()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModuleUI.java97 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout); in CaptureIntentModuleUI() local
98 layoutInflater.inflate(R.layout.capture_module, moduleRoot, true); in CaptureIntentModuleUI()