Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorCurves.java64 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
65 super.setUtilityPanelUI(actionButton,editControl); in setUtilityPanelUI()
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
DEditorCrop.java148 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
149 super.setUtilityPanelUI(actionButton,editControl); in setUtilityPanelUI()
DEditorColorBorder.java188 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
190 super.setUtilityPanelUI(actionButton, editControl); in setUtilityPanelUI()
DParametricEditor.java167 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
168 mActionButton = actionButton; in setUtilityPanelUI()
DEditorDraw.java244 public void setUtilityPanelUI(View actionButton, View editControl) { in setUtilityPanelUI() argument
246 super.setUtilityPanelUI(actionButton, editControl); in setUtilityPanelUI()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/
DChooseNewAdminFragmentTest.java73 MenuItem actionButton = ((ToolbarController) requireToolbar(mFragment.requireActivity())) in testBackButtonPressed_whenRemoveCancelled() local
76 actionButton.performClick(); in testBackButtonPressed_whenRemoveCancelled()