Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessageParser.java21 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 …]
DBmsgTokenizer.java44 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 BmsgTokenizer
84 public Property(String name, String value) { in Property() method in BmsgTokenizer.Property
102 return ((o instanceof Property) && ((Property) o).name.equals(name) in equals()
103 && ((Property) o).value in equals()
/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.java31 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 …]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java15 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()
DRecurrenceSetTest.java113 List<ICalendar.Property> list = component.getProperties("DTSTART"); in testRRULEfolding()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorLineCaret.java17 import android.util.Property;
64 private static final Property<PageIndicatorLineCaret, Integer> PAINT_ALPHA
65 = new Property<PageIndicatorLineCaret, Integer>(Integer.class, "paint_alpha") {
78 private static final Property<PageIndicatorLineCaret, Float> NUM_PAGES
79 = new Property<PageIndicatorLineCaret, Float>(Float.class, "num_pages") {
92 private static final Property<PageIndicatorLineCaret, Integer> TOTAL_SCROLL
93 = new Property<PageIndicatorLineCaret, Integer>(Integer.class, "total_scroll") {
DPageIndicatorDots.java32 import android.util.Property;
61 private static final Property<PageIndicatorDots, Float> CURRENT_POSITION
62 = new Property<PageIndicatorDots, Float>(float.class, "current_position") {
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DFocusIndicatorHelper.java30 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>(
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DCircleView.java26 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") {
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DPropertyResetListener.java22 import android.util.Property;
29 private Property<T, V> mPropertyToReset;
32 public PropertyResetListener(Property<T, V> propertyToReset, V resetToValue) { in PropertyResetListener()
/packages/apps/PackageInstaller/src/android/support/wearable/view/
DProgressDrawable.java30 import android.util.Property;
43 private static Property<ProgressDrawable, Integer> LEVEL =
44 new Property<ProgressDrawable, Integer>(Integer.class, "level") {
DWearableListView.java32 import android.util.Property;
1372 private class SetScrollVerticallyProperty extends Property<WearableListView, Integer> {
/packages/apps/Launcher3/src/com/android/launcher3/
DFastBitmapDrawable.java32 import android.util.Property;
80 private static final Property<FastBitmapDrawable, Float> BRIGHTNESS
81 = new Property<FastBitmapDrawable, Float>(Float.TYPE, "brightness") {
DBaseRecyclerViewFastScrollBar.java25 import android.util.Property;
39 private static final Property<BaseRecyclerViewFastScrollBar, Integer> TRACK_WIDTH =
40 new Property<BaseRecyclerViewFastScrollBar, Integer>(Integer.class, "width") {
DLauncherAnimUtils.java24 import android.util.Property;
104 public static ObjectAnimator ofFloat(View target, Property<View, Float> property, in ofFloat()
DBubbleTextView.java32 import android.util.Property;
105 private static final Property<BubbleTextView, Float> BADGE_SCALE_PROPERTY
106 = new Property<BubbleTextView, Float>(Float.TYPE, "badgeScale") {
DWorkspace.java44 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()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java31 import android.util.Property;
44 private static final Property<PreloadIconDrawable, Float> INTERNAL_STATE =
45 new Property<PreloadIconDrawable, Float>(Float.TYPE, "internalStateProgress") {
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java32 import android.util.Property;
800 public final Property<View, Float> property;
804 public ViewPropertyValueHolder(Property<View, Float> property, View view, float value) { in ViewPropertyValueHolder()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java41 import android.util.Property;
72 private static final Property<View, Integer> VIEW_LAYOUT_HEIGHT_PROPERTY =
73 new Property<View, Integer>(Integer.class, "height") {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java41 import android.util.Property;
140 private static final Property<FolderIcon, Float> BADGE_SCALE_PROPERTY
141 = new Property<FolderIcon, Float>(Float.TYPE, "badgeScale") {
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java58 import android.util.Property;
132 private final Property<TextView, Integer> TEXT_COLOR =
133 new Property<TextView, Integer>(Integer.class, "textColor") {
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java38 import android.util.Property;
668 Property.of(FrameLayout.class, ViewGroup.LayoutParams.class, "layoutParams")); in initTvAnimatorIfNeeded()
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses2372 SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...