Home
last modified time | relevance | path

Searched refs:IntProperty (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/util/
DIntProperty.java27 public abstract class IntProperty<T> extends Property<T, Integer> { class
29 public IntProperty(String name) { in IntProperty() method in IntProperty
/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java20 import android.util.IntProperty;
29 private final IntProperty<T> mProperty;
44 public RampAnimator(T object, IntProperty<T> property) { in RampAnimator()
DDisplayPowerState.java25 import android.util.IntProperty;
109 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS =
110 new IntProperty<DisplayPowerState>("screenBrightness") {
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java22 import android.util.IntProperty;
44 private static final IntProperty<View> TOP =
45 new IntProperty<View>("top") {
DActionBarOverlayLayout.java32 import android.util.IntProperty;
149 new IntProperty<ActionBarOverlayLayout>("actionBarHideOffset") {
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java22 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()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DDockState.java42 import android.util.IntProperty;
105 private static final IntProperty<ViewState> HINT_ALPHA =
106 new IntProperty<ViewState>("drawableAlpha") {
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/
DUtilities.java36 import android.util.IntProperty;
54 new IntProperty<Drawable>("drawableAlpha") {
/frameworks/base/core/java/android/widget/
DFastScroller.java36 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") {
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java42 import android.util.IntProperty;
1790 new IntProperty<VFullPath> ("strokeColor") {
1816 new IntProperty<VFullPath>("fillColor") {
/frameworks/base/config/
Dpreloaded-classes1855 android.icu.impl.UCharacterProperty$IntProperty
3635 android.util.IntProperty
Dboot-image-profile.txt8032 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;)V
42629 HSPLandroid/util/IntProperty;->set(Ljava/lang/Object;Ljava/lang/Integer;)V
42630 HSPLandroid/util/IntProperty;->set(Ljava/lang/Object;Ljava/lang/Object;)V
Dhiddenapi-greylist-max-o.txt1159 …id/animation/PropertyValuesHolder$IntPropertyValuesHolder;->mIntProperty:Landroid/util/IntProperty;
/frameworks/base/api/
Dcurrent.txt47968 public abstract class IntProperty<T> extends android.util.Property<T,java.lang.Integer> {
47969 ctor public IntProperty(String);