Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 55) 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.java181 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName()
198 protected void handleType(VCardProperty property, final String paramValue) { in handleType()
214 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam()
290 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/base/core/java/android/animation/
DPropertyValuesHolder.java138 private PropertyValuesHolder(Property property) { in PropertyValuesHolder()
163 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt()
185 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat()
221 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject()
279 public static PropertyValuesHolder ofKeyframe(Property property, Keyframe... values) { in ofKeyframe()
690 public void setProperty(Property property) { in setProperty()
761 public IntPropertyValuesHolder(Property property, IntKeyframeSet keyframeSet) { in IntPropertyValuesHolder()
776 public IntPropertyValuesHolder(Property property, int... values) { in IntPropertyValuesHolder()
898 public FloatPropertyValuesHolder(Property property, FloatKeyframeSet keyframeSet) { in FloatPropertyValuesHolder()
913 public FloatPropertyValuesHolder(Property property, float... values) { in FloatPropertyValuesHolder()
DObjectAnimator.java101 public void setProperty(Property property) { in setProperty()
159 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator()
196 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt()
234 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat()
281 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject()
/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()
DMtpDatabase.java672 private MtpPropertyList getObjectPropertyList(long handle, int format, long property, in getObjectPropertyList()
788 private int setObjectProperty(int handle, int property, in setObjectProperty()
799 private int getDeviceProperty(int property, long[] outIntValue, char[] outStringValue) { in getDeviceProperty()
829 private int setDeviceProperty(int property, long intValue, String stringValue) { in setDeviceProperty()
/frameworks/base/tools/layoutlib/bridge/src/android/os/
DBuild_Delegate.java38 /*package*/ static String getString(String property) { in getString()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp354 MtpObjectProperty property, in getObjectPropertyValue()
467 MtpObjectProperty property, in setObjectPropertyValue()
524 MtpResponseCode MyMtpDatabase::getDevicePropertyValue(MtpDeviceProperty property, in getDevicePropertyValue()
590 MtpResponseCode MyMtpDatabase::setDevicePropertyValue(MtpDeviceProperty property, in setDevicePropertyValue()
647 MtpResponseCode MyMtpDatabase::resetDeviceProperty(MtpDeviceProperty property) { in resetDeviceProperty()
652 uint32_t format, uint32_t property, in getObjectPropertyList()
882 MtpObjectProperty property; member
915 bool MyMtpDatabase::getObjectPropertyInfo(MtpObjectProperty property, int& type) { in getObjectPropertyInfo()
927 bool MyMtpDatabase::getDevicePropertyInfo(MtpDeviceProperty property, int& type) { in getDevicePropertyInfo()
978 MtpProperty* MyMtpDatabase::getObjectPropertyDesc(MtpObjectProperty property, in getObjectPropertyDesc()
[all …]
/frameworks/base/core/jni/android/graphics/
DRtlProperties.h41 char property[PROPERTY_VALUE_MAX]; in readRtlDebugLevel() local
/frameworks/av/media/mtp/
DMtpServer.cpp616 MtpObjectProperty property = mRequest.getParameter(2); in doGetObjectPropValue() local
627 MtpObjectProperty property = mRequest.getParameter(2); in doSetObjectPropValue() local
635 MtpDeviceProperty property = mRequest.getParameter(1); in doGetDevicePropValue() local
643 MtpDeviceProperty property = mRequest.getParameter(1); in doSetDevicePropValue() local
651 MtpDeviceProperty property = mRequest.getParameter(1); in doResetDevicePropValue() local
665 uint32_t property = mRequest.getParameter(3); in doGetObjectPropList() local
1072 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); in doGetObjectPropDesc() local
1083 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/libs/hwui/
DFboCache.cpp33 char property[PROPERTY_VALUE_MAX]; in FboCache() local
DGammaFontRenderer.cpp44 char property[PROPERTY_VALUE_MAX]; in createRenderer() local
60 char property[PROPERTY_VALUE_MAX]; in GammaFontRenderer() local
DRenderBufferCache.cpp44 char property[PROPERTY_VALUE_MAX]; in RenderBufferCache() local
DLayerCache.cpp35 char property[PROPERTY_VALUE_MAX]; in LayerCache() local
/frameworks/base/include/androidfw/
DKeyCharacterMap.h186 property(property), metaState(metaState) { } in property() function
188 int32_t property; member
/frameworks/base/core/java/android/os/
DBuild.java470 private static String getString(String property) { in getString()
474 private static long getLong(String property) { in getLong()
/frameworks/base/services/java/com/android/server/power/
DRampAnimator.java42 public RampAnimator(T object, IntProperty<T> property) { in RampAnimator()
/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/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVNodeBuilder.java100 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()

123