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

/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java86 private static final String ATTR_TYPE = "type"; field in class:VideoEditorImpl
1121 final String type = parser.getAttributeValue("", ATTR_TYPE);
1164 final String type = parser.getAttributeValue("", ATTR_TYPE);
1250 final String type = parser.getAttributeValue("", ATTR_TYPE);
1295 final String type = parser.getAttributeValue("", ATTR_TYPE);
1387 serializer.attribute("", ATTR_TYPE,
1419 ATTR_TYPE, overlay.getClass().getSimpleName());
1474 ATTR_TYPE, effect.getClass().getSimpleName());
1534 serializer.attribute("", ATTR_TYPE, transition.getClass().getSimpleName());
/frameworks/base/include/androidfw/
H A DResourceTypes.h1196 ATTR_TYPE = Res_MAKEINTERNAL(0), enumerator in enum:android::ResTable_map::__anon1064
1218 // Bit mask of allowed types, for use with ATTR_TYPE.

Completed in 706 milliseconds