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

  /packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaUI.java 66 private FrameLayout mCaptureLayout;
117 mCaptureLayout.setVisibility(View.VISIBLE);
279 mCaptureLayout.setVisibility(View.GONE);
299 mCaptureLayout.setVisibility(View.GONE);
359 mCaptureLayout = (FrameLayout) mRootView.findViewById(R.id.panorama_capture_layout);
366 mPreviewBorder = mCaptureLayout.findViewById(R.id.pano_preview_area_border);
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 112 private LinearLayout mCaptureLayout;
718 mCaptureLayout = (LinearLayout) mRootView.findViewById(R.id.camera_app_root);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 114 private View mCaptureLayout;
686 mCaptureLayout = (View) findViewById(R.id.pano_capture_layout);
    [all...]

Completed in 126 milliseconds