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()
25 import android.util.IntProperty;109 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS =110 new IntProperty<DisplayPowerState>("screenBrightness") {
22 import android.util.IntProperty;44 private static final IntProperty<View> TOP =45 new IntProperty<View>("top") {
32 import android.util.IntProperty;149 new IntProperty<ActionBarOverlayLayout>("actionBarHideOffset") {
22 import android.util.IntProperty;1155 private IntProperty mIntProperty;1172 if (property instanceof IntProperty) { in IntPropertyValuesHolder()1173 mIntProperty = (IntProperty) mProperty; in IntPropertyValuesHolder()1185 if (property instanceof IntProperty) { in IntPropertyValuesHolder()1186 mIntProperty = (IntProperty) mProperty; in IntPropertyValuesHolder()1192 if (property instanceof IntProperty) { in setProperty()1193 mIntProperty = (IntProperty) property; in setProperty()
42 import android.util.IntProperty;105 private static final IntProperty<ViewState> HINT_ALPHA =106 new IntProperty<ViewState>("drawableAlpha") {
36 import android.util.IntProperty;54 new IntProperty<Drawable>("drawableAlpha") {
36 import android.util.IntProperty;1626 private static Property<View, Integer> LEFT = new IntProperty<View>("left") {1642 private static Property<View, Integer> TOP = new IntProperty<View>("top") {1658 private static Property<View, Integer> RIGHT = new IntProperty<View>("right") {1674 private static Property<View, Integer> BOTTOM = new IntProperty<View>("bottom") {
42 import android.util.IntProperty;1790 new IntProperty<VFullPath> ("strokeColor") {1816 new IntProperty<VFullPath>("fillColor") {
1855 android.icu.impl.UCharacterProperty$IntProperty3635 android.util.IntProperty
8032 HSPLandroid/icu/impl/UCharacterProperty$IntProperty;-><init>(Landroid/icu/impl/UCharacterProperty;I…34139 Landroid/icu/impl/UCharacterProperty$IntProperty;36291 Landroid/util/IntProperty;42628 HSPLandroid/util/IntProperty;-><init>(Ljava/lang/String;)V42629 HSPLandroid/util/IntProperty;->set(Ljava/lang/Object;Ljava/lang/Integer;)V42630 HSPLandroid/util/IntProperty;->set(Ljava/lang/Object;Ljava/lang/Object;)V
1159 …id/animation/PropertyValuesHolder$IntPropertyValuesHolder;->mIntProperty:Landroid/util/IntProperty;
47968 public abstract class IntProperty<T> extends android.util.Property<T,java.lang.Integer> {47969 ctor public IntProperty(String);