Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/opt/calendar/src/com/android/calendarcommon/
DRecurrenceSet.java182 ICalendar.Property dtstartProperty = in populateContentValues()
278 ICalendar.Property dtstartProp = new ICalendar.Property("DTSTART"); in populateComponent()
303 ICalendar.Property durationProp = new ICalendar.Property("DURATION"); in populateComponent()
337 ICalendar.Property dtstartProp = new ICalendar.Property("DTSTART"); in populateComponent()
362 ICalendar.Property durationProp = new ICalendar.Property("DURATION"); in populateComponent()
381 ICalendar.Property prop = new ICalendar.Property(propertyName); in addPropertiesForRuleStr()
440 ICalendar.Property prop = new ICalendar.Property(propertyName); in addPropertyForDateStr()
457 ICalendar.Property durationProperty = in computeDuration()
465 ICalendar.Property dtendProperty = in computeDuration()
490 List<ICalendar.Property> properties = component.getProperties(name); in flattenProperties()
[all …]
DICalendar.java76 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
77 new LinkedHashMap<String, ArrayList<Property>>();
137 public void addProperty(Property prop) { in addProperty()
139 ArrayList<Property> props = mPropsMap.get(name); in addProperty()
141 props = new ArrayList<Property>(); in addProperty()
161 public List<Property> getProperties(String name) { in getProperties()
171 public Property getFirstProperty(String name) { in getFirstProperty()
172 List<Property> props = mPropsMap.get(name); in getFirstProperty()
200 for (Property property : getProperties(propertyName)) { in toString()
224 public static class Property { class in ICalendar
[all …]
/frameworks/base/core/java/android/util/
DProperty.java28 public abstract class Property<T, V> { class
54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) { in of()
61 public Property(Class<V> type, String name) { in Property() method in Property
DFloatProperty.java18 import android.util.Property;
31 public abstract class FloatProperty<T> extends Property<T, Float> {
DIntProperty.java18 import android.util.Property;
31 public abstract class IntProperty<T> extends Property<T, Integer> {
DReflectiveProperty.java26 class ReflectiveProperty<T, V> extends Property<T, V> {
/frameworks/base/core/java/android/animation/
DObjectAnimator.java20 import android.util.Property;
50 private Property mProperty;
100 public void setProperty(Property property) { in setProperty()
158 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator()
195 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt()
233 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat()
280 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject()
DPropertyValuesHolder.java22 import android.util.Property;
47 protected Property mProperty;
138 private PropertyValuesHolder(Property property) { in PropertyValuesHolder()
163 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() argument
185 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() argument
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()
[all …]
/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java36 private class Property { class in MtpPropertyGroup
44 Property(int code, int type, int column) { in Property() method in MtpPropertyGroup.Property
57 private final Property[] mProperties;
79 mProperties = new Property[count]; in MtpPropertyGroup()
90 private Property createProperty(int code, ArrayList<String> columns) { in createProperty()
182 return new Property(code, type, columns.size() - 1); in createProperty()
184 return new Property(code, type, -1); in createProperty()
345 Property property = mProperties[propertyIndex]; in getPropertyList()
/frameworks/base/include/androidfw/
DKeyCharacterMap.h184 struct Property { struct
185 inline Property(int32_t property = 0, int32_t metaState = 0) :
/frameworks/base/libs/androidfw/
DKeyCharacterMap.cpp882 Vector<Property> properties; in parseKeyProperty()
887 properties.add(Property(PROPERTY_LABEL)); in parseKeyProperty()
889 properties.add(Property(PROPERTY_NUMBER)); in parseKeyProperty()
898 properties.add(Property(PROPERTY_META, metaState)); in parseKeyProperty()
980 const Property& property = properties.itemAt(i); in parseKeyProperty()
/frameworks/base/docs/html/training/custom-views/
Dindex.jd23 <li><a href="{@docRoot}/guide/topics/graphics/prop-animation.html">Property
Dmaking-interactive.jd26 <li><a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a>
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd10 <li><a href="#Property">Property Animation</a></li>
21 <li><a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a></li>
30 <dt><a href="#Property">Property Animation</a></dt>
46 <h2 id="Property">Property Animation</h2>
337 <li><a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a></li>
/frameworks/base/docs/html/guide/topics/graphics/
Doverview.jd18 <dt><strong><a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property
Dprop-animation.jd1 page.title=Property Animation
11 <li><a href="#how">How Property Animation Works</a></li>
91 <h2 id="how">How Property Animation Works</h2>
170 <h2 id="property-vs-view">How Property Animation Differs from View Animation</h2>
977 href="{@docRoot}guide/topics/resources/animation-resource.html#Property">Animation Resources</a>.
Dhardware-accel.jd496 "{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a>.</p>
/frameworks/base/docs/html/tools/help/
DMonkeyDevice.jd625 <a href="#table1">Table 1. Property variable names</a> at the end of this topic.
665 <a href="#table1">Table 1. Property Variable Names</a>.
1169 <strong>Table 1.</strong>Property variable names used with
1176 Property Group
1179 Property
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd88 <th>Property</th>
Dmanaging-avds-cmdline.jd227 <th>Property</th>
/frameworks/base/core/java/android/view/
DView.java58 import android.util.Property;
16665 public static final Property<View, Float> ALPHA = new FloatProperty<View>("alpha") {
16681 …public static final Property<View, Float> TRANSLATION_X = new FloatProperty<View>("translationX") {
16697 …public static final Property<View, Float> TRANSLATION_Y = new FloatProperty<View>("translationY") {
16713 public static final Property<View, Float> X = new FloatProperty<View>("x") {
16729 public static final Property<View, Float> Y = new FloatProperty<View>("y") {
16745 public static final Property<View, Float> ROTATION = new FloatProperty<View>("rotation") {
16761 public static final Property<View, Float> ROTATION_X = new FloatProperty<View>("rotationX") {
16777 public static final Property<View, Float> ROTATION_Y = new FloatProperty<View>("rotationY") {
16793 public static final Property<View, Float> SCALE_X = new FloatProperty<View>("scaleX") {
[all …]
/frameworks/base/docs/html/sdk/
Dterms.jd45 …n and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectua…
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1542 <p>The new {@link android.util.Property} class provides a fast, efficient, and easy way to specify a
1562 <p>Using the {@link android.util.Property} class, you can declare a {@link android.util.Property}
1569 <p>The {@link android.view.View} class now leverages the {@link android.util.Property} class to
1574 <p>The {@link android.animation.ObjectAnimator} class also uses the {@link android.util.Property}
1576 android.util.Property}, which is faster, more efficient, and more type-safe than the string-based
1734 <a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a> developer
Dandroid-3.0.jd382 href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a> documentation. Yo…
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd377 href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a> document.</p>
454 Property Animation</a>: Several samples using the new animation APIs to animate object

12