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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
H A DIconFactory.java205 * fallback will be used instead.
206 * @param fallback the fallback icon name to use if the primary icon does
213 public Image getIcon(@NonNull String osName, @Nullable String fallback) { argument
217 ImageDescriptor id = getImageDescriptor(osName, fallback);
230 * icon of the given fallback name.
233 * @param fallbackKey the fallback image to use if the primary key does not
252 // Place the fallback image for this key as well such that we don't keep trying

Completed in 20 milliseconds