Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java419 TypeException(String property, Object value, String requestedType) { in TypeException()
434 public boolean getBoolean(String property, boolean def) { in getBoolean()
454 public byte getByte(String property, byte def) { in getByte()
474 public short getShort(String property, short def) { in getShort()
494 public int getInt(String property, int def) { in getInt()
514 public long getLong(String property, long def) { in getLong()
534 public float getFloat(String property, float def) { in getFloat()
554 public double getDouble(String property, double def) { in getDouble()
574 public String getString(String property, String def) { in getString()
599 public boolean getBoolean(String property) { in getBoolean()
[all …]
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V30.java158 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName()
175 protected void handleType(VCardProperty property, final String paramValue) { in handleType()
191 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam()
267 protected void handleAgent(VCardProperty property) { in handleAgent()
DVCardInterpreter.java78 void onPropertyCreated(VCardProperty property); in onPropertyCreated()
DVCardEntryCounter.java46 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
DVCardSourceDetector.java102 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java113 VCardProperty property = new VCardProperty(); in testNestHandling() local
206 VCardProperty property = new VCardProperty(); in testEntryElementIterator() local
317 VCardProperty property = new VCardProperty(); in testToString() local
340 VCardProperty property = new VCardProperty(); in testConstructInsertOperationsInsertName() local
/frameworks/base/media/java/android/mtp/
DMtpPropertyList.java53 public void append(int handle, int property, int type, long value) { in append()
64 public void append(int handle, int property, String value) { in append()
DMtpServer.java55 public void sendDevicePropertyChanged(int property) { in sendDevicePropertyChanged()
72 private native final void native_send_device_property_changed(int property); in native_send_device_property_changed()
/frameworks/base/core/java/android/view/
DViewPropertyAnimatorRT.java81 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); in doStartAnimation() local
130 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); in cancelAnimators() local
DRenderNodeAnimator.java111 public RenderNodeAnimator(int property, float finalValue) { in RenderNodeAnimator()
118 public RenderNodeAnimator(CanvasProperty<Float> property, float finalValue) { in RenderNodeAnimator()
132 public RenderNodeAnimator(CanvasProperty<Paint> property, int paintField, float finalValue) { in RenderNodeAnimator()
497 private static native long nCreateAnimator(int property, float finalValue); in nCreateAnimator()
/frameworks/av/media/mtp/
DMtpServer.cpp266 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged()
652 MtpObjectProperty property = mRequest.getParameter(2); in doGetObjectPropValue() local
665 MtpObjectProperty property = mRequest.getParameter(2); in doSetObjectPropValue() local
675 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue() local
685 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue() local
695 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue() local
711 uint32_t property = mRequest.getParameter(3); in doGetObjectPropList() local
1151 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); in doGetObjectPropDesc() local
1164 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); in doGetDevicePropDesc() local
DMtpDevice.cpp223 MtpProperty* property = getDevicePropDesc(propCode); in initialize() local
248 MtpProperty* property = getDevicePropDesc(propCode); in print() local
267 MtpProperty* property = getObjectPropDesc(prop, format); in print() local
564 MtpProperty* property = new MtpProperty; in getDevicePropDesc() local
585 MtpProperty* property = new MtpProperty; in getObjectPropDesc() local
/frameworks/base/core/java/android/animation/
DObjectAnimator.java134 public void setProperty(@NonNull Property property) { in setProperty()
221 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator()
285 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt()
413 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb()
479 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat()
643 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject()
671 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject()
698 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject()
DPropertyValuesHolder.java141 private PropertyValuesHolder(Property property) { in PropertyValuesHolder()
166 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt()
284 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat()
440 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject()
467 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject()
492 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject()
541 public static PropertyValuesHolder ofKeyframe(Property property, Keyframe... values) { in ofKeyframe()
560 static PropertyValuesHolder ofKeyframes(Property property, Keyframes keyframes) { in ofKeyframes()
1023 public void setProperty(Property property) { in setProperty()
1094 public IntPropertyValuesHolder(Property property, Keyframes.IntKeyframes keyframes) { in IntPropertyValuesHolder()
[all …]
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp362 MtpObjectProperty property, in getObjectPropertyValue()
530 MtpObjectProperty property, in setObjectPropertyValue()
560 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()
633 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()
668 uint32_t format, uint32_t property, in getObjectPropertyList()
912 MtpObjectProperty property; member
951 bool MyMtpDatabase::getObjectPropertyInfo(MtpObjectProperty property, int& type) { in getObjectPropertyInfo()
963 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
1014 MtpProperty* MyMtpDatabase::getObjectPropertyDesc(MtpObjectProperty property, in getObjectPropertyDesc()
1095 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()
/frameworks/base/libs/hwui/
DAnimator.cpp202 RenderPropertyAnimator::RenderPropertyAnimator(RenderProperty property, float finalValue) in RenderPropertyAnimator()
241 CanvasPropertyPrimitive* property, float finalValue) in CanvasPropertyPrimitiveAnimator()
263 CanvasPropertyPaint* property, PaintField field, float finalValue) in CanvasPropertyPaintAnimator()
DGammaFontRenderer.cpp42 char property[PROPERTY_VALUE_MAX]; in createRenderer() local
58 char property[PROPERTY_VALUE_MAX]; in GammaFontRenderer() local
DFboCache.cpp33 char property[PROPERTY_VALUE_MAX]; in FboCache() local
DExtensions.cpp65 char property[PROPERTY_VALUE_MAX]; in Extensions() local
/frameworks/base/core/jni/android/graphics/
DRtlProperties.h41 char property[PROPERTY_VALUE_MAX]; in readRtlDebugLevel() local
/frameworks/base/core/java/android/os/
DBuild.java764 private static String getString(String property) { in getString()
768 private static String[] getStringList(String property, String separator) { in getStringList()
777 private static long getLong(String property) { in getLong()
/frameworks/native/services/inputflinger/host/
DInputDriver.cpp134 const char* input_get_property_key(input_host_t* host, input_property_t* property) { in input_get_property_key()
138 const char* input_get_property_value(input_host_t* host, input_property_t* property) { in input_get_property_value()
142 void input_free_device_property(input_host_t* host, input_property_t* property) { } in input_free_device_property()
/frameworks/native/include/input/
DKeyCharacterMap.h186 property(property), metaState(metaState) { } in property() function
188 int32_t property; member
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java71 String property, float toValue, boolean replace) { in addAnimTo()
89 public void removeAnimationFor(String property) { in removeAnimationFor()
/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java44 public RampAnimator(T object, IntProperty<T> property) { in RampAnimator()

1234