OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCaptureLayout
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/src/com/android/camera/
PanoramaModule.java
111
private LinearLayout
mCaptureLayout
;
676
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 620 milliseconds