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.java24 import android.util.IntProperty;
107 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS =
108 new IntProperty<DisplayPowerState>("screenBrightness") {
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java22 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DUtilities.java33 import android.util.IntProperty;
52 new IntProperty<Drawable>("drawableAlpha") {
/frameworks/base/core/java/android/widget/
DFastScroller.java35 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") {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewTransform.java24 import android.util.IntProperty;
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java31 import android.util.IntProperty;
147 new IntProperty<ActionBarOverlayLayout>("actionBarHideOffset") {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java47 import android.util.IntProperty;
286 private static final IntProperty<ViewState> HINT_ALPHA =
287 new IntProperty<ViewState>("drawableAlpha") {
/frameworks/base/
Dpreloaded-classes64 [Landroid.icu.impl.UCharacterProperty$IntProperty;
1203 android.icu.impl.UCharacterProperty$IntProperty
1989 android.util.IntProperty
Dcompiled-classes-phone1944 android.icu.impl.UCharacterProperty$IntProperty
4128 android.util.IntProperty
/frameworks/base/api/
Dcurrent.txt40161 public abstract class IntProperty extends android.util.Property {
40162 ctor public IntProperty(java.lang.String);
Dtest-current.txt40240 public abstract class IntProperty extends android.util.Property {
40241 ctor public IntProperty(java.lang.String);
Dsystem-current.txt43161 public abstract class IntProperty extends android.util.Property {
43162 ctor public IntProperty(java.lang.String);