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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java186 if (HOTSEAT_CONTAINER_NAME.equals(getAttributeValue(parser, ATTR_CONTAINER))) {
189 long rank = Long.parseLong(getAttributeValue(parser, ATTR_RANK));
193 out[1] = Long.parseLong(getAttributeValue(parser, ATTR_SCREEN));
212 mValues.put(Favorites.CELLX, getAttributeValue(parser, ATTR_X));
213 mValues.put(Favorites.CELLY, getAttributeValue(parser, ATTR_Y));
281 final String packageName = getAttributeValue(parser, ATTR_PACKAGE_NAME);
282 final String className = getAttributeValue(parser, ATTR_CLASS_NAME);
330 final String packageName = getAttributeValue(parser, ATTR_PACKAGE_NAME);
331 final String className = getAttributeValue(parser, ATTR_CLASS_NAME);
392 final String url = getAttributeValue(parse
600 protected static String getAttributeValue(XmlResourceParser parser, String attribute) { method in class:AutoInstallsLayout
[all...]

Completed in 101 milliseconds