Home
last modified time | relevance | path

Searched defs:actionsPanel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/table/
H A DTableDecorator.java92 TableActionsPanel actionsPanel = new TableActionsPanel(wantSelectVisible); in createTableActionsPanel() local
99 TableActionsPanel actionsPanel = createTableActionsPanel(wantSelectVisible); in addTableActionsPanel() local
/aosp_15_r20/external/autotest/frontend/client/src/autotest/tko/
H A DSpreadsheetView.java82 private TableActionsPanel actionsPanel = new TableActionsPanel(false); field in SpreadsheetView