Home
last modified time | relevance | path

Searched refs:getModuleLayoutRoot (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DAppUi.java41 public FrameLayout getModuleLayoutRoot(); in getModuleLayoutRoot() method
DAppController.java240 public FrameLayout getModuleLayoutRoot(); in getModuleLayoutRoot() method
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java320 mUI = new CaptureModuleUI(activity, this, mAppController.getModuleLayoutRoot(), in init()
DVideoModule.java344 mUI = new VideoUI(mActivity, this, mActivity.getModuleLayoutRoot()); in init()
DPhotoModule.java432 mUI = new PhotoUI(mActivity, this, mActivity.getModuleLayoutRoot()); in init()
DCameraActivity.java1094 public FrameLayout getModuleLayoutRoot() { in getModuleLayoutRoot() method in CameraActivity