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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java361 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0);
362 final int iconId = getAttributeResourceValue(parser, ATTR_ICON, 0);
508 final int titleResId = getAttributeResourceValue(parser, ATTR_TITLE, 0);
613 protected static int getAttributeResourceValue(XmlResourceParser parser, String attribute, method in class:AutoInstallsLayout
615 int value = parser.getAttributeResourceValue(
619 value = parser.getAttributeResourceValue(null, attribute, defaultValue);

Completed in 65 milliseconds