HomeSort by relevance Sort by last modified time
    Searched refs:layoutRoot (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java 58 ViewGroup layoutRoot = (ViewGroup) mActivity.getWindow().getDecorView();
60 View v = inflater.inflate(mLayoutResourceID, layoutRoot);
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 98 final View layoutRoot = findViewById(R.id.layout_root);
99 layoutRoot.setSystemUiVisibility(View.STATUS_BAR_DISABLE_BACK);

Completed in 108 milliseconds