Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DCameraActivity.java218 ViewGroup appRoot = (ViewGroup) findViewById(R.id.content); in onConfigurationChanged() local
221 appRoot.removeView(cameraControlsView); in onConfigurationChanged()
225 inflater.inflate(R.layout.camera_shutter_switcher, appRoot); in onConfigurationChanged()