Lines Matching refs:root
121 public void load(View root) { in load() argument
122 getButtonsReferences(root); in load()
151 private void getButtonsReferences(View root) { in getButtonsReferences() argument
153 = (MultiToggleImageButton) root.findViewById(R.id.camera_toggle_button); in getButtonsReferences()
155 = (MultiToggleImageButton) root.findViewById(R.id.flash_toggle_button); in getButtonsReferences()
157 = (MultiToggleImageButton) root.findViewById(R.id.hdr_plus_toggle_button); in getButtonsReferences()
159 = (MultiToggleImageButton) root.findViewById(R.id.grid_lines_toggle_button); in getButtonsReferences()
161 = (ImageButton) root.findViewById(R.id.cancel_button); in getButtonsReferences()
163 = (ImageButton) root.findViewById(R.id.done_button); in getButtonsReferences()
165 = (ImageButton) root.findViewById(R.id.retake_button); in getButtonsReferences()
168 (ImageButton) root.findViewById(R.id.exposure_button); in getButtonsReferences()
169 mExposureN2 = (ImageButton) root.findViewById(R.id.exposure_n2); in getButtonsReferences()
170 mExposureN1 = (ImageButton) root.findViewById(R.id.exposure_n1); in getButtonsReferences()
171 mExposure0 = (ImageButton) root.findViewById(R.id.exposure_0); in getButtonsReferences()
172 mExposureP1 = (ImageButton) root.findViewById(R.id.exposure_p1); in getButtonsReferences()
173 mExposureP2 = (ImageButton) root.findViewById(R.id.exposure_p2); in getButtonsReferences()
174 mModeOptionsExposure = (RadioOptions) root.findViewById(R.id.mode_options_exposure); in getButtonsReferences()
175 mModeOptionsPano = (RadioOptions) root.findViewById(R.id.mode_options_pano); in getButtonsReferences()
176 mModeOptionsButtons = root.findViewById(R.id.mode_options_buttons); in getButtonsReferences()
177 mModeOptions = (ModeOptions) root.findViewById(R.id.mode_options); in getButtonsReferences()
179 mButtonCountdown = (MultiToggleImageButton) root.findViewById(R.id.countdown_toggle_button); in getButtonsReferences()