Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 38) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/util/
H A DAttributeSet.java161 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
203 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
229 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
H A DXmlPullAttributes.java62 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
68 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
74 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
80 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
86 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
92 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java321 WriteSection attribute(String attrName, @Nullable String value) throws IOException; in attribute() method
323 WriteSection attribute(String attrName, int value) throws IOException; in attribute() method
325 WriteSection attribute(String attrName, long value) throws IOException; in attribute() method
327 WriteSection attribute(String attrName, boolean value) throws IOException; in attribute() method
356 public WriteSection attribute(String attrName, String value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
364 public WriteSection attribute(String attrName, int value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
372 public WriteSection attribute(String attrName, long value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
380 public WriteSection attribute(String attrName, boolean value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
H A DShortcutService.java858 static String parseStringAttribute(TypedXmlPullParser parser, String attribute) { in parseStringAttribute()
862 static boolean parseBooleanAttribute(TypedXmlPullParser parser, String attribute) { in parseBooleanAttribute()
866 static boolean parseBooleanAttribute(TypedXmlPullParser parser, String attribute, boolean def) { in parseBooleanAttribute()
870 static int parseIntAttribute(TypedXmlPullParser parser, String attribute) { in parseIntAttribute()
874 static int parseIntAttribute(TypedXmlPullParser parser, String attribute, int def) { in parseIntAttribute()
878 static long parseLongAttribute(TypedXmlPullParser parser, String attribute) { in parseLongAttribute()
882 static long parseLongAttribute(TypedXmlPullParser parser, String attribute, long def) { in parseLongAttribute()
896 static ComponentName parseComponentNameAttribute(TypedXmlPullParser parser, String attribute) { in parseComponentNameAttribute()
905 static Intent parseIntentAttributeNoDefault(TypedXmlPullParser parser, String attribute) { in parseIntentAttributeNoDefault()
919 static Intent parseIntentAttribute(TypedXmlPullParser parser, String attribute) { in parseIntentAttribute()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DInputMethod.java103 public void onStartInput(@NonNull EditorInfo attribute, boolean restarting) { in onStartInput()
150 @NonNull EditorInfo attribute) { in startInput()
158 @NonNull EditorInfo attribute) { in restartInput()
166 final void doStartInput(RemoteAccessibilityInputConnection ic, EditorInfo attribute, in doStartInput()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIntentFilterVerificationInfo.java125 String getStringFromXml(TypedXmlPullParser parser, String attribute, String defaultValue) { in getStringFromXml()
137 int getIntFromXml(TypedXmlPullParser parser, String attribute, int defaultValue) { in getIntFromXml()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DComponentParseUtils.java147 public static int flag(int flag, @AttrRes int attribute, TypedArray typedArray) { in flag()
151 public static int flag(int flag, @AttrRes int attribute, boolean defaultValue, in flag()
/aosp14/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java392 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
400 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
408 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
416 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
424 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
433 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java37 …public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, i… in eglQueryContext()
38 …public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, i… in eglQuerySurface()
42 …e boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); in eglGetConfigAttrib()
/aosp14/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp67 const Attribute* attribute = &default_attribute; in Visit() local
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java166 int attribute, int[] value) { in eglGetConfigAttrib()
278 int attribute, int[] value) { in eglQueryContext()
304 int attribute, int[] value) { in eglQuerySurface()
H A DEGL14.java224 int attribute, in eglGetConfigAttrib()
311 int attribute, in eglQuerySurface()
365 int attribute, in eglSurfaceAttrib()
439 int attribute, in eglQueryContext()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java107 … boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); in eglGetConfigAttrib()
116 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); in eglQueryContext()
118 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); in eglQuerySurface()
/aosp14/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h70 std::shared_ptr<Attribute> attribute; member
/aosp14/system/core/init/
H A Ddevices.h66 SysfsPermissions(const std::string& name, const std::string& attribute, mode_t perm, uid_t uid, in SysfsPermissions()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java2826 public int getAttributeListValue(String namespace, String attribute, String[] options, in getAttributeListValue()
2832 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
2838 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
2843 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
2848 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
2854 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DBrightnessConfiguration.java488 private static float loadFloatFromXml(TypedXmlPullParser parser, String attribute) { in loadFloatFromXml()
492 private static Long loadLongFromXml(TypedXmlPullParser parser, String attribute) { in loadLongFromXml()
H A DBrightnessCorrection.java184 private static float loadFloatFromXml(TypedXmlPullParser parser, String attribute) { in loadFloatFromXml()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DXmlSerializerWrapper.java95 public XmlSerializer attribute(String namespace, String name, String value) in attribute() method in XmlSerializerWrapper
/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp137 jobject context, jint attribute, jintArray value) { in jni_eglQueryContext()
156 jobject surface, jint attribute, jintArray value) { in jni_eglQuerySurface()
313 jobject config, jint attribute, jintArray value) { in jni_eglGetConfigAttrib()
H A Dandroid_opengl_EGL14.cpp466 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, ji… in android_eglGetConfigAttrib()
761 …(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, j… in android_eglQuerySurface()
925 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jint value) { in android_eglSurfaceAttrib()
1116 …(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint … in android_eglQueryContext()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
H A DUninstallAppProgress.java332 TypedValue attribute = new TypedValue(); in initView() local
/aosp14/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
H A DHandwritingIme.java400 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput()
/aosp14/system/core/libprocessgroup/
H A Dtask_profiles.h124 SetAttributeAction(const IProfileAttribute* attribute, const std::string& value, bool optional) in SetAttributeAction()
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h71 aapt::Attribute attribute; member

12