Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A 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()
H A 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()
H A 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()
H A DEditorCurves.java64 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
65 super.setUtilityPanelUI(actionButton,editControl); in setUtilityPanelUI()
H A 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()
H A DEditorPanel.java79 View editControl = mMainView.findViewById(R.id.controlArea); in onCreateView() local
95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState); in onCreateView()
H A DEditorCrop.java148 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
149 super.setUtilityPanelUI(actionButton,editControl); in setUtilityPanelUI()