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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java 157 public void setUtilityPanelUI(View actionButton, View editControl) {
159 mEditControl = editControl;
163 control(param, editControl);
165 mSeekBar = new SeekBar(editControl.getContext());
169 ((LinearLayout) editControl).addView(mSeekBar);
174 protected void control(Parameter p, View editControl) {
176 Context context = editControl.getContext();
183 mControl.setUp((ViewGroup) editControl, p, this);
Editor.java 90 public void setUpEditorUI(View actionButton, View editControl,
96 setUtilityPanelUI(actionButton, editControl);
105 * @param editControl this is the black area for sliders etc
107 public void setUtilityPanelUI(View actionButton, View editControl) {
110 Context context = editControl.getContext();
114 R.layout.filtershow_seekbar, (ViewGroup) editControl, true);
EditorPanel.java 79 View editControl = mMainView.findViewById(R.id.controlArea);
104 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState);

Completed in 89 milliseconds