Searched refs:attribute (Results 101 - 125 of 192) sorted by relevance

12345678

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java268 EditorInfo attribute) {
270 missingMethods, inputContext, attribute));
276 EditorInfo attribute) {
278 missingMethods, inputContext, attribute));
266 startInput(IInputContext inputContext, @InputConnectionInspector.MissingMethodFlags final int missingMethods, EditorInfo attribute) argument
274 restartInput(IInputContext inputContext, @InputConnectionInspector.MissingMethodFlags final int missingMethods, EditorInfo attribute) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPersistentPreferredActivity.java85 serializer.attribute(null, ATTR_NAME, mComponent.flattenToShortString());
H A DSettings.java207 // New name for the above attribute.
1667 // now means hidden, read the old attribute as well.
1907 serializer.attribute(null, ATTR_PACKAGE_NAME, defaultBrowser);
1913 serializer.attribute(null, ATTR_PACKAGE_NAME, defaultDialer);
1962 serializer.attribute(null, ATTR_NAME, pkg.name);
1967 serializer.attribute(null, ATTR_INSTALLED, "false");
1970 serializer.attribute(null, ATTR_STOPPED, "true");
1973 serializer.attribute(null, ATTR_NOT_LAUNCHED, "true");
1976 serializer.attribute(null, ATTR_HIDDEN, "true");
1979 serializer.attribute(nul
[all...]
H A DShortcutService.java562 static String parseStringAttribute(XmlPullParser parser, String attribute) { argument
563 return parser.getAttributeValue(null, attribute);
566 static boolean parseBooleanAttribute(XmlPullParser parser, String attribute) { argument
567 return parseLongAttribute(parser, attribute) == 1;
570 static int parseIntAttribute(XmlPullParser parser, String attribute) { argument
571 return (int) parseLongAttribute(parser, attribute);
574 static int parseIntAttribute(XmlPullParser parser, String attribute, int def) { argument
575 return (int) parseLongAttribute(parser, attribute, def);
578 static long parseLongAttribute(XmlPullParser parser, String attribute) { argument
579 return parseLongAttribute(parser, attribute,
582 parseLongAttribute(XmlPullParser parser, String attribute, long def) argument
596 parseComponentNameAttribute(XmlPullParser parser, String attribute) argument
605 parseIntentAttribute(XmlPullParser parser, String attribute) argument
[all...]
/frameworks/native/opengl/include/EGL/
H A Degl.h73 /* Out-of-band attribute value */
128 #define EGL_MATCH_NATIVE_PIXMAP 0x3041 /* Pseudo-attribute (not queryable) */
133 /* Config attribute values */
140 /* More config attribute values, for EGL_TEXTURE_FORMAT */
146 /* Config attribute mask bits */
263 EGLint attribute, EGLint *value);
275 EGLint attribute, EGLint *value);
289 EGLint attribute, EGLint value);
308 EGLint attribute, EGLint *value);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java32 public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); argument
33 public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); argument
37 public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); argument
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java256 "Missing deviceAddress or deviceName attribute on wifi-display.");
277 serializer.attribute(null, "deviceAddress", display.getDeviceAddress());
278 serializer.attribute(null, "deviceName", display.getDeviceName());
280 serializer.attribute(null, "deviceAlias", display.getDeviceAlias());
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DBindingTarget.java209 for (String attribute : setter.attributes) {
210 Binding binding = lookup.get(attribute);
211 Preconditions.checkNotNull(binding, "cannot find binding for %s", attribute);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h144 ** Config attribute and value
204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
210 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java603 out.attribute(null, ATTR_USERID, String.valueOf(mDeviceOwnerUserId));
718 out.attribute(null, ATTR_PACKAGE, packageName);
720 out.attribute(null, ATTR_NAME, name);
723 out.attribute(null, ATTR_COMPONENT_NAME, admin.flattenToString());
725 out.attribute(null, ATTR_USER_RESTRICTIONS_MIGRATED,
728 out.attribute(null, ATTR_REMOTE_BUGREPORT_URI, remoteBugreportUri);
731 out.attribute(null, ATTR_REMOTE_BUGREPORT_HASH, remoteBugreportHash);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp412 EGLint attribute, EGLint *value)
421 dp->disp.dpy, config, attribute, value);
614 EGLint attribute, EGLint *value)
627 dp->disp.dpy, s->surface, attribute, value);
807 EGLint attribute, EGLint *value)
819 dp->disp.dpy, c->context, attribute, value);
1188 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
1201 if (attribute == EGL_FRONT_BUFFER_AUTO_REFRESH_ANDROID) {
1210 dp->disp.dpy, s->surface, attribute, value);
1505 EGLint attribute, EGLin
411 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
613 eglQuerySurface( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) argument
806 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
1187 eglSurfaceAttrib( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) argument
1504 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
1553 eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value) argument
1570 eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value) argument
1587 eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value) argument
1604 eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntentFilter.java1531 serializer.attribute(null, AUTO_VERIFY_STR, Boolean.toString(true));
1537 serializer.attribute(null, NAME_STR, mActions.get(i));
1543 serializer.attribute(null, NAME_STR, mCategories.get(i));
1551 serializer.attribute(null, NAME_STR, type);
1557 serializer.attribute(null, NAME_STR, mDataSchemes.get(i));
1566 serializer.attribute(null, LITERAL_STR, pe.getPath());
1569 serializer.attribute(null, PREFIX_STR, pe.getPath());
1572 serializer.attribute(null, SGLOB_STR, pe.getPath());
1581 serializer.attribute(null, HOST_STR, ae.getHost());
1583 serializer.attribute(nul
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbSettingsManager.java200 serializer.attribute(null, "vendor-id", Integer.toString(mVendorId));
203 serializer.attribute(null, "product-id", Integer.toString(mProductId));
206 serializer.attribute(null, "class", Integer.toString(mClass));
209 serializer.attribute(null, "subclass", Integer.toString(mSubclass));
212 serializer.attribute(null, "protocol", Integer.toString(mProtocol));
215 serializer.attribute(null, "manufacturer-name", mManufacturerName);
218 serializer.attribute(null, "product-name", mProductName);
221 serializer.attribute(null, "serial-number", mSerialNumber);
416 serializer.attribute(null, "manufacturer", mManufacturer);
419 serializer.attribute(nul
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java194 out.attribute(null, ATT_VERSION, Integer.toString(XML_VERSION));
207 out.attribute(null, ATT_NAME, r.pkg);
209 out.attribute(null, ATT_IMPORTANCE, Integer.toString(r.importance));
212 out.attribute(null, ATT_PRIORITY, Integer.toString(r.priority));
215 out.attribute(null, ATT_VISIBILITY, Integer.toString(r.visibility));
219 out.attribute(null, ATT_UID, Integer.toString(r.uid));
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp40 * Extracts the namespace and name of an expanded element or attribute name.
110 Attribute attribute; local
111 splitName(*attrs++, &attribute.namespaceUri, &attribute.name);
112 attribute.value = util::utf8ToUtf16(*attrs++);
115 auto iter = std::lower_bound(el->attributes.begin(), el->attributes.end(), attribute,
117 el->attributes.insert(iter, std::move(attribute));
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1335 @Nullable EditorInfo attribute, int controlFlags) {
1347 if (attribute == null) {
1367 return startInputUncheckedLocked(cs, inputContext, missingMethods, attribute,
1373 @NonNull EditorInfo attribute, int controlFlags) {
1380 attribute.packageName)) {
1382 + " uid=" + cs.uid + " package=" + attribute.packageName);
1408 mCurAttribute = attribute;
1498 @Nullable EditorInfo attribute, int controlFlags) {
1510 + " attribute=" + attribute
1331 startInputLocked( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
1371 startInputUncheckedLocked(@onNull ClientState cs, IInputContext inputContext, final int missingMethods, @NonNull EditorInfo attribute, int controlFlags) argument
1494 startInput( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
2230 startInputOrWindowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, @Nullable EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
2244 windowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountAuthenticatorCache.java86 out.attribute(null, "type", item.type);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXml.java122 xml.attribute(null, VERSION_ATTR, Integer.toString(CURRENT_VERSION));
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h79 const Attribute* attribute() const { return m_pAttr; } function in class:mcld::Input
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp136 return m_Config.attribute().constraint();
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl55 // has gained focus, and if 'attribute' is non-null then also does startInput.
59 int softInputMode, int windowFlags, in EditorInfo attribute,
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java252 "Missing " + ATTR_ENABLED + " attribute on " + TAG_PARENTAL_CONTROLS);
267 "Missing " + ATTR_STRING + " attribute on " + TAG_RATING);
282 serializer.attribute(null, ATTR_STRING, rating.flattenToString());
288 serializer.attribute(null, ATTR_ENABLED, Boolean.toString(mParentalControlsEnabled));
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp74 * Transforms an attribute in a styleable to the Java field name:
104 "attribute in the form\n"
245 // legal values for this attribute.
248 if (symbol && symbol->attribute) {
287 StringPiece16 attrCommentLine = entry.symbol->attribute->getComment();
358 if (styleableAttr.symbol->attribute && comment.empty()) {
359 comment = styleableAttr.symbol->attribute->getComment();
388 << "attribute's value can be found in the "
395 addAttributeFormatDoc(attrProcessor, styleableAttr.symbol->attribute.get());
473 // We list out the available values for the given attribute
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java417 * Looks for an attribute in the current theme.
420 * @param name the name of the attribute
422 * @param isFrameworkAttr if the attribute is in android namespace
423 * @return the value of the attribute or the default one if not found.
465 * Returns the raw value from the given attribute float-type value string.
468 public static TypedValue getValue(String attribute, String value, boolean requireUnit) { argument
469 if (parseFloatAttribute(attribute, value, mValue, requireUnit)) {
477 * Parse a float attribute and return the parsed value into a given TypedValue.
478 * @param attribute the name of the attribute
484 parseFloatAttribute(String attribute, @NonNull String value, TypedValue outValue, boolean requireUnit) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java1021 serializer.attribute(null, ATTR_NAME, printer.getName());
1024 serializer.attribute(null, ATTR_DESCRIPTION, description);
1029 serializer.attribute(null, ATTR_LOCAL_ID, printerId.getLocalId());
1030 serializer.attribute(null, ATTR_SERVICE_NAME, printerId.getServiceName()
1037 serializer.attribute(null, ATTR_LONGITUDE,
1039 serializer.attribute(null, ATTR_LATITUDE,
1041 serializer.attribute(null, ATTR_ACCURACY,

Completed in 8041 milliseconds

12345678