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

/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java113 private static Image getStandardViewButton(int iconIndex) { argument
114 Image result = STANDARD_VIEW_BUTTONS[iconIndex];
122 img.setRGB(0, 0, 16, 16, Win32ShellFolder2.getStandardViewButton0(iconIndex), 0, 16);
124 STANDARD_VIEW_BUTTONS[iconIndex] = img;
330 int iconIndex;
333 iconIndex = VIEW_LIST;
335 iconIndex = VIEW_DETAILS;
337 iconIndex = VIEW_PARENTFOLDER;
339 iconIndex = VIEW_NEWFOLDER;
344 return getStandardViewButton(iconIndex);
[all...]
H A DWin32ShellFolder2.java928 static native int[] getStandardViewButton0(int iconIndex); argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp977 (JNIEnv* env, jclass cls, jint iconIndex)
992 HICON hIcon = ImageList_GetIcon(hImageList, iconIndex, ILD_TRANSPARENT);
976 Java_sun_awt_shell_Win32ShellFolder2_getStandardViewButton0(JNIEnv* env, jclass cls, jint iconIndex) argument

Completed in 37 milliseconds