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

/frameworks/base/awt/java/awt/color/
H A DICC_Profile.java681 private static ICC_Profile grayProfile; field in class:ICC_Profile
1233 if (grayProfile == null) {
1234 grayProfile = getInstance("GRAY.pf"); //$NON-NLS-1$
1236 return grayProfile;

Completed in 5 milliseconds