Home
last modified time | relevance | path

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

/tools/asuite/asuite_plugin/src/java/com/android/atest/toolWindow/
DAtestToolWindow.java133 private void setInitialWidth(@NotNull ToolWindowEx toolWindowEx) { in setInitialWidth() argument
134 int width = toolWindowEx.getComponent().getWidth(); in setInitialWidth()
136 toolWindowEx.stretchWidth(INITIAL_WIDTH - width); in setInitialWidth()