Searched defs:value (Results 1 - 25 of 1454) sorted by relevance

1234567891011>>

/frameworks/av/drm/libmediadrm/
H A DDrmPluginPath.cpp27 char value[PROPERTY_VALUE_MAX]; local
28 if (property_get("drm.64bit.enabled", value, NULL) == 0) {
/frameworks/base/core/java/android/annotation/
H A DRequiresFeature.java44 String value(); method in interface:RequiresFeature
H A DSuppressLint.java37 String[] value(); method in interface:SuppressLint
H A DSystemService.java43 String value(); method in interface:SystemService
H A DTargetApi.java35 int value(); method in interface:TargetApi
/frameworks/base/core/java/android/util/
H A DMutableBoolean.java24 public boolean value; field in class:MutableBoolean
26 public MutableBoolean(boolean value) { argument
27 this.value = value;
H A DMutableByte.java24 public byte value; field in class:MutableByte
26 public MutableByte(byte value) { argument
27 this.value = value;
H A DMutableChar.java24 public char value; field in class:MutableChar
26 public MutableChar(char value) { argument
27 this.value = value;
H A DMutableDouble.java24 public double value; field in class:MutableDouble
26 public MutableDouble(double value) { argument
27 this.value = value;
H A DMutableFloat.java24 public float value; field in class:MutableFloat
26 public MutableFloat(float value) { argument
27 this.value = value;
H A DMutableInt.java24 public int value; field in class:MutableInt
26 public MutableInt(int value) { argument
27 this.value = value;
H A DMutableLong.java24 public long value; field in class:MutableLong
26 public MutableLong(long value) { argument
27 this.value = value;
H A DMutableShort.java24 public short value; field in class:MutableShort
26 public MutableShort(short value) { argument
27 this.value = value;
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DBindingMethods.java24 * {@link BindingMethod} annotations in the value.
28 BindingMethod[] value(); method in interface:BindingMethods
H A DInverseBindingMethods.java22 * Used to enumerate attribute, getter, and event association. The value is an array of
27 InverseBindingMethod[] value(); method in interface:InverseBindingMethods
H A DUntaggable.java26 String[] value(); method in interface:Untaggable
/frameworks/support/annotations/src/main/java/androidx/annotation/
H A DGuardedBy.java46 String value(); method in interface:GuardedBy
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
H A DOnLifecycleEvent.java28 Lifecycle.Event value(); method in interface:OnLifecycleEvent
/frameworks/support/room/common/src/main/java/androidx/room/
H A DQuery.java27 * The value of the annotation includes the query that will be run when this method is called. This
67 * the query returns a nullable type, it will not dispatch anything if the value is {@code null}
78 * the value is the number of rows affected by this query.
107 String value(); method in interface:Query
H A DTypeConverters.java49 Class<?>[] value(); method in interface:TypeConverters
/frameworks/base/core/java/android/webkit/
H A DValueCallback.java24 * Invoked when the value is available.
25 * @param value The value.
27 public void onReceiveValue(T value); argument
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DAnnotationWithClass.java25 Class<?> value(); method in interface:AnnotationWithClass
H A DAnnotationWithEnum.java25 ReferencedByAnnotation value(); method in interface:AnnotationWithEnum
H A DAnnotationWithEnum2.java25 ReferencedByAnnotationWithOtherReferences value(); method in interface:AnnotationWithEnum2
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGenerateProgramPorts.java28 GenerateProgramPort[] value(); method in interface:GenerateProgramPorts

Completed in 9671 milliseconds

1234567891011>>