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

  /packages/apps/Camera/src/com/android/camera/
RotateDialogController.java 59 ViewGroup layoutRoot = (ViewGroup) mActivity.getWindow().getDecorView();
61 View v = inflater.inflate(mLayoutResourceID, layoutRoot);
  /packages/apps/Gallery2/src/com/android/camera/
RotateDialogController.java 60 ViewGroup layoutRoot = (ViewGroup) mActivity.getWindow().getDecorView();
62 View v = inflater.inflate(mLayoutResourceID, layoutRoot);
  /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 104 final View layoutRoot = findViewById(R.id.layout_root);
105 layoutRoot.setSystemUiVisibility(View.STATUS_BAR_DISABLE_BACK);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 163 final View layoutRoot = findViewById(R.id.layout_root);
164 layoutRoot.setSystemUiVisibility(View.STATUS_BAR_DISABLE_BACK);
  /external/webkit/Source/WebCore/page/
FrameView.cpp 782 RenderObject* FrameView::layoutRoot(bool onlyDuringLayout) const
    [all...]

Completed in 160 milliseconds