Searched refs:IntProperty (Results 1 – 14 of 14) sorted by relevance
27 public abstract class IntProperty<T> extends Property<T, Integer> { class29 public IntProperty(String name) { in IntProperty() method in IntProperty
20 import android.util.IntProperty;29 private final IntProperty<T> mProperty;44 public RampAnimator(T object, IntProperty<T> property) { in RampAnimator()
24 import android.util.IntProperty;107 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS =108 new IntProperty<DisplayPowerState>("screenBrightness") {
22 import android.util.IntProperty;1145 private IntProperty mIntProperty;1162 if (property instanceof IntProperty) { in IntPropertyValuesHolder()1163 mIntProperty = (IntProperty) mProperty; in IntPropertyValuesHolder()1175 if (property instanceof IntProperty) { in IntPropertyValuesHolder()1176 mIntProperty = (IntProperty) mProperty; in IntPropertyValuesHolder()
33 import android.util.IntProperty;52 new IntProperty<Drawable>("drawableAlpha") {
35 import android.util.IntProperty;1603 private static Property<View, Integer> LEFT = new IntProperty<View>("left") {1619 private static Property<View, Integer> TOP = new IntProperty<View>("top") {1635 private static Property<View, Integer> RIGHT = new IntProperty<View>("right") {1651 private static Property<View, Integer> BOTTOM = new IntProperty<View>("bottom") {
24 import android.util.IntProperty;
31 import android.util.IntProperty;147 new IntProperty<ActionBarOverlayLayout>("actionBarHideOffset") {
47 import android.util.IntProperty;286 private static final IntProperty<ViewState> HINT_ALPHA =287 new IntProperty<ViewState>("drawableAlpha") {
64 [Landroid.icu.impl.UCharacterProperty$IntProperty;1203 android.icu.impl.UCharacterProperty$IntProperty1989 android.util.IntProperty
1944 android.icu.impl.UCharacterProperty$IntProperty4128 android.util.IntProperty
40161 public abstract class IntProperty extends android.util.Property {40162 ctor public IntProperty(java.lang.String);
40240 public abstract class IntProperty extends android.util.Property {40241 ctor public IntProperty(java.lang.String);
43161 public abstract class IntProperty extends android.util.Property {43162 ctor public IntProperty(java.lang.String);