Searched refs:rootLayout (Results 1 – 4 of 4) sorted by relevance
55 public LayoutModel(RegionModel rootLayout, ArrayList<RegionModel> regions) { in LayoutModel() argument57 mRootLayout = rootLayout; in LayoutModel()124 public void setRootLayout(RegionModel rootLayout) { in setRootLayout() argument125 mRootLayout = rootLayout; in setRootLayout()
126 RegionModel rootLayout = new RegionModel( in createFromPduBody() local141 LayoutModel layouts = new LayoutModel(rootLayout, regions); in createFromPduBody()
1071 View rootLayout = inflater.inflate(R.layout.camera, null, false); in onCreate() local1072 mCameraModuleRootView = rootLayout.findViewById(R.id.camera_app_root); in onCreate()1075 mCameraPreviewData = new CameraPreviewData(rootLayout, in onCreate()
650 setupOnScreenControls(findViewById(R.id.rootLayout), mImageView); in onCreate()