Searched refs:mLLCameraLayout (Results 1 – 4 of 4) sorted by relevance
83 mLLCameraLayout = (LinearLayout) getView().findViewById(R.id.llCamera); in onActivityCreated()84 mLLCameraLayout.addView(surfaceView); in onActivityCreated()
81 mLLCameraLayout = (LinearLayout) getView().findViewById(R.id.llCamera); in onActivityCreated()82 mLLCameraLayout.addView(surfaceView); in onActivityCreated()
93 mLLCameraLayout = (LinearLayout) getView().findViewById(R.id.llCamera); in onActivityCreated()94 mLLCameraLayout.addView(surfaceView); in onActivityCreated()
52 protected LinearLayout mLLCameraLayout; field in BaseUiFragment