Searched defs:ATTR_VOLUME (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java91 private static final String ATTR_VOLUME = "volume"; field in class:VideoEditorImpl
1134 final int volume = Integer.parseInt(parser.getAttributeValue("", ATTR_VOLUME));
1145 final int volumePercent = Integer.parseInt(parser.getAttributeValue("", ATTR_VOLUME));
1345 final int volume = Integer.parseInt(parser.getAttributeValue("", ATTR_VOLUME));
1399 serializer.attribute("", ATTR_VOLUME,
1576 serializer.attribute("", ATTR_VOLUME, Integer.toString(at.getVolume()));

Completed in 14 milliseconds