/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 419 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/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 131 public Builder addFloat(Object target, String property, float... values) { in addFloat() 136 public Builder addInt(Object target, String property, int... values) { in addInt() 146 private static Property getProperty(Object target, String property, Class<?> cls) { in getProperty() 221 public static KeyframeSet ofInt(Property property, int... values) { in ofInt() 225 public static KeyframeSet ofFloat(Property property, float... values) { in ofFloat() 234 public FloatKeyframeSet(Property<T, Float> property, float[] values) { in FloatKeyframeSet() 252 public IntKeyframeSet(Property<T, Integer> property, int[] values) { in IntKeyframeSet()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParserImpl_V30.java | 158 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()
|
D | VCardInterpreter.java | 78 void onPropertyCreated(VCardProperty property); in onPropertyCreated()
|
D | VCardEntryCounter.java | 46 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
D | VCardSourceDetector.java | 102 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardEntryTests.java | 113 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/ |
D | MtpPropertyList.java | 53 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()
|
D | MtpServer.java | 58 public void sendDevicePropertyChanged(int property) { in sendDevicePropertyChanged() 75 private native final void native_send_device_property_changed(int property); in native_send_device_property_changed()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimatorRT.java | 81 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); in doStartAnimation() local 130 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); in cancelAnimators() local
|
D | RenderNodeAnimator.java | 111 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() 502 private static native long nCreateAnimator(int property, float finalValue); in nCreateAnimator()
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 136 public void setProperty(@NonNull Property property) { in setProperty() 223 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() 289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 420 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb() 488 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() 666 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() 701 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() 728 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject()
|
D | PropertyValuesHolder.java | 142 private PropertyValuesHolder(Property property) { in PropertyValuesHolder() 167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() 286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() 454 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject() 487 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() 512 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() 561 public static PropertyValuesHolder ofKeyframe(Property property, Keyframe... values) { in ofKeyframe() 580 static PropertyValuesHolder ofKeyframes(Property property, Keyframes keyframes) { in ofKeyframes() 1049 public void setProperty(Property property) { in setProperty() 1168 public IntPropertyValuesHolder(Property property, Keyframes.IntKeyframes keyframes) { in IntPropertyValuesHolder() [all …]
|
/frameworks/av/media/mtp/ |
D | MtpServer.cpp | 267 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { in sendDevicePropertyChanged() 653 MtpObjectProperty property = mRequest.getParameter(2); in doGetObjectPropValue() local 666 MtpObjectProperty property = mRequest.getParameter(2); in doSetObjectPropValue() local 676 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue() local 686 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue() local 696 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue() local 712 uint32_t property = mRequest.getParameter(3); in doGetObjectPropList() local 1159 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); in doGetObjectPropDesc() local 1172 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); in doGetDevicePropDesc() local
|
D | MtpDevice.cpp | 249 MtpProperty* property = getDevicePropDesc(propCode); in initialize() local 274 MtpProperty* property = getDevicePropDesc(propCode); in print() local 293 MtpProperty* property = getObjectPropDesc(prop, format); in print() local 595 MtpProperty* property = new MtpProperty; in getDevicePropDesc() local 616 MtpProperty* property = new MtpProperty; in getObjectPropDesc() local 625 bool MtpDevice::getObjectPropValue(MtpObjectHandle handle, MtpProperty* property) { in getObjectPropValue()
|
/frameworks/base/core/jni/android/graphics/ |
D | RtlProperties.h | 41 char property[PROPERTY_VALUE_MAX]; in readRtlDebugLevel() local
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioMixingRule.java | 281 public Builder addMixRule(int rule, Object property) throws IllegalArgumentException { in addMixRule() 311 public Builder excludeMixRule(int rule, Object property) throws IllegalArgumentException { in excludeMixRule() 326 private Builder checkAddRuleObjInternal(int rule, Object property) in checkAddRuleObjInternal()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 367 MtpObjectProperty property, in getObjectPropertyValue() 545 MtpObjectProperty property, in setObjectPropertyValue() 575 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue() 648 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue() 683 uint32_t format, uint32_t property, in getObjectPropertyList() 996 MtpObjectProperty property; member 1035 bool MyMtpDatabase::getObjectPropertyInfo(MtpObjectProperty property, int& type) { in getObjectPropertyInfo() 1047 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo() 1098 MtpProperty* MyMtpDatabase::getObjectPropertyDesc(MtpObjectProperty property, in getObjectPropertyDesc() 1179 MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) { in getDevicePropertyDesc()
|
/frameworks/av/media/libmedia/ |
D | MediaUtils.cpp | 30 const char *property, in limitProcessMemory()
|
/frameworks/base/core/java/android/os/ |
D | Build.java | 863 private static String getString(String property) { in getString() 867 private static String[] getStringList(String property, String separator) { in getStringList() 876 private static long getLong(String property) { in getLong()
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 332 RenderPropertyAnimator::RenderPropertyAnimator(RenderProperty property, float finalValue) in RenderPropertyAnimator() 389 CanvasPropertyPrimitive* property, float finalValue) in CanvasPropertyPrimitiveAnimator() 411 CanvasPropertyPaint* property, PaintField field, float finalValue) in CanvasPropertyPaintAnimator()
|
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 197 property(property), metaState(metaState) { } in property() function 199 int32_t property; member
|
/frameworks/native/services/inputflinger/host/ |
D | InputDriver.cpp | 257 const char* InputDriver::inputGetPropertyKey(input_property_t* property) { in inputGetPropertyKey() 264 const char* InputDriver::inputGetPropertyValue(input_property_t* property) { in inputGetPropertyValue() 271 void InputDriver::inputFreeDeviceProperty(input_property_t* property) { in inputFreeDeviceProperty() 392 const char* input_get_property_key(input_host_t* host, input_property_t* property) { in input_get_property_key() 397 const char* input_get_property_value(input_host_t* host, input_property_t* property) { in input_get_property_value() 402 void input_free_device_property(input_host_t* host, input_property_t* property) { in input_free_device_property()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DrawableHolder.java | 71 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/ |
D | RampAnimator.java | 44 public RampAnimator(T object, IntProperty<T> property) { in RampAnimator()
|