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

/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java125 public Object getAttribute(String key) { method in class:DrmEvent
/frameworks/base/tools/aapt/
H A DAaptXml.cpp79 String8 getAttribute(const ResXMLTree& tree, const char* ns, function in namespace:AaptXml
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { function in namespace:AaptXml
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java217 public String getAttribute(String name) { method in class:SimpleSessionDescription
218 return mFields.getAttribute(name);
500 public String getAttribute(String name) { method in class:SimpleSessionDescription.Fields
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp695 int32_t Display::getAttribute(hwc2_config_t configId, Attribute attribute) function in class:HWC2::Display
716 .setWidth(getAttribute(configId, Attribute::Width))
717 .setHeight(getAttribute(configId, Attribute::Height))
718 .setVsyncPeriod(getAttribute(configId, Attribute::VsyncPeriod))
719 .setDpiX(getAttribute(configId, Attribute::DpiX))
720 .setDpiY(getAttribute(configId, Attribute::DpiY))
/frameworks/rs/script_api/
H A DSpecification.h319 std::string getAttribute() const { return mAttribute; } function in class:TypeSpecification
413 std::string getAttribute() const { return mAttribute; } function in class:FunctionSpecification
/frameworks/base/media/java/android/media/
H A DExifInterface.java1430 public String getAttribute(String tag) { method in class:ExifInterface
1985 String latValue = getAttribute(TAG_GPS_LATITUDE);
1986 String latRef = getAttribute(TAG_GPS_LATITUDE_REF);
1987 String lngValue = getAttribute(TAG_GPS_LONGITUDE);
1988 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF);
2026 String dateTimeString = getAttribute(TAG_DATETIME);
2038 String subSecs = getAttribute(TAG_SUBSEC_TIME);
2062 String date = getAttribute(TAG_GPS_DATESTAMP);
2063 String time = getAttribute(TAG_GPS_TIMESTAMP);
2379 if (getAttribute(TAG_USER_COMMEN
[all...]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java3773 public String getAttribute(@NonNull String tag) { method in class:ExifInterface
4477 String latValue = getAttribute(TAG_GPS_LATITUDE);
4478 String latRef = getAttribute(TAG_GPS_LATITUDE_REF);
4479 String lngValue = getAttribute(TAG_GPS_LONGITUDE);
4480 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF);
4587 String dateTimeString = getAttribute(TAG_DATETIME);
4599 String subSecs = getAttribute(TAG_SUBSEC_TIME);
4624 String date = getAttribute(TAG_GPS_DATESTAMP);
4625 String time = getAttribute(TAG_GPS_TIMESTAMP);
4873 if (getAttribute(TAG_USER_COMMEN
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3838 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:ResTable::Theme
3910 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2651 milliseconds