Searched defs:SORT_DOWN_IMAGE (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
H A DDynamicTable.java26 SORT_DOWN_IMAGE = "arrow_down.png"; field in class:DynamicTable
43 image.setUrl(direction == SortDirection.ASCENDING ? SORT_UP_IMAGE : SORT_DOWN_IMAGE);

Completed in 88 milliseconds