Home
last modified time | relevance | path

Searched refs:accessor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4893 Accessor* accessor, in stringToValue() argument
4898 bool localizationSetting = accessor != NULL && accessor->getLocalizationSetting(); in stringToValue()
4951 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()
4956 accessor->getAttributeMin(attrID, &attrMin); in stringToValue()
4957 accessor->getAttributeMax(attrID, &attrMax); in stringToValue()
4960 l10nReq = accessor->getAttributeL10N(attrID); in stringToValue()
5008 if (accessor != NULL) { in stringToValue()
5009 accessor->reportError(accessorCookie, errorMsg); in stringToValue()
5019 if (accessor == NULL || accessor->getAssetsPackage() != package) { in stringToValue()
5021 if (accessor != NULL) { in stringToValue()
[all …]
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd173 <code>project_root/gen/package/name/ScriptC_renderscript_filename</code>. A set of accessor
376 accessor methods have an <code>index</code> parameter to specify the <code>struct</code> in
390 RenderScript runtime. When you call a set accessor method on a member, there is an optional
558 with the provided accessor methods that are generated in the reflected layer classes. If these vari…
641 …<p>Reading and writing to global variables is a straightforward process. You can use the accessor
/frameworks/base/include/androidfw/
DResourceTypes.h1792 Accessor* accessor = NULL,
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd298 a case where you're accessing member fields through accessor methods.
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd1091 That&apos;s it! To access the value, use the set and get accessor methods:
1260 Each variable will be given accessor methods.
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd271 <p>Some axes can be retrieved using special accessor methods. For example,