Searched refs:topFolderList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java418 private static List topFolderList = null; field in class:Win32ShellFolderManager2
424 if (topFolderList == null) {
430 topFolderList = tmpTopFolderList;
432 int i1 = topFolderList.indexOf(sf1);
433 int i2 = topFolderList.indexOf(sf2);

Completed in 29 milliseconds