Searched refs:Property (Results 1 – 25 of 25) sorted by relevance
21 import com.android.bluetooth.mapclient.BmsgTokenizer.Property;43 private final static Property BEGIN_BMSG = new Property("BEGIN", "BMSG");44 private final static Property END_BMSG = new Property("END", "BMSG");46 private final static Property BEGIN_VCARD = new Property("BEGIN", "VCARD");47 private final static Property END_VCARD = new Property("END", "VCARD");49 private final static Property BEGIN_BENV = new Property("BEGIN", "BENV");50 private final static Property END_BENV = new Property("END", "BENV");52 private final static Property BEGIN_BBODY = new Property("BEGIN", "BBODY");53 private final static Property END_BBODY = new Property("END", "BBODY");55 private final static Property BEGIN_MSG = new Property("BEGIN", "MSG");[all …]
44 public Property next(boolean alwaysReturn) throws ParseException { in next()65 return new Property(mMatcher.group(2), mMatcher.group(3)); in next()68 public Property next() throws ParseException { in next()80 static public class Property { class in BmsgTokenizer84 public Property(String name, String value) { in Property() method in BmsgTokenizer.Property102 return ((o instanceof Property) && ((Property) o).name.equals(name) in equals()103 && ((Property) o).value in equals()
31 import android.util.Property;51 public static final Property<View, Integer> BACKGROUND_ALPHA =52 new Property<View, Integer>(Integer.class, "background.alpha") {86 public static final Property<ImageView, Integer> DRAWABLE_ALPHA =87 new Property<ImageView, Integer>(Integer.class, "drawable.alpha") {99 public static final Property<ImageView, Integer> DRAWABLE_TINT =100 new Property<ImageView, Integer>(Integer.class, "drawable.tint") {181 public static final Property<View, Integer> VIEW_LEFT =182 new Property<View, Integer>(Integer.class, "left") {194 public static final Property<View, Integer> VIEW_TOP =[all …]
15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1"); in testAddParameter()41 component.addProperty(new ICalendar.Property("prop2", "value3")); in testAddProperty()42 component.addProperty(new ICalendar.Property("prop1", "value1")); in testAddProperty()43 component.addProperty(new ICalendar.Property("prop1", "value2")); in testAddProperty()60 child.addProperty(new ICalendar.Property("prop2", "value2")); in testAddComponent()62 parent.addProperty(new ICalendar.Property("prop1", "value1")); in testAddComponent()63 parent.addProperty(new ICalendar.Property("prop1", "value12")); in testAddComponent()80 ICalendar.Property prop1 = component.getFirstProperty("PROP1"); in testParseBasicComponent()84 List<ICalendar.Property> props = component.getProperties("PROP1"); in testParseBasicComponent()98 ICalendar.Property property = component.getFirstProperty("DTSTART"); in testParseQuotedParam()
113 List<ICalendar.Property> list = component.getProperties("DTSTART"); in testRRULEfolding()
17 import android.util.Property;64 private static final Property<PageIndicatorLineCaret, Integer> PAINT_ALPHA65 = new Property<PageIndicatorLineCaret, Integer>(Integer.class, "paint_alpha") {78 private static final Property<PageIndicatorLineCaret, Float> NUM_PAGES79 = new Property<PageIndicatorLineCaret, Float>(Float.class, "num_pages") {92 private static final Property<PageIndicatorLineCaret, Integer> TOTAL_SCROLL93 = new Property<PageIndicatorLineCaret, Integer>(Integer.class, "total_scroll") {
32 import android.util.Property;61 private static final Property<PageIndicatorDots, Float> CURRENT_POSITION62 = new Property<PageIndicatorDots, Float>(float.class, "current_position") {
30 import android.util.Property;45 public static final Property<FocusIndicatorHelper, Float> ALPHA =46 new Property<FocusIndicatorHelper, Float>(Float.TYPE, "alpha") {58 public static final Property<FocusIndicatorHelper, Float> SHIFT =59 new Property<FocusIndicatorHelper, Float>(
26 import android.util.Property;41 public final static Property<CircleView, Integer> FILL_COLOR =42 new Property<CircleView, Integer>(Integer.class, "fillColor") {58 public final static Property<CircleView, Float> RADIUS =59 new Property<CircleView, Float>(Float.class, "radius") {
22 import android.util.Property;29 private Property<T, V> mPropertyToReset;32 public PropertyResetListener(Property<T, V> propertyToReset, V resetToValue) { in PropertyResetListener()
30 import android.util.Property;43 private static Property<ProgressDrawable, Integer> LEVEL =44 new Property<ProgressDrawable, Integer>(Integer.class, "level") {
32 import android.util.Property;1372 private class SetScrollVerticallyProperty extends Property<WearableListView, Integer> {
32 import android.util.Property;80 private static final Property<FastBitmapDrawable, Float> BRIGHTNESS81 = new Property<FastBitmapDrawable, Float>(Float.TYPE, "brightness") {
25 import android.util.Property;39 private static final Property<BaseRecyclerViewFastScrollBar, Integer> TRACK_WIDTH =40 new Property<BaseRecyclerViewFastScrollBar, Integer>(Integer.class, "width") {
24 import android.util.Property;104 public static ObjectAnimator ofFloat(View target, Property<View, Float> property, in ofFloat()
32 import android.util.Property;105 private static final Property<BubbleTextView, Float> BADGE_SCALE_PROPERTY106 = new Property<BubbleTextView, Float>(Float.TYPE, "badgeScale") {
44 import android.util.Property;217 private final Property<View, Float> viewProperty;219 Direction(Property<View, Float> viewProperty) { in Direction()1518 Property<View, Float> property = direction.viewProperty; in setWorkspaceTranslationAndAlpha()1545 Property<View, Float> property = direction.viewProperty; in setHotseatTranslationAndAlpha()
31 import android.util.Property;44 private static final Property<PreloadIconDrawable, Float> INTERNAL_STATE =45 new Property<PreloadIconDrawable, Float>(Float.TYPE, "internalStateProgress") {
32 import android.util.Property;800 public final Property<View, Float> property;804 public ViewPropertyValueHolder(Property<View, Float> property, View view, float value) { in ViewPropertyValueHolder()
41 import android.util.Property;72 private static final Property<View, Integer> VIEW_LAYOUT_HEIGHT_PROPERTY =73 new Property<View, Integer>(Integer.class, "height") {
41 import android.util.Property;140 private static final Property<FolderIcon, Float> BADGE_SCALE_PROPERTY141 = new Property<FolderIcon, Float>(Float.TYPE, "badgeScale") {
58 import android.util.Property;132 private final Property<TextView, Integer> TEXT_COLOR =133 new Property<TextView, Integer>(Integer.class, "textColor") {
38 import android.util.Property;668 Property.of(FrameLayout.class, ViewGroup.LayoutParams.class, "layoutParams")); in initTvAnimatorIfNeeded()
2372 SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...