HomeSort by relevance Sort by last modified time
    Searched defs:iconLoader (Results 1 - 2 of 2) sorted by null

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
StatusBar.java 98 IconLoader iconLoader = new IconLoader(iconName, Density.XHIGH,
100 InputStream stream = iconLoader.getIcon();
CustomBar.java 111 IconLoader iconLoader = new IconLoader(iconName, density, mSimulatedPlatformVersion,
113 InputStream stream = iconLoader.getIcon();
116 density = iconLoader.getDensity();
117 String path = iconLoader.getPath();

Completed in 97 milliseconds