Home
last modified time | relevance | path

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

/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DICalendar.java41 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
42 new LinkedHashMap<String, ArrayList<Property>>();
56 public void addProperty(Property prop) { in addProperty()
58 ArrayList<Property> props = mPropsMap.get(name); in addProperty()
60 props = new ArrayList<Property>(); in addProperty()
72 public List<Property> getProperties(String name) { in getProperties()
81 public static class Property { class in ICalendar
88 public Property(String name) { in Property() method in ICalendar.Property
DRecurrenceSet.java34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME)); in addPropertiesForRuleStr()
/cts/tests/tests/util/src/android/util/cts/
DPropertyTest.java24 import android.util.Property;
107 private static final Property<PropertyTest, Point> RAW_POINT_PROP =
108 new Property<PropertyTest, Point>(Point.class, "rawPoint") {
120 private static final Property<PropertyTest, Float> RAW_FLOAT_PROP =
121 new Property<PropertyTest, Float>(Float.class, "rawFloat") {
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
DCalendarcommon2Test.java38 List<ICalendar.Property> properties = in testStaticLinking()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java45 import android.util.Property;
811 final Property property = AnimTarget.TEST_VALUE; in testSetStartEndValues()
829 final Property doubler = AnimTarget.TEST_DOUBLING_VALUE; in testSetStartEndValues()
893 public static final Property<AnimTarget, Float> TEST_VALUE =
894 new Property<AnimTarget, Float>(Float.class, "testValue") {
905 public static final Property<AnimTarget, Float> TEST_DOUBLING_VALUE =
906 new Property<AnimTarget, Float>(Float.class, "testValue") {
DPropertyValuesHolderTest.java45 import android.util.Property;
697 class ShapeHolderYProperty extends Property {
741 class ViewColorProperty extends Property {
/cts/tools/dex-tools/dex/
Dclasses.out.dex59562 …va/util/LinkedHashMap<Ljava/lang/String;Ljava/util/ArrayList<Landroid/pim/ICalendar$Property;>;>; )
59574 android.pim.ICalendar$Property)
59578 public android.pim.ICalendar$Property getFirstProperty(
59586 …notation.Signature (value =(Ljava/lang/String;)Ljava/util/List<Landroid/pim/ICalendar$Property;>; )
59660 @dalvik.annotation.InnerClass (accessFlags =9 name =Property )
59661 public class android.pim.ICalendar$Property extends java.lang.Object
59718 …dar$ParserState;Landroid/pim/ICalendar$Parameter;Landroid/pim/ICalendar$Property;Landroid/pim/ICal…
59806 android.pim.ICalendar$Property)