Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DRotateDialogController.java58 ViewGroup layoutRoot = (ViewGroup) mActivity.getWindow().getDecorView(); in inflateDialogLayout() local
60 View v = inflater.inflate(mLayoutResourceID, layoutRoot); in inflateDialogLayout()