Home
last modified time | relevance | path

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

123

/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()
DVCardEntryConstructor.java129 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()
462 private static native long nCreateAnimator(int property, float finalValue); in nCreateAnimator()
/frameworks/av/media/mtp/
DMtpServer.cpp266 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged()
632 MtpObjectProperty property = mRequest.getParameter(2); in doGetObjectPropValue() local
643 MtpObjectProperty property = mRequest.getParameter(2); in doSetObjectPropValue() local
651 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue() local
659 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue() local
667 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue() local
681 uint32_t property = mRequest.getParameter(3); in doGetObjectPropList() local
1094 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); in doGetObjectPropDesc() local
1105 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); in doGetDevicePropDesc() local
DMtpDevice.cpp214 MtpProperty* property = getDevicePropDesc(propCode); in initialize() local
239 MtpProperty* property = getDevicePropDesc(propCode); in print() local
258 MtpProperty* property = getObjectPropDesc(prop, format); in print() local
549 MtpProperty* property = new MtpProperty; in getDevicePropDesc() local
568 MtpProperty* property = new MtpProperty; in getObjectPropDesc() local
/frameworks/base/core/java/android/animation/
DObjectAnimator.java111 public void setProperty(@NonNull Property property) { in setProperty()
198 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator()
262 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt()
390 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb()
456 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat()
620 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject()
648 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject()
675 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject()
DPropertyValuesHolder.java146 private PropertyValuesHolder(Property property) { in PropertyValuesHolder()
171 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt()
289 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat()
445 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject()
472 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject()
497 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject()
546 public static PropertyValuesHolder ofKeyframe(Property property, Keyframe... values) { in ofKeyframe()
565 static PropertyValuesHolder ofKeyframes(Property property, Keyframes keyframes) { in ofKeyframes()
1024 public void setProperty(Property property) { in setProperty()
1095 public IntPropertyValuesHolder(Property property, Keyframes.IntKeyframes keyframes) { in IntPropertyValuesHolder()
[all …]
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp361 MtpObjectProperty property, in getObjectPropertyValue()
472 MtpObjectProperty property, in setObjectPropertyValue()
529 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()
602 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()
664 uint32_t format, uint32_t property, in getObjectPropertyList()
904 MtpObjectProperty property; member
938 bool MyMtpDatabase::getObjectPropertyInfo(MtpObjectProperty property, int& type) { in getObjectPropertyInfo()
950 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
1001 MtpProperty* MyMtpDatabase::getObjectPropertyDesc(MtpObjectProperty property, in getObjectPropertyDesc()
1082 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()
/frameworks/base/core/java/android/os/
DBuild.java658 private static String getString(String property) { in getString()
662 private static String[] getStringList(String property, String separator) { in getStringList()
671 private static long getLong(String property) { in getLong()
/frameworks/base/libs/hwui/
DAnimator.cpp204 RenderPropertyAnimator::RenderPropertyAnimator(RenderProperty property, float finalValue) in RenderPropertyAnimator()
243 CanvasPropertyPrimitive* property, float finalValue) in CanvasPropertyPrimitiveAnimator()
265 CanvasPropertyPaint* property, PaintField field, float finalValue) in CanvasPropertyPaintAnimator()
DGammaFontRenderer.cpp44 char property[PROPERTY_VALUE_MAX]; in createRenderer() local
60 char property[PROPERTY_VALUE_MAX]; in GammaFontRenderer() local
DFboCache.cpp33 char property[PROPERTY_VALUE_MAX]; in FboCache() local
DExtensions.cpp68 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/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()

123