Home
last modified time | relevance | path

Searched refs:editControl (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java167 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
169 mEditControl = editControl; in setUtilityPanelUI()
173 control(param, editControl); in setUtilityPanelUI()
175 mSeekBar = new SeekBar(editControl.getContext()); in setUtilityPanelUI()
179 ((LinearLayout) editControl).addView(mSeekBar); in setUtilityPanelUI()
184 protected void control(Parameter p, View editControl) { in control() argument
186 Context context = editControl.getContext(); in control()
193 mControl.setUp((ViewGroup) editControl, p, this); in control()
DEditor.java94 public void setUpEditorUI(View actionButton, View editControl, in setUpEditorUI() argument
100 setUtilityPanelUI(actionButton, editControl); in setUpEditorUI()
111 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
114 Context context = editControl.getContext(); in setUtilityPanelUI()
118 R.layout.filtershow_seekbar, (ViewGroup) editControl, true); in setUtilityPanelUI()
DEditorColorBorder.java188 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
190 super.setUtilityPanelUI(actionButton, editControl); in setUtilityPanelUI()
193 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar); in setUtilityPanelUI()
198 mTabletUI = new EditorColorBorderTabletUI(this, mContext, editControl); in setUtilityPanelUI()
DEditorDraw.java244 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
246 super.setUtilityPanelUI(actionButton, editControl); in setUtilityPanelUI()
250 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar); in setUtilityPanelUI()
257 R.layout.filtershow_draw_ui, (ViewGroup) editControl, true); in setUtilityPanelUI()
DEditorGrad.java143 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
145 super.setUtilityPanelUI(actionButton, editControl); in setUtilityPanelUI()
148 mSeekBar = (SeekBar) editControl.findViewById(R.id.primarySeekBar); in setUtilityPanelUI()
155 R.layout.filtershow_grad_ui, (ViewGroup) editControl, true); in setUtilityPanelUI()
DEditorVignette.java191 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
193 super.setUtilityPanelUI(actionButton, editControl); in setUtilityPanelUI()
197 mEditControl = editControl; in setUtilityPanelUI()
199 LinearLayout group = (LinearLayout) editControl; in setUtilityPanelUI()
DEditorChanSat.java172 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
174 super.setUtilityPanelUI(actionButton, editControl); in setUtilityPanelUI()
178 mEditControl = editControl; in setUtilityPanelUI()
180 LinearLayout group = (LinearLayout) editControl; in setUtilityPanelUI()
DEditorCurves.java64 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
65 super.setUtilityPanelUI(actionButton,editControl); in setUtilityPanelUI()
DEditorPanel.java79 View editControl = mMainView.findViewById(R.id.controlArea); in onCreateView() local
95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState); in onCreateView()
DEditorCrop.java148 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
149 super.setUtilityPanelUI(actionButton,editControl); in setUtilityPanelUI()