/frameworks/opt/calendar/src/com/android/calendarcommon/ |
D | RecurrenceSet.java | 182 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 …]
|
D | ICalendar.java | 76 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/ |
D | Property.java | 28 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
|
D | FloatProperty.java | 18 import android.util.Property; 31 public abstract class FloatProperty<T> extends Property<T, Float> {
|
D | IntProperty.java | 18 import android.util.Property; 31 public abstract class IntProperty<T> extends Property<T, Integer> {
|
D | ReflectiveProperty.java | 26 class ReflectiveProperty<T, V> extends Property<T, V> {
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 20 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()
|
D | PropertyValuesHolder.java | 22 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/ |
D | MtpPropertyGroup.java | 36 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/ |
D | KeyCharacterMap.h | 184 struct Property { struct 185 inline Property(int32_t property = 0, int32_t metaState = 0) :
|
/frameworks/base/libs/androidfw/ |
D | KeyCharacterMap.cpp | 882 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/ |
D | index.jd | 23 <li><a href="{@docRoot}/guide/topics/graphics/prop-animation.html">Property
|
D | making-interactive.jd | 26 <li><a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 10 <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/ |
D | overview.jd | 18 <dt><strong><a href="{@docRoot}guide/topics/graphics/prop-animation.html">Property
|
D | prop-animation.jd | 1 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>.
|
D | hardware-accel.jd | 496 "{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a>.</p>
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyDevice.jd | 625 <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/ |
D | managing-avds.jd | 88 <th>Property</th>
|
D | managing-avds-cmdline.jd | 227 <th>Property</th>
|
/frameworks/base/core/java/android/view/ |
D | View.java | 58 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/ |
D | terms.jd | 45 …n and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectua…
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1542 <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
|
D | android-3.0.jd | 382 href="{@docRoot}guide/topics/graphics/prop-animation.html">Property Animation</a> documentation. Yo…
|
/frameworks/base/docs/html/guide/practices/ |
D | optimizing-for-3.0.jd | 377 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
|